LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   after rebooting lfs4 (https://www.linuxquestions.org/questions/linux-from-scratch-13/after-rebooting-lfs4-35058/)

safrout 11-10-2002 07:33 AM

after rebooting lfs4
 
while rebooting into lfs 4 finally :D i go those error msg while booting
----------------------------------------
mount : mount point /mnt/lfs does not exist
{ Failed}

You should not be reading this error msg . IT means than an unforseen error took place in /etc/rc.d/rcsysinit.d/S40mountfs,

which exited with a return value of 96

Pres enter to continue...
---------------------------------------------


and i got this eroor msg when trying to shutdown the system
--------------------------------
shutdown -h now
INIT : Switching to runlevel : 0
bash-2.05a# /etc/rc.d/rc0d does not exist
---------------------------------------------


can anyone help me plz

tooly 11-10-2002 09:59 AM

Hi safrout,

check your /etc/fstab. Or do an mkdir /mnt/lfs.

tooly

safrout 11-10-2002 12:37 PM

here it is my fstab file for lfs4

----------------------
# Begin /etc/fstab

# filesystem mount-point fs-type options dump fsck-order

/dev/hda6 /mnt/lfs ext2 defaults 1 2
/dev/hda7 swap swap defaults 0 0
devpts /dev/pts devpts gid=4,mode=0620 0 0
proc /proc proc defaults 0 0

# End /etc/fstab
----------------------------------

and here it is my fstab file for mandrake 9 :

-----------------------------------
/dev/hda5 / reiserfs notail 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdd /mnt/cdrom auto noauto,user,defaults,umask=000 0 0
/dev/fd0 /mnt/floppy auto noauto,user,defaults,umask=000 0 0
/dev/hda6 /mnt/lfs ext2 noauto,user,defaults 1 2
/dev/hda1 /mnt/win_c vfat noauto,user,defaults,umask=000 0 0
/dev/hdb1 /mnt/win_c2 vfat noauto,user,defaults,umask=000 0 0
none /proc proc defaults 0 0
/dev/hda7 swap swap defaults 0 0
---------------------------

and the directory /mnt/lfs exist for sure

should i copy the fstab file of mandrake to the fstab of lfs 4

tooly 11-10-2002 01:17 PM

Hi safrout,

i think that /dev/hda6 is your root partiton.
So your /etc/fstab should look like :

filesystem mountpoint fs-type options dump fsck-order
/dev/hda6 / ext2 defaults 1 2


you need to mount your root partiton to / and not to /mnt/lfs when you boot your shine new lfs system.

mfg
tooly

safrout 11-10-2002 02:24 PM

thanx alot it solved my rpoblem

thanx for help


All times are GMT -5. The time now is 09:51 AM.