Jump to content

Grub2: boot USB from GRUB prompt

From www.ReeltoReel.nl Wiki
Revision as of 08:08, 12 July 2024 by Pvdm (talk | contribs) (Created page with "When the PC will not boot from USB, you can use GRUB2 to boot from the USB. In the GRUB menu: Press 'c' to go the GRUB prompt grub> ls (hd0) (hd0,msdos1) ... grub> set root=hd0,msdos1 grub> chainloader /efi/boot/bootx64.efi grub> boot The USB boot menu will appear.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

When the PC will not boot from USB, you can use GRUB2 to boot from the USB.

In the GRUB menu: Press 'c' to go the GRUB prompt

grub> ls
(hd0) (hd0,msdos1) ...
grub> set root=hd0,msdos1 
grub> chainloader /efi/boot/bootx64.efi
grub> boot

The USB boot menu will appear.