Dual boot

Iniciado por Ragazzo, 28 de Fevereiro de 2009, 09:58

tópico anterior - próximo tópico

Ragazzo

Boas a todos os usuários.
Após estar a usar o ubuntu acerca de 1 mês, não poderia estar mais satisfeito. :)

Tenho uma pequena duvida, que gostaria que me esclarecessem:

Tenho dois discos,e após ter instalado o windowshe..t num dos discos, instalei o ubuntu 8.10 no outro., até aqui tudo bem.

quando reiniciei o PC, não me aparece o dual boot, e só arranca o ubuntu, o que posso fazer para que me apareça os dois SO no Boot.

1 abraço
RS

WarLoCk

pelo que eu entendi ai você tem dois hds não é ???
se for isso mesmo eu acho que não irá reconhecer mesmo eu acho que só vai ter como no setup de inicialização!!!
por favor me corrijam se eu estiver errado!!
;D

clcampos

No terminal (Aplicações > Acessórios > Terminal ou Consola) rode os comandos abaixo que tentaremos ajudar, pois o fato de serem instalados  em HD diferentes não influencia em nada.

sudo   blkid

sudo   fdisk    -l

Cole as respostas aqui, e aproveitando coloque também o conteúdo do arquivo /boot/grub/menu.lst.
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

ogata

Citação de: clcampos online 01 de Março de 2009, 09:36
No terminal (Aplicações > Acessórios > Terminal ou Consola) rode os comandos abaixo que tentaremos ajudar, pois o fato de serem instalados  em HD diferentes não influencia em nada.

sudo   blkid

sudo   fdisk    -l

Cole as respostas aqui, e aproveitando coloque também o conteúdo do arquivo /boot/grub/menu.lst.

estou com o mesmo problema do amigo segue copia do console e do grub


ogata@ogata-desktop:~$ sudo blkid
[sudo] password for ogata:
/dev/sda2: UUID="5C5E-306D" TYPE="vfat"
/dev/sda5: UUID="B4A2-3816" TYPE="vfat"
/dev/sdb1: UUID="8b299983-ac5a-4db1-a507-756b4aad1305" TYPE="ext3"
/dev/sdb5: TYPE="swap" UUID="de16860b-8066-4baa-af08-2322c2b06885"
/dev/sdc1: UUID="1C3F-6AF9" TYPE="vfat"
ogata@ogata-desktop:~$ sudo fdisk -l

Disco /dev/sda: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd440d440

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sda1               2        3825    30716280    f  Win95 (LBA) Partição Extendida
/dev/sda2   *        3826        4997     9414090    c  W95 FAT32 (LBA)
/dev/sda5               2        3825    30716248+   b  W95 FAT32

Disco /dev/sdb: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0x15bc15bc

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sdb1               1        2327    18691596   83  Linux
/dev/sdb2            2328        2434      859477+   5  Estendida
/dev/sdb5            2328        2434      859446   82  Linux swap / Solaris

Disco /dev/sdc: 13.5 GB, 13520166912 bytes
255 heads, 63 sectors/track, 1643 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0000675f

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sdc1               1        1643    13197366    c  W95 FAT32 (LBA)
ogata@ogata-desktop:~$

grub

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default      0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout      10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title      Windows 95/98/NT/2000
# root      (hd0,0)
# makeactive
# chainloader   +1
#
# title      Linux
# root      (hd0,1)
# kernel   /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=8b299983-ac5a-4db1-a507-756b4aad1305 ro locale=pt_BR

## default grub root device
## e.g. groot=(hd0,0)
# groot=8b299983-ac5a-4db1-a507-756b4aad1305

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title      Ubuntu 8.10, kernel 2.6.27-7-generic
uuid      8b299983-ac5a-4db1-a507-756b4aad1305
kernel      /boot/vmlinuz-2.6.27-7-generic root=UUID=8b299983-ac5a-4db1-a507-756b4aad1305 ro locale=pt_BR quiet splash
initrd      /boot/initrd.img-2.6.27-7-generic
quiet

