This tip might be useful: the 'root=LABEL=/' never worked for my custom kernels until I realized I had to have RAM disk support compiled in. Also, you will need an entry on /etc/fstab that mentions LABEL=/, such as LABEL=/ / ext3 defaults 1 1 and a partition actually labeled as '/' (man e2label): # e2label /dev/hda3 / HTH Andre On Fri, 19 Dec 2003 13:43:55 +0100 Herbert Gasiorowski <gasi3@xxxxxx> wrote: > > Mounting root filesystem > > Mount: error 6 mounting ext3 > > pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2 > > umount /initrd/proc failed: 2 > > Freeing unused kernel memory: 120k freed > > Kernel pani: No init found. Try passing init=option to kernel. > > > > try "root=LABEL=/" as kernel option. > It works for me ... > (See Thread "kernel-2.6.0-test11") > > -- > mfg > Herbert Gasiorowski > http://www.mathematik.uni-marburg.de/~gasi/ > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list -- Andre Oliveira da Costa