Jump to content

dual booting on same harddrive with linux?


svecias
 Share

3 posts in this topic

Recommended Posts

i DD'd a partition and added it to grub

but it wont boot?

 

 

here is my menu.lst

 

title Fedora Core
       root (hd0,1)
       kernel /vmlinuz-2.6.9-1.667 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
       initrd /initrd-2.6.9-1.667.img
title Windows XP
       rootnoverify (hd0,0)
       chainloader +1
title OSX_X86
       rootnoverify (hd0,3)
       savedefault
       makeactive
       chainloader +1

 

 

Martin

Link to comment
Share on other sites

does anybody know if it has anything to do that darwin thinks its located at hd(0,1)?  but its actually running on hd(0,3)?

martin

 

I'd try --

 

title OSX_X86

map (hd0,3) (hd1,0)

map (hd1,0) (hd3,0)

rootnoverify (hd0,3)

savedefault

makeactive

chainloader +1

 

I'll give it a go once i'm done installing

Link to comment
Share on other sites

 Share

×
×
  • Create New...