title      Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid      8b299983-ac5a-4db1-a507-756b4aad1305
kernel      /boot/vmlinuz-2.6.27-7-generic root=UUID=8b299983-ac5a-4db1-a507-756b4aad1305 ro locale=pt_BR  single
initrd      /boot/initrd.img-2.6.27-7-generic

title      Ubuntu 8.10, memtest86+
uuid      8b299983-ac5a-4db1-a507-756b4aad1305
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 a non-linux OS
# on /dev/sda2
title      Microsoft Windows XP Professional
root      (hd0,1)
savedefault
makeactive
chainloader   +1





Ragazzo

Citação de: clcampos online 01 de Março de 2009, 09:36
No terminal (Aplicações > Acessórios > Terminal ou Consola) rode os comandos abaixo que tentaremos ajudar, pois o fato de serem instalados  em HD diferentes não influencia em nada.

sudo   blkid

sudo   fdisk    -l

Cole as respostas aqui, e aproveitando coloque também o conteúdo do arquivo /boot/grub/menu.lst.


Caro cicampos em seguida segue o solicitado

rui@RS-desktop:~$ sudo blkid
[sudo] password for rui:
/dev/sda1: UUID="f09be326-4710-4e3d-a1fa-c50bfe4b1286" TYPE="ext3"
/dev/sda5: TYPE="swap" UUID="10fa59e0-7a31-4028-b42b-61ec21808043"
/dev/sdb1: UUID="0EE446CEE446B82B" LABEL="WINDOWS" TYPE="ntfs"
/dev/sdg1: LABEL="IOMEGA_HDD" UUID="51B4-5376" TYPE="vfat"



rui@RS-desktop:~$ sudo   fdisk    -l

Disk /dev/sda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa61a1670

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        9635    77393106   83  Linux
/dev/sda2            9636       10011     3020220    5  Extended
/dev/sda5            9636       10011     3020188+  82  Linux swap / Solaris

Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x02e302e2

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       14592   117210208+   7  HPFS/NTFS

Disk /dev/sdg: 360.0 GB, 360080695296 bytes
255 heads, 63 sectors/track, 43777 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x562f070a

   Device Boot      Start         End      Blocks   Id  System
/dev/sdg1   *           1       43777   351638721    b  W95 FAT32

grub

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default      0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout      3

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
## password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title      Windows 95/98/NT/2000
# root      (hd0,0)
# makeactive
# chainloader   +1
#
# title      Linux
# root      (hd0,1)
# kernel   /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=f09be326-4710-4e3d-a1fa-c50bfe4b1286 ro locale=pt_PT

## default grub root device
## e.g. groot=(hd0,0)
# groot=f09be326-4710-4e3d-a1fa-c50bfe4b1286

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title      Ubuntu 8.10, kernel 2.6.27-11-generic
uuid      f09be326-4710-4e3d-a1fa-c50bfe4b1286
kernel      /boot/vmlinuz-2.6.27-11-generic root=UUID=f09be326-4710-4e3d-a1fa-c50bfe4b1286 ro locale=pt_PT quiet splash
initrd      /boot/initrd.img-2.6.27-11-generic
quiet

title      Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode)
uuid      f09be326-4710-4e3d-a1fa-c50bfe4b1286
kernel      /boot/vmlinuz-2.6.27-11-generic root=UUID=f09be326-4710-4e3d-a1fa-c50bfe4b1286 ro locale=pt_PT  single
initrd      /boot/initrd.img-2.6.27-11-generic

title      Ubuntu 8.10, kernel 2.6.27-7-generic
uuid      f09be326-4710-4e3d-a1fa-c50bfe4b1286
kernel      /boot/vmlinuz-2.6.27-7-generic root=UUID=f09be326-4710-4e3d-a1fa-c50bfe4b1286 ro locale=pt_PT quiet splash
initrd      /boot/initrd.img-2.6.27-7-generic
quiet

