How do I start the iso of the harddisk with lilo?
I have put the following into /etc/lilo.conf
Code:
image=/boot/knoppix/linux
label="knoppix"
initrd=/boot/knoppix/minirt.gz
append="ramdisk_size=100000 fromiso=/dev/hda2/KNX.iso screen=1280x1024 lang=de"
The knoppix kernel boots, but can't find the image. hda2 is an ext2 partition, knoppix version is KNOPPIX_V4.0.2DVD-2005-09-23-DE.iso, checksum is ok. What am I doing wrong?
TIA, Helge
Re: How do I start the iso of the harddisk with lilo?
Quote:
Originally Posted by testerus
I have put the following into /etc/lilo.conf
Code:
image=/boot/knoppix/linux
label="knoppix"
initrd=/boot/knoppix/minirt.gz
append="ramdisk_size=100000 fromiso=/dev/hda2/KNX.iso screen=1280x1024 lang=de"
The knoppix kernel boots, but can't find the image. hda2 is an ext2 partition, knoppix version is KNOPPIX_V4.0.2DVD-2005-09-23-DE.iso, checksum is ok. What am I doing wrong?
TIA, Helge
Try to use my minirt_ntfs.gz instead of the minirt.gz of the cd/dvd, even though your iso file is not on a ntfs but a ext2 partition:
http://www.knoppix.net/forum/viewtop...1796&start=276 and Windows Partition PMI
Good luck and let me know if it is working for you.
Thanks, Gilles