I'm trying to find a work-around for another question: "Ubuntu 18.04.2 sometimes hangs from Suspend or reboot."
My desktop boot process often hangs. Is there a way to load just the necessary boot files on a thumb drive that will boot my PC to the hard drive? I have some thumb drives that boot to an OS on themselves. But I need to boot to my hard drive.
Thanks
sudo update-grub
. This should find your system in the internal drive and create a menu entry in the grub menu for it, and you can select to boot into it. – sudodus Jun 16 '19 at 18:17