>> Never did this, since I use filesystems not supported by >> PMON for everything else than the /boot partition with boot.cfg and >> kernels. > > I guess that ext2 and ext3 are supported. What else?
Used only ext2, not tried ext3. Probably no other useful filesystem is supported. > title gNewSense Parkes hda3 default syntax > kernel /dev/fs/ext3@wd2/boot/vmlinux-3.5.1-gnu > initrd /dev/fs/ext3@wd2/boot/initrd.img-3.5.1-gnu > args console=tty no_auto_cmd root=/dev/hda3 rootdelay=8 > > title gNewSense Parkes hda3 > kernel (wd0,2)/boot/vmlinux-3.5.1-gnu > initrd (wd0,2)/boot/initrd.img-3.5.1-gnu > args console=tty no_auto_cmd root=/dev/hda3 rootdelay=8 Check if these files exist. It's probably not a filesystem issue since grub from the same one boots (with the second syntax). root=/dev/hda3 should be replaced by root=/dev/sda3 with modern kernels (2.6.37 or later?). Not using rootdelay. (The initrd lines are unnecessary, although this isn't the problem.)
pgpHGM8nD7U7H.pgp
Description: PGP signature
_______________________________________________ gNewSense-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/gnewsense-users
