Oz Nahum Tiram wrote: > Hi Everyone, > > I know this error has been encountered many times before, but I just > can't get over this last hurdle. > I have been digging the net for more than a month now, and recompiled my > kernel over and over. > But still no luck. > Here is some background: > I installed a debian system on VMWARE; this Debian host was my build > host. To the build host I attached another virtual drive (sdb) which I > used to build LFS. Now, I try to boot the machine and always get stuck > with the same error see screen shot here: > > http://imageshack.us/photo/my-images/11/booterror.png/ > > I tried booting that hard drive using GRUB2 command line, see screen > shot here: > http://imageshack.us/photo/my-images/163/bootcommand.png/ > > Below there is some more info about drive structure, fstab and my latest > config file. > > Thanks in advance to everyone! > > Oz > > # sh enterLFS.sh > /dev/sdb1 on /mnt/lfs type ext4 (rw) > root:/# blkid > /dev/sda1: UUID="d0733640-c56f-4cfb-9744-3a65bf8049cb" TYPE="ext4" > /dev/sda2: UUID="7b8cde8f-58fc-4a35-a366-c79b4cd7b97b" TYPE="swap" > /dev/sdb1: UUID="a9111fbe-3669-4577 <tel:3669-4577>-a77a-f82d71994113" > TYPE="ext4" > /dev/sdb2: UUID="9bffed7c-e5b9-4756-b925-91eba2747457" TYPE="swap" > root:/# vim /etc/fstab > root:/# cat /etc/fstab > # Begin /etc/fstab > # file system mount-point type options dump fsck > # order > /dev/sdb1 / ext4 defaults 1 1 > /dev/sdb2 swap swap pri=1 0 0 > proc /proc proc defaults 0 0 > sysfs /sys sysfs defaults 0 0 > devpts /dev/pts devpts gid=4,mode=620 0 0 > tmpfs /dev/shm tmpfs defaults 0 0 > # End /etc/fstab > root:/# >
Try changing you grub command to root=/dev/sdb1 and see if that helps. -- Eric Plummer [email protected] -- Messages in plain text, please, no HTML. No top posting, please. -- -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
