On Sat, Jul 14, 2012 at 03:45:48AM -0700, gmspro wrote:
> Hi,
> 
> I have install linux kernel-3.2.6 from inside chroot to lfs system.
> During boot, it displays /etc/fstab /etc/mtab not found or something.
> This is the /etc/fstab:
> /dev/sdb8      /            ext4    defaults            1     1
> /dev/sdb6      swap         swap     defaults               0     0
> proc           /proc        proc     nosuid,noexec,nodev 0     0
> #sysfs          /sys         sysfs    nosuid,noexec,nodev 0     0
> #devpts         /dev/pts     devpts   gid=4,mode=620      0     0
> #tmpfs          /run         tmpfs    defaults            0     0
> #devtmpfs       /dev         devtmpfs mode=0755,nosuid    0     0
> 
 First error: you have commented out sysfs, devpts, tmpfs, devtmpfs.
You need all of these for modern lfs.

> cat /etc/mtab is blank/empty
> 
> It failed to get something in /var/run/log .., i can't remember.
> It displays some initscript running problem or something.
> If i do some mistake in chapter 7, is it possible to rollback from chapter 7?
> 

 Fix that fstab error, then try again.

 If it still fails to boot, try to note the first error which is
reported.  If you can't get all those details, note whatever error
details are reported when it stops - some will probably happen
because of earlier errors, so people will have to guess.

 Use a pen and paper.  'some initscript running problem' will not
let anyone make sensible guesses about what failed.

> How can i get the log failed message?
> Is the failed log message stored/saved somewhere?
> 

 At this stage, probably it didn't get stored.  You can look in
/mnt/lfs/var/log to see if anything got recorded.
> Any answer will be highly appreciated.
> Thanks in advance.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
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