title      Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid      f09be326-4710-4e3d-a1fa-c50bfe4b1286
kernel      /boot/vmlinuz-2.6.27-7-generic root=UUID=f09be326-4710-4e3d-a1fa-c50bfe4b1286 ro locale=pt_PT  single
initrd      /boot/initrd.img-2.6.27-7-generic

title      Ubuntu 8.10, memtest86+
uuid      f09be326-4710-4e3d-a1fa-c50bfe4b1286
kernel      /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

desde já muito obrigado pela sua ajuda






clcampos

Caro Ragazzo vamos tentar assim:

Edite o arquivo /boot/grub/menu.lst:

sudo   gedit   /boot/grub/menu.lst

E adicione as linhas abaixo no final:

Citar
title      MS Janelas XP
root      (hd1,0)
savedefault
makeactive
chainloader   +1

Se não der certo edite o arquivo e adicione a linha em negrito abaixo:

Citar
title      MS Janelas XP
root      (hd1,0)
map         (hd1) (hd0)
savedefault
makeactive
chainloader   +1
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

Ragazzo

Citação de: clcampos online 02 de Março de 2009, 19:59
Caro Ragazzo vamos tentar assim:

Edite o arquivo /boot/grub/menu.lst:

sudo   gedit   /boot/grub/menu.lst

E adicione as linhas abaixo no final:

Citar
title      MS Janelas XP
root      (hd1,0)



Boa tarde CLcampos

Tentei fazer o que explicou
com a primeira opção sisplesmente o PC não arranca, com a segunda escolho o sistema no grub e a resposta é
"falta NTLDR
prima ALT+CTRL+DEL para continuar"

por favor poderá dar-me mais alguma ajuda?
savedefault
makeactive
chainloader   +1

Se não der certo edite o arquivo e adicione a linha em negrito abaixo:

Citar
title      MS Janelas XP
root      (hd1,0)
map         (hd1) (hd0)
savedefault
makeactive
chainloader   +1


clcampos

#7
Ragazzo me diz uma coisa, qual é o HD que esta como o bootável na BIOS do PC, o do Linux ou do Windows?

Você pode até fazer a seguinte alteração no arquivo /boot/grub/menu.lst (mas não acho que terá alguma mudança no quadro atual):

Citartitle      MS Janelas XP
root      (hd1,0)
map         (hd0) (hd1)
map         (hd1) (hd0)
savedefault
makeactive
chainloader   +1

De qualquer forma estou fazendo umas pesquisas e aguardando sua resposta.
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

Ragazzo

Citação de: clcampos online 03 de Março de 2009, 18:05
Ragazzo me diz uma coisa, qual é o HD que esta como o bootável na BIOS do PC, o do Linux ou do Windows?

Você pode até fazer a seguinte alteração no arquivo /boot/grub/menu.lst (mas não acho que terá alguma mudança no quadro atual):

Citartitle      MS Janelas XP
root      (hd1,0)
map         (hd0) (hd1)
map         (hd1) (hd0)
savedefault
makeactive
chainloader   +1

De qualquer forma estou fazendo umas pesquisas e aguardando sua resposta.

Olá cicampos

Obrigado por toda esta ajuda

O HD bootable ó do Linux. Tentei fazer a execução que me disse e também não deu resultado.

Gostaria de saber se ao instalar novamente o MS janelas XP no outro disco, danifico a instalação do ubuntu?

Grato por toda esta ajuda

clcampos

Se você reinstalar o Windows talvez não resolva 100%.

Podemos tentar uma última coisa?

Primeiro, usando o gparted, experimente deixar apenas a partição do Windows XP como bootável, tirando este flag do outro HD, onde esta o Linux.

Segundo reinstale o GRUB, instalando ele no HD do Windows, e para isso proceda assim:

sudo  grub-install   /dev/sdb

Depois reinicie o PC, mas antes de entrar em qualquer um dos sistemas deixe o HD do windows como bootável na bios.

