Saving boot image

What is the QNX equiv of “lilo -s bootimage.bin”.

I’m trying to save the boot sector so I can use the WinXP OS choice menu.

ie: c:\boot\qnx.bin in my XP boot.ini

Thanks for your help

JT <no.spam.here@rogers.com> wrote in article <a4shrn$p0c$1@inn.qnx.com>…

What is the QNX equiv of “lilo -s bootimage.bin”.

There is no lilo or equivalent in QNX.

I’m trying to save the boot sector so I can use the WinXP OS choice menu.

dd if=/dev/hd0t79 of=/fs/hd0-dos/boot/qnx.bin count=1 bs=512

I assume you have FAT FS on disk C: and it’s mounted as /fs/hd0-dos.

ie: c:\boot\qnx.bin in my XP boot.ini

Thanks for your help

Best regards.
Eduard.

Thanks, that worked beautifully.

Now I have a quad-boot 20gig removable hd (with caddy).

“ed1k” <ed1k@yahoo.com> wrote in message
news:01c1b924$7b20e880$106fa8c0@ED1K…

JT <> no.spam.here@rogers.com> > wrote in article
a4shrn$p0c$> 1@inn.qnx.com> >…
What is the QNX equiv of “lilo -s bootimage.bin”.

There is no lilo or equivalent in QNX.


I’m trying to save the boot sector so I can use the WinXP OS choice
menu.

dd if=/dev/hd0t79 of=/fs/hd0-dos/boot/qnx.bin count=1 bs=512

I assume you have FAT FS on disk C: and it’s mounted as /fs/hd0-dos.


ie: c:\boot\qnx.bin in my XP boot.ini

Thanks for your help

Best regards.
Eduard.
\