So here's what happened. I got a Dell xps 13 and figured out how to get it to dual boot Ubuntu and Windows 10.
Everything was working great.
I switched out the ssd for a 500gb one because I only had the 128gb and with dual booting it would be nice to have a bit more space.
The new ssd works fine, but when I was preparing to transition from the one ssd to the other, I made the mistake of trying to make a windows recovery drive. It totally messed with the bios/UEFI settings and I was no longer able to easily switch from one or the other on my old ssd. The only thing that would show up was the Windows Boot Manager. I didn't think it would change or mess with the boot settings, I figured it would only copy, not change.
Anyway, I just continued forward and even though I was able to install Ubuntu again on my new ssd with slightly more trouble than usual, it seems that it is still giving me grief because after just figuring out how to install Windows 10 on another partition in a slightly different manager than last time, doing that did a similar thing as trying to create the Windows recovery drive on my old ssd. Now I am no longer able to get to my Ubuntu partition again and it is only showing the Windows Boot Manager. I've tried changing the Secure Boot option and taking a look at Legacy, but even though I can see my Ubuntu desktop clearly still exists when I use a trial version from a usb, it just won't show up in UEFI like it was before.
Does anyone have any idea what's going on here? This seems like it should be fixable, but I haven't found a solution yet.
"/mnt$i"
instead of"/mnt/$i"
? Please check and correct if I am right, apologize if I am wrong please. – mook765 Jan 30 '17 at 08:14sudo mount --bind /sys /mnt/sys
orsudo mount --bind /sys /mnt//sys
. This would produce the same output alsols /usr/bin
andls /usr//bin
. In this case having the slash included in the command looks clearer (to me). The double slash in a pathname is treated as a single slash. – L. D. James Jan 30 '17 at 12:37The double slash in a pathname is treated as a single slash
. I didn't know that, thanks for the info. Having the slash included in the command looks clearer for me too... – mook765 Jan 30 '17 at 12:49