Linux From ScratchThis Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233
Rep:
problems booting lfs system
finished, installed grub, the boot process gets to
Code:
INIT: version 2.86 booting
Mounting kernel-based file systems /proc /sys [ OK ]
Setting the console log level to 7... [ OK ]
Populating /dev with device nodes...
/etc/rc.d/rsysinit.d/S10udev: line 61: /sbin/udevd: No such file or directory
/etc/rc.d/rsysinit.d/S10udev: line 66: /sbin/udevadm: No such file or directory
/etc/rc.d/rsysinit.d/S10udev: line 68: /sbin/udevadm: No such file or directory [ FAIL ]
Activating all swap files/partitions...
swapon /dev/sda2: stat failed: No such file or directory [ FAIL ]
mounting root file system in read-only mode... [ OK ]
Checking file systems..
fsck.ext3: No such file or directory while trying to open /dev/sda3
/dev/sda3:
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8139 <device> [ FAIL ]
FAILURE:
File system errors were encountered that could not be fixed automatically. this system cannot continue to boot and will therefore be halted until those errors are fixed manually by a System Administrator.
After you press enter, this system will be halted and powered off.
Press Enter to continue...
i will try and get you my fstab and grub.conf if you need it
/etc/rc.d/rsysinit.d/S10udev: line 61: /sbin/udevd: No such file or directory
/etc/rc.d/rsysinit.d/S10udev: line 66: /sbin/udevadm: No such file or directory
/etc/rc.d/rsysinit.d/S10udev: line 68: /sbin/udevadm: No such file or directory [ FAIL ]
Seems you haven't installed Udev properly. Check that the programs mentioned are in /sbin.
Maybe you just missed the --sbindir option. Search the following locations for the missing programs
- /bin
- /sbin <-- if you find it here then the problem is a bit more serious
- /usr/bin
- /usr/sbin
- /lib/udev/
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233
Original Poster
Rep:
thanks, rebuilding udev worked, not sure what i did wrong but oh well
just a question perhaps someone will know this but when booting from the LFS live cd the hard drive was /dev/hda but when booting from the actual lfs system it changed to /dev/sda even though it's an IDE hard drive, i've noticed this behavior on pre canned distros also (ide hard drives labled /dev/sdX) why is this
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.