[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FC7 panics on boot from USB
- To: silug-discuss@silug.org
- Subject: FC7 panics on boot from USB
- From: "Robert Citek" <robert.citek@gmail.com>
- Date: Sun, 13 Apr 2008 01:28:22 -0500
- DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=6TaSdNC59HpPjyYRyJfIyrNvf8JeiJO/kB4do9y8nj4=; b=DnJmUNr/ZGBdDtYDEaOAiJl+xlbn8+y44sIB0ZnUUaQcIoIxOJ0ghs602R6lUpTJZOQo8IL/Ql3/UJIBF/HtStsn9s4jctEiWVueflIZcIfdCrM6gM0wr3rk9U3L3T9PK7nBeHkty3AvMIhBzbL8Vs3qIHGTeV8kNENUIjDKvSE=
- DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=o1RJ5Bt0O8OiQvO6eDH0Z2lgPEFQF9GC3HGRrOL+W6sdPU+EWe0WaOboSghOkv2GvSFNI7B+wzfbZoOXxotQrFk7wdi/mjxu3Any2NwhEieqCSUWdWA6algYGKJijiQ3trZIEgt/eiSTW9uT4HpVlkm5deJEwzRTAee59qal3ow=
- Organization: Southern Illinois Linux Users Group
- Reply-To: silug-discuss@silug.org
- Sender: silug-discuss-owner@silug.org
Hello all,
Has anyone here successfully booted FC7 from a USB thumbdrive?
I installed FC7 to an internal drive and then imaged the partition to
a USB thumbdrive with grub in the MBR. When I boot from the
thumbdrive, grub comes up and it even loads the kernel. But then
kernel panics as it cannot mount several items including /dev/root.
I plugged the thumbdrive into my Ubuntu machine to read the grub.conf
and the fstab:
$ sudo grep -v '^#' /media/sdb1/boot/grub/menu.lst
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.21-1.3194.fc7)
root (hd0,0)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.21-1.3194.fc7.img
$ sudo grep -v '^#' /media/sdb1/etc/fstab
LABEL=/1 / ext3 defaults 1 1
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
This post in the forums sound really close to the problem I'm
experiencing, although I'm not using LVM:
http://forums.fedoraforum.org/showthread.php?t=169203
I'm wondering if the "/" in the label is causing the problem.
Regards,
- Robert
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.