Jump to content
2 posts in this topic

Recommended Posts

I have this partition setup:

 

Device Boot Start End Blocks Id System

/dev/sda1 * 1 3648 29302528+ 7 HPFS/NTFS

/dev/sda2 * 3649 4954 10490445 af Unknown

/dev/sda3 4955 9728 38347155 5 Extended

/dev/sda5 4955 5085 1052226 82 Linux swap / Solaris

/dev/sda6 5086 5216 1052226 83 Linux

/dev/sda7 6523 9728 25752163+ c W95 FAT32 (LBA)

/dev/sda8 5217 6522 10490413+ 83 Linux

 

And this in Grub:

title SUSE Linux 10.1

root (hd0,5)

kernel /vmlinuz root=/dev/sda8 vga=0x317 resume=/dev/sda5 splash=silent showopts

initrd /initrd

 

title Windows XP Professional

chainloader (hd0,0)+1

 

title Mac OSX

root (hd0,1)

makeactive

chainloader +1

 

..and this in com.apple.Boot.plist

 

<key>Kernel Flags</key>

<string>rd=disk0s2</string>

 

 

From what I've read, Darwin should now boot OSX automatically...but it doesn't. I still need to select the volume from the boot menu.

 

Any ideas anyone?

×
×
  • Create New...