Install GRUB On USB Drive
- Mahammad Rafi
- Aug 2, 2017
- 1 min read
If we are having GRUB installed on our USB drive, live CD booting will be easier from ISO files. Here assuming /dev/sda1 is your device.
Open Terminal
mkdir /mnt/USB
mount /dev/sda1 /mnt/USB
sudo grub-install --force --no-floppy --boot-directory=/mnt/USB/boot /dev/sda
cd /mnt/USB/boot/grub
wget pendrivelinux.com/downloads/multibootlinux/grub.cfg
Edit grub.cfg as per your need.
Comments