Triple Booting QNX with LILO Boot Loader...

Hi Everybody,
I have a Windows98-Linux dual-boot system with LILO as the Boot Loader.How
should I Install QNX Momentics and make it the third boot option in LILO.Any
help is highly appeciated.

Thanks.
KusaRamD

Kusa Ram Devineni <devineni_ram@hotmail.com> wrote:

Hi Everybody,
I have a Windows98-Linux dual-boot system with LILO as the Boot Loader.How
should I Install QNX Momentics and make it the third boot option in LILO.Any
help is highly appeciated.

You can just make a new partition to install QNX into and add it into the
lilo.conf file like a DOS partition.

other=/dev/hda3
label=qnx

chris


Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

You can just make a new partition to install QNX into and add it into the
lilo.conf file like a DOS partition.

other=/dev/hda3
label=qnx

Don’t forget to run the lilo command:

/sbin/lilo

after editing /etc/lilo.conf (in Linux, of course)