* on the Fri, Mar 10, 2006 at 12:24:58PM +1100, TN said: <snip> > The grub boot lines are: > root (hd0,1) > kernel /boot/kernel-genkernel-x86-2.6.15-gentoo-r5 root=/dev/ram0 > init=/linuxrc ramdisk=8192 real_root=/dev/hda2 > initrd /boot/initramfs-genkernel-x86-2.6.15-gentoo-r5
I think I read somewhere that JFS needs to be booted rw instead of ro. Try to change your kernel= line to this: kernel /boot/kernel-genkernel-x86-2.6.15-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda2 rw *NOTE* the above should be ONE line. P.S. Why didn't you try ReiserFS or ext3? I have always used reiserfs without issue and find it to be very stable and very fast. Jim -- [email protected] mailing list

