document updated 13 years ago, on Apr 16, 2011
Here's how I setup my flash drive:
- run GParted
- delete all partitions
- Device > Create Partition Table > Advanced > GPT
- create two partitions for GRUB2:
- Create a ~20mb ext2 partition, to hold the GRUB2 setup files
- create a TINY partition after that, apply, and enable the "bios_grub" flag on it
- install GRUB2
- grub-install --root-directory=/media/sdb1/ /dev/sdb
- edit /boot/grub/grub.cfg, and add entries for each boot-program there