I have a laptop running Windows (with BitLocker) that I use for work. I'd like to have the option to boot into Ubuntu using an external SSD (connected via USB) without touching anything in my existing Windows configuration. I'm already hearing the suggestion for running a live system and it may yet come to that but after some digging I believed it was possible to to achieve what I wanted. Here's what I did:
- Downloaded Ubuntu 20.10 onto a USB thumb drive
- Booted using this USB and selected 'install' Plugged in my external SSD, selected that as the target using the whole disk for the install and also as the bootloader install location. The logic was that if I have the SSD plugged in at boot it could boot off that, if not, the untouched Windows bootloader would come into play. I was prepared to press F9 to select an alternate boot device when I wanted to boot Ubuntu
- Once the install completed I removed the thumb drive, rebooted, pressed F9 and booted into Ubuntu - so far, so good
- Shut down, unplugged the SSD, powered up ... only to be greeted by a grub command prompt. After some digging
exit
allowed me to boot into Windows - I did the Windows magic to restore the bootloader on my system to original (ie. rebooting with no keys pressed and no external media plugged in plops you straight into Windows).
So in all, mission not accomplished as I'm not able to selectively boot with my built-in SSD untouched. I still have the Ubuntu install on my external SSD that I'd like very much to boot but I'm stuck. Is what I'm trying to do possible? If so, what can I do to either salvage the install on the external SSD by making it bootable, or perform the install in such a way as to leave the integrated (Windows) SSD completely untouched? Is the only reliable way to achieve the latter to physically remove the internal SSD while installing?
I did find this but it's quite a bit over my head at this point as well as this, which is slightly different from my case. My primary objective would be to make the existing install on the external SSD bootable.