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
And how to use lilo anyway?
I've searched the forum loking for this precious informatioin on how to boot the .iso file through lilo. I have downloaded a lot of stuff, most of it modified kernels to support the "boot fromhd=/dev/hdXX/*iso" option. I still have to try it out but I hoped I could find something more straight to the target. I mean, I found a lot of stuff on how to configure GRUB in order to get it done, but no info on lilo.
Anyone of you guys can help me??? Currently I've got Kurumin 5.0 (a brazilian Knoppix remaster) installed on my HD in multi-boot with Kurumin 3.1 (/dev/hdXX/knoppix and kernel 2.4), INSERT, and I want to use GamesKnoppix from an iso file on my HD. The boot manager is lilo.
How to boot knoppix 4.02 game or official cd/dvd from Lilo
Quote:
Originally Posted by Kihoma
I've searched the forum loking for this precious informatioin on how to boot the .iso file through lilo. I have downloaded a lot of stuff, most of it modified kernels to support the "boot fromhd=/dev/hdXX/*iso" option. I still have to try it out but I hoped I could find something more straight to the target. I mean, I found a lot of stuff on how to configure GRUB in order to get it done, but no info on lilo.
Anyone of you guys can help me??? Currently I've got Kurumin 5.0 (a brazilian Knoppix remaster) installed on my HD in multi-boot with Kurumin 3.1 (/dev/hdXX/knoppix and kernel 2.4), INSERT, and I want to use GamesKnoppix from an iso file on my HD. The boot manager is lilo.
You can use a command line for lilo from DOS as this one:
Code:
"loadlin.exe linux initrd=minirt~1.gz ramdisk_size=100000 init=/etc/init bootfrom=/dev/hda1/boot/knoppix.402/*.iso lang=us dma quiet apm=power-off nomce noprompt"
Or update your existing lilo.conf as follow:
Code:
image=/boot/knoppix.402/linux
label="Knoppix"
root=/dev/hda1
initrd=/boot/knoppix.402/minirt_ntfs.gz
append="ramdisk_size=100000 init=/etc/init bootfrom=/dev/hda1/boot/knoppix.402/*.iso lang=us dma quiet apm=power-off nomce noprompt"
Or just use lilo to start grub by adding the following lines to your lilo.conf:
Code:
image=/boot/grub.exe
label="grub"
using the grub.exe from this link: http://sarovar.org/download.php/770/....1pre28.tar.gz
and using my instruction in my other thread: http://www.knoppix.net/forum/viewtop...?p=93758#93758
But don't forget to use the minirt_ntfs.gz in this link: http://s94002264.onlinehome.us/grub/kno402.zip to boot from the knoppix 4.02 (game) iso.
Hope this helps. Please give me some feedback. Best Regards,
Gilles