Windows XP , Fedora Core 2 and QNX

I am newbie to QNX. I want to install QNX on my Laptop.

I have Windows XP in my primary partition (NTFS).

I have a data drive(fat32) and Fedora Core 2 as my other partitions.

My order of partitions is:

Windows XP | Data | Fedora Core 2.

I searched online for this kind of a problem but couldn’t find one. So, just registered with this site to post my problem.

Can I take around 2GB space from my fat32 partition (data) and then install QNX. i.e. Windows XP | data (fat32) | QNX | Fedora Core 2.

How should I handle my boot loader? Currently I have grub as my boot loader. I am planning to install QNX. Reboot in Fedora Core and install Grub again incuding my QNX in the grub?

Just want to know how far is it possible?

Thanks for your response.

-Phani.

to resize partitions use PartitionMagic…

GRUB can load QNX… My personal config for GRUB for example:
default 0
timeout 30

title Windows 2000 / MS DOS 7.1
root (hd0,0)
rootnoveryfy
makeactive
chainloader +1

title linux-2.4.26 (Slackware build)
kernel /boot/vmlinuz root=/dev/hda5 vga=0x318 ro
boot

title QNX 4.25E (.boot) / QNX 6.1 (.altboot)
root (hd0,1)
rootnoveryfy
makeactive
chainloader +1

title QNX 6.3.0
root (hd0,2)
rootnoveryfy
makeactive
chainloader +1

title FreeBSD 5.2.1-RELEASE
root (hd1,0,a)
rootnoveryfy
makeactive
kernel (hd1,1,a)/boot/loader currdev=disk2s2
boot

title Boot from floppy disk
root (fd0)
rootnoveryfy
;makeactive
chainloader +1
boot

root (hd0,4)
setup (hd0)

Thank you for your reply. I shall go and try it now. So you think the QNX partition between Data and Linux should be OK. Also, installing QNX on a system already with XP and Fedora core should be OK?

See my GRUB config script… I boot from my HDDs Win2k, slackware linux, QNX4, QNX6, FreeBSD.

All bootable partitions plased before 8Gbt limit…