Help - Search - Members - Calendar
Full Version: dual boot
InsanelyMac Forum > OSx86 Project > Your Language > Français
leo3949
salut tout le monde c'etait pour savoir si on pouvait faire un dual boot mac>ubuntu ou l'inverse car je viens d'installer unbuntu et je ne vois plus ma partition mac
merci de votre aide
monix
ma configuration triple boot avec grub, le disque est divise' en 4 partizion primaries:
1- Xandros boot (ext3)
2- partition usr (ext3)
3- Leopard (hfs+)
4- Win Xp (ntfs)



le file menu.lst de ma configuration de GRUB

#
# Configured by Xandros Configuration system.
#
#####hiddenmenu
# default boot entry
default=0

# Boot automatically after 10 second.
timeout=10

# Fallback to Configure.
fallback=2

title Xandros
root (0x80,0)
kernel /boot/vmlinuz-2.6.21.4-eeepc quiet rw vga=785 irqpoll root=/dev/sda1
initrd /boot/initramfs-eeepc.img

title Leopard
rootnoverify (0x80,2)
makeactive
chainloader +1
boot

title Windows
rootnoverify (0x80,3)
makeactive
chainloader +1
boot

cparm
QUOTE(monix @ Nov 6 2008, 11:08 PM) *
ma configuration triple boot avec grub, le disque est divise' en 4 partizion primaries:
1- Xandros boot (ext3)
2- partition usr (ext3)
3- Leopard (hfs+)
4- Win Xp (ntfs)
le file menu.lst de ma configuration de GRUB

#
# Configured by Xandros Configuration system.
#
#####hiddenmenu
# default boot entry
default=0

# Boot automatically after 10 second.
timeout=10

# Fallback to Configure.
fallback=2

title Xandros
root (0x80,0)
kernel /boot/vmlinuz-2.6.21.4-eeepc quiet rw vga=785 irqpoll root=/dev/sda1
initrd /boot/initramfs-eeepc.img

title Leopard
rootnoverify (0x80,2)
makeactive
chainloader +1
boot

title Windows
rootnoverify (0x80,3)
makeactive
chainloader +1
boot


tu viens de m'apprendre quelque chose, apparemment on peut remplacer hd0 par 0x80 , ca semble logique pourtant, moi qui croyait du haut de mon impertinence que je n'avait plus grand chose a apprendre de personne sur linux, comme quoi on en apprend tous les jour 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.