Help - Search - Members - Calendar
Full Version: Adding Kalyway to GRUB2?
InsanelyMac Forum > OSx86 Project > Multi Booting and Virtualisation
Panarchy
Hello!

Here are my partitions, (I just installed OpenSUSE)



blink.gif what do I do?

How do I edit GRUB?

Also it lists I think 6 partitions in grub;
CODE
OpenSUSE
OpenSUSE FailSafe
Windows 1
Windows 2
Windows 3
Windows 4


Or something like that.

I've tried the first one, Windows 1, Windows 2 & Windows 3 (Windows 3 was the one that actually had Windows on it!).

I have XP 32-bit & XP 64-bit installed.

I have OpenSUSE 11.0 with KDE 4.0.

I have Kalyway 10.5.2, updated to 10.5.3 (Kalyway) then Chameleoned to official Mac Leopard 10.5.4.

Please help me out with this multi-boot.

Thanks in advance,

Panarchy

EDIT: Checked Windows 4, exact same as Windows 3. Just the Windows Bootloader with WinXP x64 & WinXP 32-bit
FrankOS_Scripting
This appropriate topic about Grub and dual boot is right there.

Enjoy biggrin.gif
Panarchy
Okay, thanks.

Um, here is my GRUB;

CODE
# Modified by YaST5. Last modification on Sat Aug  9 06:19:26 UTC 2008
default 0
timeout 8
gfxmenu (hd0,3)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.0 - 2.6.25.5-1.1
    root (hd0,3)
    kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_MAXTOR_STM35006_6QG121PF-part4 resume=/dev/sda5 splash=silent showopts vga=0x31a
    initrd /boot/initrd-2.6.25.5-1.1-default

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.0 - 2.6.25.5-1.1
    root (hd0,3)
    kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_MAXTOR_STM35006_6QG121PF-part4 showopts ide=nodma apm=off acpi=off noresume edd=off x11failsafe vga=0x31a
    initrd /boot/initrd-2.6.25.5-1.1-default

###Don't change this comment - YaST2 identifier: Original name: windows 1###
title windows 1
    rootnoverify (hd0,3)
    chainloader (hd1,0)+1

###Don't change this comment - YaST2 identifier: Original name: windows 2###
title windows 2
    rootnoverify (hd0,3)
    chainloader (hd1,1)+1

###Don't change this comment - YaST2 identifier: Original name: windows 3###
title windows 3
    rootnoverify (hd0,3)
    chainloader (hd1,3)+1

###Don't change this comment - YaST2 identifier: Original name: windows 4###
title windows 4
    rootnoverify (hd0,3)
    chainloader (hd0,0)+1

###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
    rootnoverify (hd0,3)
    chainloader (fd0)+1
~
~
~
~
~
~
                                                                                                                                                                                             1,19          All


How should I edit it?

Please tell me what to do!

Thanks in advance,

Panarchy
FrankOS_Scripting
In this extension folder ?!

CODE
Then edit /boot/grub/menu.lst

And then, follow others steps...
Panarchy
CODE
default 0
timeout 8
gfxmenu (hd0,3)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux (OpenSUSE 11.0)
#2.6.25.5-1.1
    root (hd0,3)
    kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_MAXTOR_STM35006_6QG121PF-part4 resume=/dev/sda5 splash=silent showoptsvga=0x31a
    initrd /boot/initrd-2.6.25.5-1.1-default

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.0 - 2.6.25.5-1.1
    root (hd0,3)
    kernel /boot/vmlinuz-2.6.25.5-1.1-default root=/dev/disk/by-id/scsi-SATA_MAXTOR_STM35006_6QG121PF-part4 showopts ide=nodma apm=off acpi=off noresume edd=off x11failsafe vga=0x31a
    initrd /boot/initrd-2.6.25.5-1.1-default

title Mac OSX Leopard
root (hd0,3)
kernel /boot/boot_v8
boot

###Don't change this comment - YaST2 identifier: Original name: windows 1###
#title windows 1
#    rootnoverify (hd0,3)
#    chainloader (hd1,0)+1

###Don't change this comment - YaST2 identifier: Original name: windows 2###
#title windows 2
#    rootnoverify (hd0,3)
#    chainloader (hd1,1)+1

###Don't change this comment - YaST2 identifier: Original name: windows 3###
title Windows XP 64-bit    
rootnoverify (hd0,3)


Everything is working fine... little bug with the Mac partition, I'll start a new topic for it.
FrankOS_Scripting
Uh, did you follow the whole instructions. if you're pointing hd(x,y) on your Mac part, you won't be able to boot. Anyway, better to make a double check on your GRUB lst wink.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.