I want to be able to boot from HD normally but also boot from USB if something gets broken in my dual-boot setup. It should be transparent to the OSes. Are there any issues with this?
1 Answers
If you can unplug or disconnect the internal drive, it is rather easy to install Ubuntu (or I would prefer the ultra light-weight Lubuntu) into a USB pendrive.
When you have that system, and know that it works, you can turn off the computer and plug in the internal drive again.
Boot into the system installed in the USB drive and run the following command
sudo update-grub
This way, the system should find the operating system(s) in the internal drive and create menu entries for them in the grub menu (of the system in the external drive).
Test that it really works by rebooting and selecting a menu entry for a system in the internal drive.
If you are booting in UEFI mode and dual boot with Windows: Please avoid booting Windows from the internal drive, while the USB drive with your new system is connected. It might destroy the USB drive's boot system.

- 46,324
- 5
- 88
- 152
sudo update-grub
). – sudodus Jan 20 '19 at 20:50