Dual boot com duas distros diferentes [resolvido]

Iniciado por rdcampos, 11 de Maio de 2009, 12:06

tópico anterior - próximo tópico

rdcampos

Galera, eu uso ubuntu no meu note, e resolvi instalar o Arch nele também.. até ai sem problemas. Mas no grub, ficou só o Arch, sumiu o ubuntu... foi quando tive a idéia de colocar o cd de instalação do arch e fui em gravar a mbr, algo assim.. ai ficou somente o ubuntu.. como faço pra colocar o arch novamente?


saida do comando "fdisk -l":
Dispositivo Boot Início Fim Blocos ID Sistema
/dev/sda1                1         13130   105466692 83 Linux
/dev/sda2          13131        13373       1951864 82 Linux swap / Solaris
/dev/sda3          13498        19457     47873700 83 Linux

saída do comando "gpart /dev/sda":
Begin scan...
Possible partition(Linux ext2), size(102994mb), offset(0mb)
Possible extended partition at offset(102994mb)
   Possible partition(Linux swap), size(1906mb), offset(102994mb)
   Possible partition(Linux ext2), size(46751mb), offset(105873mb)
End scan.

Checking partitions...
Partition(Linux ext2 filesystem): primary
Partition(Linux swap or Solaris/x86): primary
Partition(Linux ext2 filesystem): primary
Ok.

Guessed primary partition table:
Primary partition(1)
   type: 131(0x83)(Linux ext2 filesystem)
   size: 102994mb #s(210933384) s(63-210933446)
   chs:  (0/1/1)-(1023/254/63)d (0/1/1)-(13129/254/60)r

Primary partition(2)
   type: 130(0x82)(Linux swap or Solaris/x86)
   size: 1906mb #s(3903728) s(210933513-214837240)
   chs:  (1023/254/63)-(1023/254/63)d (13130/1/1)-(13372/254/59)r

Primary partition(3)
   type: 131(0x83)(Linux ext2 filesystem)
   size: 46751mb #s(95747400) s(216829305-312576704)
   chs:  (1023/254/63)-(1023/254/63)d (13497/0/1)-(19456/254/63)r

Primary partition(4)
   type: 000(0x00)(unused)
   size: 0mb #s(0) s(0-0)
   chs:  (0/0/0)-(0/0/0)d (0/0/0)-(0/0/0)r

brunomacagnani

Amigo poste aqui o menu.lst por favor.

Citar/boot/grub/menu.lst

rdcampos

Pessoal, já consegui arrumar, pra quem tiver o mesmo problema faça isso:

montei a partição do Arch Linux (/dev/sda3) (# mount /dev/sda3 /media/arch) fui até o menu.lst do arch e copiei as entradas referente o Arch, depois editei o atual menu.lst (do ubuntu) em /boot/grub/menu.lst e salvei! E tudo funcionou normal.. :)

agora estou no trabalho, mas quando chegar em casa a noite, eu posto aqui como ficou o menu.lst com os dois pra galera dar uma olhada. Obrigado.