Tony Hartzell wrote:
> This is what's on screen when it hangs.
> 
> Registering the dns_resolver key type
> Using IPI No-Shortcut mode
> registered taskstats version 1
>   Magic number: 3:446:336
> tty tty57: hash matches
> input: AT Translated Set 2 keyboard........../input2
> input: ImExPS/2 Generic Explorer Mouse...../input 3
> md: Waiting for all devices to be avalable before autodetect
> md: If you don't use raid, use raid=noautodetect
> md: Autodetecting RAID arrays
> md: Scanned 0 and added 0 devices.
> md: autorun ...
> md: ... autorun done
> EXT3-fs: barriers not enabled
> kjournald starting. Commit interval
> EXT3-fs (hda2): mounted filesystem with writeback data mode
> VFS: Mounted root (ext3 filesystem) readonly on device 3:2
> Freeing unused kernel memory: 380k freed
> Write protecting the kernel text: 4476k
> Write protecting the kernel read-only data: 1784k
> stty used greatest stack depth: 6012 bytes left
> rc used greatest stack depth: 5828 bytes left
> 
> 
> 1. It strikes me as strange the 'dns_resolver' is mentioned

   That's just a part of the kernel, and does not affect your problem.

> 2. Why is VFS involved

   Virtual File System - The kernel mounts / readonly.  Internally, the 
kernel thinks all file systems are VFS.

> 3. Does init=/bin/bash go into grub.cfg?

   Yes

> 4. What normally follows 'rc used greatest stack depth: 5828 bytes left'???

INIT: version 2.88 booting

Does /sbin/init exist?  It should be about 45K in size.  On my system:

$ file /sbin/init
/sbin/init: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), 
dynamically linked (uses shared libs), for GNU/Linux 2.6.22, not stripped

Just because somebody will ask, the GNU/Linux 2.6.22 part of the above 
is from when we built glibc: --enable-kernel=2.6.22.5

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to