real_root=dev/$ROOT



Code: Select all
kernel /boot/vmlinuz root=initrd real_root=/dev/sda3

Code: Select all
#/dev/BOOT /boot ext2 noauto,noatime 1 2
#/dev/ROOT / ext3 noatime 0 1
#/dev/SWAP none swap sw 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
dev/hdb1 /boot ext2 defaults,noatime 1 2
/dev/hdb3 / ext3 noatime 0 1
/dev/hdb2 none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,ro 0 0Is there a reason for the lack of /dev in this line? Just curious.manzanares wrote:Code: Select all
dev/hdb1 /boot ext2 defaults,noatime 1 2

Code: Select all
/dev/hdb1
