[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Grub2 on USB-Stick fails install
From: |
David Balažic |
Subject: |
Re: Grub2 on USB-Stick fails install |
Date: |
Sun, 11 Dec 2011 21:35:30 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 |
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
- Re: Grub2 on USB-Stick fails install, (continued)
- Re: Grub2 on USB-Stick fails install, Jordan Uggla, 2011/12/13
- Re: Grub2 on USB-Stick fails install, Oliver Friedrich, 2011/12/13
- Re: Grub2 on USB-Stick fails install, Jordan Uggla, 2011/12/13
- Re: Grub2 on USB-Stick fails install, Oliver Friedrich, 2011/12/14
- Re: Grub2 on USB-Stick fails install, Neal Murphy, 2011/12/14
- Re: Grub2 on USB-Stick fails install, Oliver Friedrich, 2011/12/14
- Re: Grub2 on USB-Stick fails install, Oliver Friedrich, 2011/12/15
Grub2 on USB-Stick fails install, David Balažic, 2011/12/11
Re: Grub2 on USB-Stick fails install,
David Balažic <=
Re: Grub2 on USB-Stick fails install, Jake Thomas, 2011/12/29