Re: LFS grub start error

2011-01-08 Thread Rosario Turco
Bruce Dubbs bruce.dubbs at gmail.com writes: Rosario Turco wrote: What partition did you use for LFS? /dev/sdb1? Try all variations of root=/dev/sd??. fstab at this point doesn't matter. -- Bruce OK thanks I have found the problem --

ext4 abilitation in the kernel

2011-01-08 Thread Rosario Turco
For a correct start of grub with i have compiled the kernel with the support of ext4 in menuconfig (when we do make LANG= LC_CALL= menuconfig). Now grub starts, I obtain many [OK] on video but then i obtain the error: The superblock could not be read or does not describe a correct ext2

Re: LFS grub start error

2011-01-08 Thread Brian Winfrey
On Sat, Jan 8, 2011 at 7:24 AM, Rosario Turco rosario_tu...@virgilio.it wrote: Bruce Dubbs bruce.dubbs at gmail.com writes: Rosario Turco wrote: What partition did you use for LFS?  /dev/sdb1?  Try all variations of root=/dev/sd??. fstab at this point doesn't matter.    -- Bruce OK

Re: LFS grub start error

2011-01-08 Thread Bruce Dubbs
Rosario Turco wrote: Please ask on lfs-support. I have seen with 'c' on prompt No filesystem could mount root, tried: ext3 vfat msdos iso9960 Kernel panic - not syncing: VFS: Unable to mount root fs at unknown-block(8,4) This is a kernel message, so at this point grub's job is done.

Re: Udev-165 (apparently) System Crash

2011-01-08 Thread alupu
On Thu, 2011-01-06 at 02:08 AM, Simon Geard wrote: ... udevd supports a couple of options that might help, --debug and --debug-trace. 1. FWIW, udevd-165 does not (no-longer?) have a --debug-trace option. Maybe it's undocumented now (shades of Undocumented DOS of yore :) Please see 'man

Re: ext4 abilitation in the kernel

2011-01-08 Thread Ken Moffat
On Sat, Jan 08, 2011 at 03:29:39PM +, Rosario Turco wrote: For a correct start of grub with i have compiled the kernel with the support of ext4 in menuconfig (when we do make LANG= LC_CALL= menuconfig). Now grub starts, I obtain many [OK] on video but then i obtain the error: The

Re: Udev-165 (apparently) System Crash

2011-01-08 Thread Neal Murphy
On Saturday 08 January 2011 13:44:23 al...@verizon.net wrote: On Thu, 2011-01-06 at 02:08 AM, Simon Geard wrote: ... udevd supports a couple of options that might help, --debug and --debug-trace. 1. FWIW, udevd-165 does not (no-longer?) have a --debug-trace option. Maybe it's

Re: Udev-165 (apparently) System Crash

2011-01-08 Thread alupu
On Saturday 08 January 2011 02:48 PM Neal Murphy wrote: While I was integrating udev into my test/dev version of Smoothwall ... Hi Neal, This is only to acknowledge and thank you for your detailed comments. I haven't had time to go into any depth at all, what with the NFL playoffs and all, but

Re: ext4 abilitation in the kernel

2011-01-08 Thread Ken Moffat
On Sat, Jan 08, 2011 at 07:24:09PM +, Ken Moffat wrote: _if_ you have made a filesystem as ext4, that nasty looking 'error' is actually normal. I think it is normally followed (in my case) by a similar message about ext3, before successfully mounting it as ext4. Unfortunately, these

Segmentation fault with second stripping

2011-01-08 Thread Louis Davies
Hi, I am building LFS 6.7 and in my opinion all things have gone right until in section 6.62 I do the stripping. This operation supplies apparently normal responses with a lot of file format not recognized but at the end there is a line with Segmentation fault. The strange thing, for me, is that

Re: Segmentation fault with second stripping

2011-01-08 Thread xinglp
Did you execute the commands below ? logout chroot $LFS /tools/bin/env -i \ HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ PATH=/bin:/usr/bin:/sbin:/usr/sbin \ /tools/bin/bash --login 2011/1/9 Louis Davies davieslingr...@gmail.com: Hi, I am building LFS 6.7 and in my opinion all things