sudo apt-get install grub
from here I had an old usb thumb drive lying around so I used gparted gui to reformat/repartition the thumb drive.
Then I issued sudo grub-install /dev/sdb (which is the device file for this thumb drive)
It gives me output at the terminal as
Code: Select all
Searching for GRUB installation directory ... found: /boot/grub
Installing GRUB to /dev/sdb as (hd1)...
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(fd0) /dev/fd0
(hd0) /dev/sda
(hd1) /dev/sdb
But when I try to go to the thumb drive their is no boot folder or boot\grub folder at all?
how do I get this grub folder to be made ...
This is strange since I have done this before in the passed and it wrote out a grub boot folder with a default menu.lst that I had to modify. If I remember correct.
Maybe I am missing something not an expert in this area
Or maybe its not writting out the boot folder because it is finding the boot folder already exists on my main HDD. Don't know how to work around this.
Probably something simple and stupid though.