Norberto Bensa wrote: > Mike Markowski wrote: >> Any ideas? "Bueller? Bueller?" > > Please post: > > $ cat /boot/grub/menu.lst > $ ls -l /boot > $ sudo fdisk -l > $ ls -l /dev/console > $ ls -l /dev/initctl > $ ls -l /dev/null
Ok, Norberto. Looks like the (or, a) problem is initctl. The named pipe is missing...or is it supposed to be created during boot? I got the info below after 'chrooting' from a livecd boot. I don't know what the pipe is for, so time to start reading. But I wanted to get this posted soon as I could. Thanks, Mike livecd / # cat /boot/grub/menu.lst timeout 10 default 0 title Gentoo 2.6.17 root (hd0,0) kernel /kernel-2.6.17-gentoo root=/dev/sda1 # Change the colors. title Change the colors color light-green/brown blink-red/blue livecd / # fdisk -l Disk /dev/sda: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 1 5 40131 83 Linux /dev/sda2 6 249 1959930 82 Linux swap / Solaris /dev/sda3 250 9729 76148100 83 Linux Disk /dev/sdb: 1040 MB, 1040187392 bytes 32 heads, 32 sectors/track, 1984 cylinders Units = cylinders of 1024 * 512 = 524288 bytes Device Boot Start End Blocks Id System /dev/sdb1 * 1 1984 1015792 6 FAT16 livecd / # ls -l /boot/ total 2218 lrwxrwxrwx 1 root root 1 Jun 20 20:09 boot -> . -rw-r--r-- 1 root root 36667 Jun 19 19:32 config-2.6.17-gentoo drwxr-xr-x 2 root root 1024 Jun 20 20:06 grub -rw-r--r-- 1 root root 2208825 Jun 20 19:39 kernel-2.6.17-gentoo drwx------ 2 root root 12288 Jun 20 20:07 lost+found livecd / # ls -l /dev/console crw------- 1 root tty 5, 1 Feb 13 19:03 /dev/console livecd / # ls -l /dev/initctl /bin/ls: /dev/initctl: No such file or directory livecd / # ls -l /dev/null crw-rw-rw- 1 root root 1, 3 Feb 13 19:03 /dev/null livecd / # -- gentoo-user@gentoo.org mailing list