Boot 2 hds separadas

1. Boot 2 hds separadas

Ricardo
rickzale

(usa Debian)

Enviado em 09/01/2010 - 14:32h

Olá
Eu possuo no meu micro 2 hds:
- 1 é IDE (40gb)está instalada o Ubuntu 8.10,funciona legal..
- uma outra é SATA (80GB) e está instalada o XPSP3 com duas partições (50% sistema e 50% dados).
Tudo normal, só que para dar boot no windows eu preciso desabilitar a HD com linux na BIOS e dar boot no windows. Procurei pela NET mas as informações que eu encontrei não ajudaram. Foram coisas para alterar o /boot/grub/menu.lst só que eu fiz as mudanças e não sobe (o highlight fica no memtest e nem aparece opções para o Other System´s). Eu quando instalei foi windows primeiro que já estava e linux depois. Fiz o particionamento manual porque temia que perdesse meus dados (embora tivesse backup, mas seria um sac... voltar tudo). Achei por aí na NET também colocar de volta o live-cd e começar denovo, mas já foi muito complicado configurar o Squid, Apache essas coisas.. se alguém tiver uma solução, será bem vinda!
Obrigado e []´s a todos.
Ricardo


  


2. Re: Boot 2 hds separadas

Jefferson Diego
Diede

(usa Debian)

Enviado em 09/01/2010 - 15:33h

Aqui, eu uso o seguinte no /boot/grub/menu.lst:

title Windows XP Professional
root (hd1,1)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1

Vê se dá certo aí contigo...


3. Re: Boot 2 hds separadas

Ricardo
rickzale

(usa Debian)

Enviado em 10/01/2010 - 09:31h

Olha Diede

apareceu esse erro (pelo menos alguma coisa):
Error 23: error while parsing number

e quando eu peço a configuração dos discos (fdisk -l):
Disco /dev/sda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc7b0c7b0

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sda1 * 1 3650 29318593+ 83 Linux
/dev/sda2 3651 4865 9759487+ 5 Estendida
/dev/sda5 3651 4257 4875696 83 Linux
/dev/sda6 4258 4865 4883728+ 82 Linux swap / Solaris

Disco /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc802c802

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sdb1 * 1 4865 39078081 7 HPFS ou NTFS
/dev/sdb2 4866 9729 39070080 f Win95 (LBA) Partição Extendida
/dev/sdb5 4866 9729 39070048+ 7 HPFS ou NTFS

o que será?

Abraços
Ricardo


4. Re: Boot 2 hds separadas

MATHEUS
M@C

(usa Debian)

Enviado em 10/01/2010 - 12:02h

E ai cara...
Olha... Andei olhando na NET e achei, uma coisa:
Lá no menu.lst onde fica a configuração do Win, acho que é algo assim:


title Windows Boot Manager
root (sda1,0)
savedefault
makeactive
chainloader +1



Tente colocar uma das opções abaixo:



title Windows (hd0)
root (hd0,0)
chainloader +1



title Windows (hd1)
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1



title Windows (hd2)
rootnoverify (hd2,0)
map (hd0) (hd2)
map (hd2) (hd0)
chainloader +1

Tente uma de cada vez... Onde eu achei a segunda opção foi a que funcionou... Flw :D


5. Re: Boot 2 hds separadas

Alan Souza
alan-souza

(usa Slackware)

Enviado em 10/01/2010 - 13:40h

O serial ata está como escravo?

Passa ai o seu menu.lst


6. Re: Boot 2 hds separadas

Ricardo
rickzale

(usa Debian)

Enviado em 10/01/2010 - 15:49h

Bom pediram o menu.lst. aí vai:
# 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 7

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

## 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=067e0585-feac-4560-842a-2aa02f7165cd ro locale=pt_BR

## default grub root device
## e.g. groot=(hd0,0)
# groot=782f42f1-6564-470c-a2ae-7f21387df78d

## 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-14-generic
uuid 782f42f1-6564-470c-a2ae-7f21387df78d
kernel /vmlinuz-2.6.27-14-generic root=UUID=067e0585-feac-4560-842a-2aa02f7165cd ro locale=pt_BR quiet splash
initrd /initrd.img-2.6.27-14-generic
quiet

