help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grub2 on USB-Stick fails install


From: Oliver Friedrich
Subject: Re: Grub2 on USB-Stick fails install
Date: Mon, 12 Dec 2011 06:52:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0

On 11.12.2011 21:35, David Balažic wrote:
You could try to repartition it, using fdisk:

(unmount the USB stick first)
sudo fdisk /dev/sdX

- create a new partition table (not sure which command, enter "m" for help)- I think it is "o"
 - create new partition : n
 - select type "primary" : p
 - select number 1 : 1
 - select default begin: just press enter
 - select deafult end: just press enter
 - write new partition table and exit: w

(just in case unplug and replug the USB stick, so the kernel uses the new partition layout)

Then format the partition: sudo mkdosfs /dev/sdX1

Then you can follow the instruction from http://www.pendrivelinux.com/install-grub2-on-usb-from-ubuntu-linux/
from the point 5 on.

Hope this helps.

MfG,
David
Thats what I did. I have that one partition set up with vFAT32. I use the same command as in the tutorial, as you can see in my previous posting, but it does not work.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]