hints for bootloaders?

I installed QNX RtP on my 4th SCSI disk. Everything works fine
when I set this disk to be the boot device. But when I try to
boot via grub it just displays:

Press esc for .altboot.?BB

I tried different settings with grub. SO far I could boot almost
any OS I installed with grub (Win2k, (Free|Net|Open)BSD, Solaris,
…) but I just can’t get QNX RtP to boot with grub. Any hints?

Cheers
Martin

In article <951h75$dhd$1@inn.qnx.com>, Martin Maciaszek wrote:

I installed QNX RtP on my 4th SCSI disk. Everything works fine
when I set this disk to be the boot device. But when I try to
boot via grub it just displays:

Press esc for .altboot.?BB

I tried different settings with grub. SO far I could boot almost
any OS I installed with grub (Win2k, (Free|Net|Open)BSD, Solaris,
…) but I just can’t get QNX RtP to boot with grub. Any hints?

I found a solution after digging a bit on deja-news. QNX RtP

seems unable to boot from any hard disk but the first. So I had
to remap the drives to get it working. Below you will find an
grub entry for QNX RtP to boot from the 4th hard disk.

[…]
title QNX RtP
map (hd0) (hd3)
map (hd3) (hd0)
chainloader (hd3,3)+1
[…}

This works fine for me.

Cheers
Martin

In article <952kmh$3qm$1@inn.qnx.com>, “Martin Maciaszek”
<mmaciaszek@gmx.net> wrote:

[…]
title QNX RtP map (hd0) (hd3) map (hd3) (hd0) chainloader (hd3,3)+1
[…}

This works fine for me.

You wouldn’t happen to know a solution for LILO? I seem to have
stumbled into the same stupid limitation…

Bjarne