After my first successful clfs built I copied /, /usr and
/var to the partitions of a new hard disk. The fstab of the new system looks like this:

--------------------------------------------------------------------
/dev/sda1      /            ext3   defaults         1     1
/dev/sda5      /home        ext3   defaults         1     2
/dev/sda6      /usr         ext3   defaults         1     2
/dev/sda7      /var         ext3   defaults         1     2
/dev/sda8      /tmp         ext3   defaults         0     2
/dev/sda9      swap         swap   pri=1            0     0
proc           /proc        proc   defaults         0     0
sysfs          /sys         sysfs  defaults         0     0
devpts         /dev/pts     devpts gid=4,mode=620   0     0
shm            /dev/shm     tmpfs  defaults         0     0
--------------------------------------------------------------------

The clfs was built on a single partition + swap.

The boot process of the new system fails at
"Mounting remaining file systems"..

There is only / mounted. I can log in, mount /usr, /var, /tmp manually
and everything works fine...
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to