I was able to boot GRUB and boot Ubuntu from the install USB using the following GRUB commandset prefix=(hd1,msdos5)/boot/grubset root=(hd1,msdos5)insmod linuxinsmod normalset prefix=(hd1,msdos5)/boot/grubThen, take out the installation USB,sudo grub-mkconfigsudo update-grubI reboot as follows, but Windows starts and GRUB does not show up. How can I get GRUB to show up correctly?
↧