Multi-Boot varias distros Linux+WinXPsp2

Iniciado por Leo_Jedi, 23 de Março de 2008, 19:03

tópico anterior - próximo tópico

Leo_Jedi

Fala pessoal, tenho 2 hds:

1 SATA 80GB, partição única com WinXPsp2
1 IDE 80GB particionado em 5 (4 para linux+1 swap)

No HD IDE ta tudo configurado, o grub ta assim

Citartitle        Ubuntu 7.10, kernel 2.6.22-14-generic
root        (hd0,7)
kernel        /boot/vmlinuz-2.6.22-14-generic root=UUID=ce7c3e1b-dec3-41e4-99e5-bb1010300e90 ro quiet splash locale=pt_BR
initrd        /boot/initrd.img-2.6.22-14-generic
quiet

title        Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root        (hd0,7)
kernel        /boot/vmlinuz-2.6.22-14-generic root=UUID=ce7c3e1b-dec3-41e4-99e5-bb1010300e90 ro single
initrd        /boot/initrd.img-2.6.22-14-generic

title        Ubuntu 7.10, memtest86+
root        (hd0,7)
kernel        /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title        Other operating systems:
root


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hdb5.
title        SlackWare 12.0 (on /dev/hdb5)
root        (hd0,4)
kernel        /boot/vmlinuz root=/dev/hdb5 ro vga = 773
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hdb6.
title        Fedora 8 (2.6.23.1-42.fc8) (on /dev/hdb6)
root        (hd0,5)
kernel        /boot/vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/1 rhgb quiet
initrd        /boot/initrd-2.6.23.1-42.fc8.img
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hdb7.
title        openSUSE 10.3 (on /dev/hdb7)
root        (hd0,6)
kernel        /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-SATA_ST380011A_3JV4JVRN-part7 vga=0x31b resume=/dev/sda9 splash=silent showopts
initrd        /boot/initrd-2.6.22.5-31-default
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hdb7.
title        Failsafe -- openSUSE (on /dev/hdb7)
root        (hd0,6)
kernel        /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-SATA_ST380011A_3JV4JVRN-part7 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd        /boot/initrd-2.6.22.5-31-default
savedefault
boot

title        Windows XP sp2
root        (hd0,0)
makeactive
chainloader    +1

Todas essas distros linux inicializam e funcionam numa boa, o meu problema é q nao consigo fazer o Grub dar partida no WinXP q ta no outro HD SATA. Q linhas devo adicionar/editar pra fazer ele dar partida no Windows? desde ja agradeço!

Em tempo: Pra dar boot no Windows eu tenho ido no setup da bios e colocado o SATA como master e primeiro a dar boot na inicialização. É chato toda hora q quero usar o Windows ter q chamar a bios.

Feldsm

Use o parametro map (hd0,0) (hd0,7)

title        Windows XP sp2
root        (hd0,0)
makeactive
chainloader    +1
map (hd0,0) (hd0,7)

Leo_Jedi

Fala cara mto obrigado! Mas é o seguinte coloquei isso ai q vc postou e ao tentar bootar o WinXP recebi a msg de Erro23 parametro incorreto  ???

jomafras

Tenta essa aí :

title Windows XP
rootnoverify (hd1,0)
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
O Ubuntu sem dúvida é a melhor Distro.
Pesquise primeiro... só depois abra um tópico.
Canal do YouTube - Blog

Leo_Jedi

Opa funcionou!!! ;D Mto obrigado vcs foram mto atenciosos, valeu mesmo!!

jomafras

Coloca (Resolvido) na primeira mensagem, por favor.
O Ubuntu sem dúvida é a melhor Distro.
Pesquise primeiro... só depois abra um tópico.
Canal do YouTube - Blog