From: http://www.fedoraforum.org/forum/showthread.php?p=1476942
Registered User | Join Date: May 2011 Posts: 1 |
Re: Lenovo S205 won't boot any Live USB Fedora distro
I was having this same exact problem on a Lenovo x120e Thinkpad, Fedora liveUSB created with unetbootin. Solved it by:
1. Find your USB disk label. When in the debug shell, run
My label was UDISK. The fedora installer by default expects the label to be Fedora-15-x86_64-Live-Desktop (or similar)
2. Reboot and edit the GRUB boot command.
that should do it.
1. Find your USB disk label. When in the debug shell, run
Code:
ls /dev/disk/by-label/ UDISK
2. Reboot and edit the GRUB boot command.
Code:
hit ENTER to view GRUB menu. hit 'e' to edit commands before booting. hit 'e' to edit top entry. change LABEL=Fedora-15-x86_64-Live-Desktop to LABEL=(also remove 'quiet rhgb' for verbosity) hit ENTER to accept and 'b' to boot.
Last edited by nk1eto; 28th May 2011 at 03:23 PM.
No comments:
Post a Comment