Você pode também seguir a dica do Site da Microsoft (Método 2: Utilizar a consola de recuperação), mas para isso você terá que ter o CD de instalação do XP.

A dica esta aqui.
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

Ragazzo

Citação de: clcampos online 04 de Março de 2009, 19:16
Se você reinstalar o Windows talvez não resolva 100%.

Podemos tentar uma última coisa?

Primeiro, usando o gparted, experimente deixar apenas a partição do Windows XP como bootável, tirando este flag do outro HD, onde esta o Linux.

Segundo reinstale o GRUB, instalando ele no HD do Windows, e para isso proceda assim:

sudo  grub-install   /dev/sdb

Depois reinicie o PC, mas antes de entrar em qualquer um dos sistemas deixe o HD do windows como bootável na bios.

Você pode também seguir a dica do Site da Microsoft (Método 2: Utilizar a consola de recuperação), mas para isso você terá que ter o CD de instalação do XP.

A dica esta aqui.


Fiz como você disse, pela consola do win, acontece que sem querer fiz fixboot paa o diso do ubuntu, o MS arranca se selecionado no grub, mas o ubuntu não consegue abrir após a barrinha com o nome ubuntu em cima andar de um lado para o outro, o que posso fazer para recuperar o arranque o ubuntu?

clcampos

Use o LiveCD do Ubuntu no boot do seu PC, execute os comandos abaixo e coloque as respostas aqui:

sudo fdisk  -l

blkid

Você pode também após selecionar o Ubuntu no GRUB clicar ESC, assim você poderá ver quais mensagens aparecem no boot, e então onde esta travando.
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

Ragazzo

Citação de: clcampos online 05 de Março de 2009, 19:56
Use o LiveCD do Ubuntu no boot do seu PC, execute os comandos abaixo e coloque as respostas aqui:

sudo fdisk  -l

blkid

Você pode também após selecionar o Ubuntu no GRUB clicar ESC, assim você poderá ver quais mensagens aparecem no boot, e então onde esta travando.

olá meu amigo

comando fdisk
Disk /dev/sda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa61a1670

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        9635    77393106   83  Linux
/dev/sda2            9636       10011     3020220    5  Extended
/dev/sda5            9636       10011     3020188+  82  Linux swap / Solaris

Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x02e302e2

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1       14592   117210208+   7  HPFS/NTFS

o outro comando não consigo ter nehuma resposta na consola



clcampos

Desculpe quanto ao outro comando, pois faltou o sudo antes.

Bem, teoricamente nada de errado aconteceu, o que acha de reinstalar o GRUB?

Para isso use o LiveCD, entre no terminal e execute os comandos (caso algum de uma mensagem de erro pare e retorne aqui):

sudo mount /dev/sda1 /mnt
sudo mount -o bind /dev /mnt/dev
sudo mount -o bind /proc /mnt/proc
sudo chroot /mnt
sudo grub-install /dev/sdb
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

Ragazzo

Citação de: clcampos online 05 de Março de 2009, 21:32
Desculpe quanto ao outro comando, pois faltou o sudo antes.

Bem, teoricamente nada de errado aconteceu, o que acha de reinstalar o GRUB?

Para isso use o LiveCD, entre no terminal e execute os comandos (caso algum de uma mensagem de erro pare e retorne aqui):

sudo mount /dev/sda1 /mnt
sudo mount -o bind /dev /mnt/dev
sudo mount -o bind /proc /mnt/proc
sudo chroot /mnt
sudo grub-install /dev/sdb


Olá clcampos

Consegui através destes ultimos passos resolver a minha situação.
Dese já agradeço o tempo disponibilizado. Eu que sou ainda muito novo no mundo Linux, agradeço e tenho recomendao o ubuntu aos meus amigos, uma vez que não ficam a perder, pelo contrário só ganham.
Para finalizar, este forum é de nota 20 pois é uma grande ajuda aos iniciantes neste "novo" mundo do open source.

Um bem haja a todos