I found this great guide by Markymoo on how to install wingrub on my USB. So... I made 4 partitions on my USB and installed Wingrub on hd0,0 , xubuntu 8.10 on hd0,1 and backtrack on hd0,2. Both installations are persistence installtions from pendrivelinux.
So i got wingrub working when i booted from my USB, but none of the linux installations boots.
Ive tried these two menu.lst :
CODE
timeout 30
color=white/blue
title Xubuntu
hide (hd0,0)
hide (hd0,2)
hide (hd0,3)
unhide (hd0,1)
rootnoverify (hd0,1)
chainloader (hd0,1)+1
makeactive
boot
title BackTrack
hide (hd0,0)
hide (hd0,1)
hide (hd0,3)
unhide (hd0,2)
rootnoverify (hd0,2)
chainloader (hd0,2)+1
makeactive
boot
color=white/blue
title Xubuntu
hide (hd0,0)
hide (hd0,2)
hide (hd0,3)
unhide (hd0,1)
rootnoverify (hd0,1)
chainloader (hd0,1)+1
makeactive
boot
title BackTrack
hide (hd0,0)
hide (hd0,1)
hide (hd0,3)
unhide (hd0,2)
rootnoverify (hd0,2)
chainloader (hd0,2)+1
makeactive
boot
I got the messege "Boot error" on both partitions.
AND this one:
CODE
timeout 30
color=white/blue
title Xubuntu
root (hd0,1)
kernel /casper/vmlinuz
initrd /casper/initrd.gz
boot
title BackTrack
root (hd0,2)
kernel /boot/vmlinuz
initrd /boot/initrd.gz
boot
color=white/blue
title Xubuntu
root (hd0,1)
kernel /casper/vmlinuz
initrd /casper/initrd.gz
boot
title BackTrack
root (hd0,2)
kernel /boot/vmlinuz
initrd /boot/initrd.gz
boot
This time I got a bit further... It tried to boot both partiotions but failed at reading som files from the root, maybe because the last code is ment to be used for distros that are fully installed to the hd.
Am I not seeing the problem here? Is it an easy fix or should I just surrender to syslinux?
Thanx
/pany03
