In case you've installed some GNU / Linux distribution with GRUB 2 bootloader, here is a quick example of how to boot from USB drive using Plop Boot Manager started from GRUB 2:
- download the current version of Plop Boot Manager, extract the
plpbt.bin
file from the archive and put it into the/var/tmp/
folder (you can remove that file later when it's not needed anymore; no admin / root / superuser permissions needed to access this temp folder); - reboot and wait for the GRUB menu interface to appear;
- press the 'c' key to enter the command-line interface (CLI) of GRUB:grub> _
- in case
/var/tmp/
is not located on the boot / root partition, but, for example, on the 2nd partition of the 1st HDD, you should start with this GRUB CLI command:set root=(hd0,2)
- load the PlopBoot itself:
linux16 /var/tmp/plpbt.bin boot
- after the Plop Boot Manager has been executed, you can select 'USB' from its menu to boot from your USB drive.
---
Last updated: 2014-06-10
No comments:
Post a Comment