---------- Original Message ----------
From: The Wizard <thewizard1...@gmail.com>
To: LFS Support List <lfs-support@linuxfromscratch.org>
Subject: Re: [lfs-support] Just got my system compiled and installed, getting 
errors when booting
Date: Sat, 15 Jun 2013 12:08:08 -0400

Thank you Molly!

That was what it was, I checked my build that wasn't there.  checked it in the 
config rebuilt my kernel and no more errors! Awesome! now I can continue 
building onto my system. :D

Tommy


On Sat, Jun 15, 2013 at 11:49 AM, Molly Jakić <mittens...@gmail.com> wrote:
On 15 June 2013 15:46, The Wizard <thewizard1...@gmail.com> wrote:
Hello everyone!

Sorry if I am not posting correctly this is my first time posting here and it's 
a bit hard for me to give direct output I'm receiving as I am just running the 
basic system at this time. Not running my new system at this time I wrote this 
as I have yet to get to the point of having X windows or anything for mail 
etc... want to get these booting errors fixed before I proceed on to the next 
steps.

What my issue is is when booting I see that Init is running then like a line 
mabe 2 down I start getting errors.  I believe my first issue with the other 
errors are all mabe tied into the fact I'm getting a :

"mount: wrong fstype,bad option, bad superblock on tmpfs, missing codepage or 
helper program, or other error"

then directly below this I start getting:

"mkdir: cannot create directory '/run/var': Read-only file system"

this is followed with the same error but for lock and shm.

after this I get an error every line or most of them atleast about 
/run/var/bootlog file or directory not found errors.
I realize this is probably not needed, but good to have especially trying to 
find errors ect...  either way I want it to work and not
get these errors. I have tried changing my fstab to put a size and mode and 
several other options I found trying to fix this issue.
at first it was exactly as in the LFS book besides my drives and fst for root 
and swap. here is a copy of that before:

# Begin /etc/fstab

# file system  mount-point  type     options               
              dump  fsck
#Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 
                                        order

/dev/sdc1      /            ext3     defaults       
                      1     1
/dev/sdc2      swap         swap     pri=1          
                      0     0
proc           /proc        proc     nosuid,noexec,nodev  
                0     0
sysfs          /sys         sysfs    nosuid,noexec,nodev  
                0     0
devpts         /dev/pts     devpts   gid=5,mode=620        
 Â Â Â  Â Â Â  Â Â Â  Â 0Â Â Â Â  0
tmpfs          /run         tmpfs    defaults          
 Â  Â  Â  Â  Â  Â  Â Â  Â Â Â Â Â Â Â Â Â Â Â  0Â Â Â Â  0
devtmpfs       /dev         devtmpfs mode=0755,nosuid       
 Â Â Â  Â Â Â  Â Â Â  Â 0Â Â Â Â  0

# End /etc/fstab

and now what I changed it to trying to fix this issue:

# Begin /etc/fstab

# file system  mount-point  type     options               
              dump  fsck
#Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 
                                        order

/dev/sdc1      /            ext3     defaults       
                      1     1
/dev/sdc2      swap         swap     pri=1          
                      0     0
proc           /proc        proc     nosuid,noexec,nodev  
                0     0
sysfs          /sys         sysfs    nosuid,noexec,nodev  
                0     0
devpts         /dev/pts     devpts   gid=5,mode=620        
 Â Â Â  Â Â Â  Â Â Â  Â 0Â Â Â Â  0
tmpfs          /run         tmpfs    
rw,size=128M,mode=1777,nosuid,noexec,nodev             0     0
devtmpfs       /dev         devtmpfs mode=0755,nosuid       
 Â Â Â  Â Â Â  Â Â Â  Â 0Â Â Â Â  0

# End /etc/fstab

This is what it is currently running, I've added like the rw last just hoping 
that might solve it, but no....

I even tried running chmod a+rw /run  still giving the same error... I really 
don't know what else to try to fix this.  I hope someone
has had this issue before and can tell me what I did wrong, if I did, and how 
to fix this.

I do get to my login, and can login despite these errors b.t.w. so my system is 
working, just not as intended... I did check the option in the kernel build for 
the Maintain devtmpfs if that would even remotely be a question of if I missed 
that and that is the issue...

Thank you for any and all assistance anyone is able to provide to me on this!

Tommy

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


Hi. Do you have tmpfs support enabled in your kernel? It's found under File 
Systems > Pseudo File Systems.

Good luck

Molly

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

Hi All;I just want to say that I am Amazed at the Great work that everyone in 
this group does.. Answering all of the weird questions and problems.. Even 
from, someone like me who is working on much older stuff.. Thank You for all of 
your support..THANK YOU Marty

____________________________________________________________
NetZero now offers 4G mobile broadband. Sign up now.
http://www.netzero.net/?refcd=NZINTISP0512T4GOUT1
-- 
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