title Ubuntu 8.10, kernel 2.6.27-14-generic (recovery mode)
uuid 782f42f1-6564-470c-a2ae-7f21387df78d
kernel /vmlinuz-2.6.27-14-generic root=UUID=067e0585-feac-4560-842a-2aa02f7165cd ro locale=pt_BR single
initrd /initrd.img-2.6.27-14-generic

title Ubuntu 8.10, kernel 2.6.27-7-server
uuid 782f42f1-6564-470c-a2ae-7f21387df78d
kernel /vmlinuz-2.6.27-7-server root=UUID=067e0585-feac-4560-842a-2aa02f7165cd ro locale=pt_BR quiet splash
initrd /initrd.img-2.6.27-7-server
quiet

title Ubuntu 8.10, kernel 2.6.27-7-server (recovery mode)
uuid 782f42f1-6564-470c-a2ae-7f21387df78d
kernel /vmlinuz-2.6.27-7-server root=UUID=067e0585-feac-4560-842a-2aa02f7165cd ro locale=pt_BR single
initrd /initrd.img-2.6.27-7-server

title Ubuntu 8.10, kernel 2.6.27-7-generic
uuid 782f42f1-6564-470c-a2ae-7f21387df78d
kernel /vmlinuz-2.6.27-7-generic root=UUID=067e0585-feac-4560-842a-2aa02f7165cd ro locale=pt_BR quiet splash
initrd /initrd.img-2.6.27-7-generic
quiet

title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid 782f42f1-6564-470c-a2ae-7f21387df78d
kernel /vmlinuz-2.6.27-7-generic root=UUID=067e0585-feac-4560-842a-2aa02f7165cd ro locale=pt_BR single
initrd /initrd.img-2.6.27-7-generic

title Ubuntu 8.10, memtest86+
uuid 782f42f1-6564-470c-a2ae-7f21387df78d
kernel /memtest86+.bin
quiet

title Windows XP Professional
root (hd1,1)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1

### END DEBIAN AUTOMAGIC KERNELS LIST

tentei as opções de antes e ainda não deu. Meu micro possui 4 entradas sata e esta na sata1 (0, 1, 2 e 3). tem também o log do fdisk -l:
Disco /dev/sda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc7b0c7b0

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sda1 * 1 3650 29318593+ 83 Linux
/dev/sda2 3651 4865 9759487+ 5 Estendida
/dev/sda5 3651 4257 4875696 83 Linux
/dev/sda6 4258 4865 4883728+ 82 Linux swap / Solaris

Disco /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc802c802

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sdb1 * 1 4865 39078081 7 HPFS ou NTFS
/dev/sdb2 4866 9729 39070080 f Win95 (LBA) Partição Extendida
/dev/sdb5 4866 9729 39070048+ 7 HPFS ou NTFS

Mais estranho que é que o disco IDE (de 40) ele mostra como sda e o sata com sdb (normal por ser sata)...

Valew pela ajuda AINDA não rola...

Abraços

Ricardo


7. Re: Boot 2 hds separadas

Ricardo
rickzale

(usa Debian)

Enviado em 10/01/2010 - 16:00h

Só corrigindo o hd sata (onde está o windows) esta no channel 3 e não 2 como postei antes... pensei uma coisa e digitei outra valew

Ricardo


8. Re: Boot 2 hds separadas

GILBERTO CANDIDO DE SOUZA
gi_ba@pop.com.br

(usa Kurumin)

Enviado em 13/08/2010 - 00:24h

Meu hd com o linux é um IDE de 80 gb e o outro, com o windows, é um sata de 250gb. Estava com este problema também e consegui resolver inserindo o texto abaixo no menu.lst:

title Windows XP Professional
rootnoverify (hd1,0)
makeactive
chainloader (hd1,0)+1
map (hd0) (hd1)
map (hd1) (hd0)

Salvei e após reiniciar ele inicializou o windows e o ubuntu normalmente.
Pode ser que ao terminar de instalar vc tenha instalado o grub sem querer no hd do windows ao inves do linux.
Mas, uma dica: também é possivel gerenciar boot pelo windows. Tem vários tutoriais sobre isto e talvez te ajude a não ter que ficar alterando o boot no setup até que ache a solução pro seu grub. Boa sorte irmãozinho.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts