Autor Tópico: Problema no GRUB, Windows não identificado  (Lida 3791 vezes)

Offline merorafael

  • Usuário Ubuntu
  • *
  • Mensagens: 236
  • Ubuntu 12.04 / Fedora 17
    • Ver perfil
    • Mero Projects
Problema no GRUB, Windows não identificado
« Online: 16 de Novembro de 2007, 23:26 »
O computador não está encontrado o Windows XP pelo grub.
HD IDE1 - Master:
80Gb - Ubuntu 7.10
HD IDE2 - Slave:
80Gb - Windows XP
Quando o computador liga, o grub inicia diretamente o Ubuntu e não da a opção de escolher o Windows XP. Tem como configurar o Linux para o grub fornescer a opção e iniciar o Windows XP do IDE2?
Projetos: Mero Projects - http://www.meroprojects.com/

Offline clcampos

  • Administrador
  • Usuário Ubuntu
  • *****
  • Mensagens: 10.790
  • .:: User Linux #439596 ::.
    • Ver perfil
Re: Problema no GRUB, Windows não identificado
« Resposta #1 Online: 16 de Novembro de 2007, 23:30 »
Cole aqui o conteúdo do arquivo /boot/grub/menu.lst e também a resposta para os comandos blkid e sudo fdisk -l executados através do terminal (Aplicações > Acessórios > Terminal).
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

Offline EsTigMaNeT

  • Usuário Ubuntu
  • *
  • Mensagens: 19
    • Ver perfil
    • Net4Biz
Re: Problema no GRUB, Windows não identificado
« Resposta #2 Online: 16 de Novembro de 2007, 23:39 »
To sentindo que este tópico vai ser muito util pra mim. Aguardando o resultado do menu.lst e posteriormente as dicas de configuraçao de boot.
Somos quem podemos ser...

Offline rodrigues612

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: Problema no GRUB, Windows não identificado
« Resposta #3 Online: 20 de Dezembro de 2007, 23:58 »
Cole aqui o conteúdo do arquivo /boot/grub/menu.lst e também a resposta para os comandos blkid e sudo fdisk -l executados através do terminal (Aplicações > Acessórios > Terminal).

Estou com este problema também. executei o comando: sudo fdisk -l e obetive este resultado:

alexsander@alexsander-desktop:~$ sudo fdisk -l

Disco /dev/sda: 80.0 GB, 80060424192 bytes
255 heads, 63 sectors/track, 9733 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0x81438143

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sda1   *           1        9732    78172258+   7  HPFS ou NTFS

Disco /dev/sdb: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1fbc1fbb

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sdb1   *         601        3150    20482875    7  HPFS ou NTFS
/dev/sdb2            4836        4865      240975   82  Linux swap / Solaris
/dev/sdb3            3151        4835    13534762+  83  Linux
/dev/sdb4               1         600     4819468+  83  Linux

Partições lógicas fora da ordem do disco
alexsander@alexsander-desktop:~$
alexsander@alexsander-desktop:~$

Como faço para voltar a inicializar o Windows?

Offline jomafras

  • Usuário Ubuntu
  • *
  • Mensagens: 2.009
  • 17.04 Zesty Zapus
    • Ver perfil
Re: Problema no GRUB, Windows não identificado
« Resposta #4 Online: 21 de Dezembro de 2007, 00:15 »
Posta aí :

Código: [Selecionar]
sudo gedit /boot/grub/menu.lst
Código: [Selecionar]
sudo gedit /etc/fstabComo já disse o clcampos.
« Última modificação: 21 de Dezembro de 2007, 00:18 por pintinho »
O Ubuntu sem dúvida é a melhor Distro.
Pesquise primeiro... só depois abra um tópico.
Canal do YouTube - Blog

Offline rodrigues612

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: Problema no GRUB, Windows não identificado
« Resposta #5 Online: 21 de Dezembro de 2007, 06:49 »
Posta aí :

Código: [Selecionar]
sudo gedit /boot/grub/menu.lst
Código: [Selecionar]
sudo gedit /etc/fstabComo já disse o clcampos.

Eis o resultado:

# 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=a9a87923-889d-46a1-ae24-1832ec719803 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,2)

## 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 locale=pt_BR

## 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 7.10, kernel 2.6.22-14-generic
root      (hd1,2)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=a9a87923-889d-46a1-ae24-1832ec719803 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      (hd1,2)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=a9a87923-889d-46a1-ae24-1832ec719803 ro single
initrd      /boot/initrd.img-2.6.22-14-generic

title      Ubuntu 7.10, memtest86+
root      (hd1,2)
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/sda1
title      Windows NT/2000/XP (loader)
root      (hd0,0)
savedefault
makeactive
chainloader   +1


#Adicionado a este menu pelo aplicativo DL grubmenugen.rb
root    (hd2,3)
title   dreamlinux
kernel   /boot/vmlinuz-2.6.18.1-kanotix-1 root=/dev/hdc4 ro quiet vga=791 splash=silent
initrd   /boot/initrd

O DETALHE É QUE O DREAMLINUX NÃO ESTÁ FUNCIONANDO E NEM O WINDOWS.

E agora o outro post:

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sdb3
UUID=a9a87923-889d-46a1-ae24-1832ec719803 /               ext3    defaults,errors=remount-ro 0       1
# /dev/sda1
UUID=108423A684238D72 /media/sda1     ntfs    defaults,umask=007,gid=46 0       1
# /dev/sdb1
UUID=3A678C885C4EE13B /media/sdb1     ntfs    defaults,umask=007,gid=46 0       1
# /dev/sdb2
UUID=220ab913-317b-4847-a1e4-dc156627a8ac none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec 0       0

Offline jomafras

  • Usuário Ubuntu
  • *
  • Mensagens: 2.009
  • 17.04 Zesty Zapus
    • Ver perfil
Re: Problema no GRUB, Windows não identificado
« Resposta #6 Online: 21 de Dezembro de 2007, 10:04 »
Normalmente o Windows em outro HD é mais complicado :

Tente colocar o Windows desse jeito:
title               Win XP
unhide           (hd1,0)
rootnoverify   (hd1,0)
chainloader    +1
map              (hd1) (hd0)
makeative

Não tem entrada no seu fstab para a partição  sdb4 do Dreamlinux.
Veja qual é a UUID :
Código: [Selecionar]
blkid /dev/sdb4
e adicione a entrada para ela.


Editado :
Antes faça bakup do fstab :
Código: [Selecionar]
sudo cp /etc/fstab /etc/fstab_bakup
« Última modificação: 21 de Dezembro de 2007, 10:37 por pintinho »
O Ubuntu sem dúvida é a melhor Distro.
Pesquise primeiro... só depois abra um tópico.
Canal do YouTube - Blog

Offline clcampos

  • Administrador
  • Usuário Ubuntu
  • *****
  • Mensagens: 10.790
  • .:: User Linux #439596 ::.
    • Ver perfil
Re: Problema no GRUB, Windows não identificado
« Resposta #7 Online: 21 de Dezembro de 2007, 10:18 »
Eu não sei onde esta o windows ali. O ideal seria informar o que esta em cada partição. Caso o windows esteja no HD junto com o Linux (naquela partição NTFS) o pintinho tem grande chance de resolver seu problema já de primeira.

Caso o DreamLinux esteja na quarta partição do segundo HD acho que a mudança abaixo também já ajudará.

Citar
#Adicionado a este menu pelo aplicativo DL grubmenugen.rb
root    (hd1,3)
title   dreamlinux
kernel   /boot/vmlinuz-2.6.18.1-kanotix-1 root=/dev/hdc4 ro quiet vga=791 splash=silent
initrd   /boot/initrd

[]'s

Cristiano
« Última modificação: 21 de Dezembro de 2007, 10:20 por clcampos »
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

Offline jomafras

  • Usuário Ubuntu
  • *
  • Mensagens: 2.009
  • 17.04 Zesty Zapus
    • Ver perfil
Re: Problema no GRUB, Windows não identificado
« Resposta #8 Online: 21 de Dezembro de 2007, 10:33 »
Esqueci de um detalhe importante :

Se for alterar o fstab é preciso fazer backup antes (do contrário pode ir tudo pro brejo).

Código: [Selecionar]
sudo cp /etc/fstab /etc/fstab_bakup
O Ubuntu sem dúvida é a melhor Distro.
Pesquise primeiro... só depois abra um tópico.
Canal do YouTube - Blog

Offline clcampos

  • Administrador
  • Usuário Ubuntu
  • *****
  • Mensagens: 10.790
  • .:: User Linux #439596 ::.
    • Ver perfil
Re: Problema no GRUB, Windows não identificado
« Resposta #9 Online: 21 de Dezembro de 2007, 10:50 »
Esqueci de um detalhe importante :

Se for alterar o fstab é preciso fazer backup antes (do contrário pode ir tudo pro brejo).

Código: [Selecionar]
sudo cp /etc/fstab /etc/fstab_bakup

Essa os dois comeram com angu....



Editando....

Menos mal pintinho. O backup tá aqui, basta copiar de volta.

Outra coisa, a alteração que estamos sugerindo é no menu.lst, então o backup é:

Código: [Selecionar]
sudo   cp   /boot/grub/menu.lst     /boot/grub/menu.lst.bkp.20071221
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

Offline rodrigues612

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: Problema no GRUB, Windows não identificado
« Resposta #10 Online: 21 de Dezembro de 2007, 23:58 »
Agora fiquei louco de vez. Não consigui fazer os procedimentos do Pintinho e do EsTigMaNeT, acabei me enrolando todo e coloquei comandos em lugares errados. Então resolvi reinstalar o UBUNTU, ou seja, formatando a partição e instalando de novo (apartir do zero), aí continuou o meu problema, pois agora a minha esposa vai me matar -- não consigo mais iniciar o windows.
O meu fstab está assim agora:

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sdb3
UUID=b6311862-0f1f-4495-bb78-84ff06c65b57 /               ext3    defaults,errors=remount-ro 0       1
# /dev/sda1
UUID=80C2F69090FA0800 /media/sda1     ntfs    defaults,umask=007,gid=46 0       1
# /dev/sdb1
UUID=3A678C885C4EE13B /media/sdb1     ntfs    defaults,umask=007,gid=46 0       1
# /dev/sdb4
UUID=b20fffd8-3acb-42f2-856f-5b47ae4b5c9c /media/sdb4     reiserfs defaults        0       2
# /dev/sdb2
UUID=220ab913-317b-4847-a1e4-dc156627a8ac none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec 0       0

E o meu Grub (menu.lst) assim:

# 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=b6311862-0f1f-4495-bb78-84ff06c65b57 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,2)

## 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 locale=pt_BR

## 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 7.10, kernel 2.6.22-14-generic
root      (hd1,2)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=b6311862-0f1f-4495-bb78-84ff06c65b57 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      (hd1,2)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=b6311862-0f1f-4495-bb78-84ff06c65b57 ro single
initrd      /boot/initrd.img-2.6.22-14-generic

title      Ubuntu 7.10, memtest86+
root      (hd1,2)
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/sdb4.
title      Debian GNU/Linux (4.0) (on /dev/sdb4)
root      
kernel      /vmlinuz-2.6.18.1-kanotix-1 root=/dev/sdb4
savedefault
boot


Tenho 2 (dois) HDs
HD 80gb  -- windows xp
HD 40gb  -- particionado em 3 partes - ntfs (vazio), Dreamlinux e ubuntu

E agora? O windows sumiu...
SOCORRO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Offline rodrigues612

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: Problema no GRUB, Windows não identificado
« Resposta #11 Online: 22 de Dezembro de 2007, 00:04 »
Detalhe... O DreamLInux continua sem funcionar também. Só tenho o Ubuntu agora e fiquei sem os meus arquivos do HD de 80gb...

Offline clcampos

  • Administrador
  • Usuário Ubuntu
  • *****
  • Mensagens: 10.790
  • .:: User Linux #439596 ::.
    • Ver perfil
Re: Problema no GRUB, Windows não identificado
« Resposta #12 Online: 22 de Dezembro de 2007, 02:01 »
Antes de tudo uma pergunta:

Citar

Tenho 2 (dois) HDs
HD 80gb  -- windows xp
HD 40gb  -- particionado em 3 partes - ntfs (vazio), Dreamlinux e ubuntu

Tem certeza que o HD de 40 gb tem exatamente aquilo? Ou a ordem é NTFS (vazio), Ubuntu e DreamLinux? A ordem é importante.



Para evitar erros você poderia colocar aqui o conteúdo do arquivo /boot/grub/device.map.

De qualquer forma tetemos um teste:

Antes faça um backup dos arquivos:

Código: [Selecionar]
sudo    cp    /etc/fstab     /etc/fstab.bkp.20071222
sudo    cp    /boot/grub/menu.lst      /boot/grub/menu.lst.bkp.20071222

Após isto edite o menu.lst e substitua todo seu conteúdo pelo de baixo:

Para editar:
Código: [Selecionar]
sudo   gedit   /boot/grub/menu.lst
Citar
# menu.lst - See: grub(Legal, info grub, update-grub(Legal
#            grub-install(Legal, grub-floppy(Legal,
#            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=a9a87923-889d-46a1-ae24-1832ec719803 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,2)

## 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 locale=pt_BR

## 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 7.10, kernel 2.6.22-14-generic
root      (hd1,2)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=a9a87923-889d-46a1-ae24-1832ec719803 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      (hd1,2)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=a9a87923-889d-46a1-ae24-1832ec719803 ro single
initrd      /boot/initrd.img-2.6.22-14-generic

title      Ubuntu 7.10, memtest86+
root      (hd1,2)
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/sda1
title      Windows NT/2000/XP (loader)
root      (hd0,0)
savedefault
makeactive
chainloader   +1

#Adicionado a este menu pelo aplicativo DL grubmenugen.rb
root    (hd1,3)
title   dreamlinux
kernel   /boot/vmlinuz-2.6.18.1-kanotix-1 root=/dev/sdb4 ro quiet vga=791 splash=silent
initrd   /boot/initrd

Agora vamos ao /etc/fstab.

Edite o arquivo

Código: [Selecionar]
sudo  gedit  /etc/fstab
Substitua o conteúdo pelo abaixo (alterações em negrito, estou contanto que a partição do dreamlinux esta com ext3):

Citar
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sdb3
UUID=a9a87923-889d-46a1-ae24-1832ec719803 /               ext3    defaults,errors=remount-ro 0       1
# /dev/sda1
UUID=108423A684238D72 /media/sda1     ntfs    defaults,umask=007,gid=46 0       1
# /dev/sdb1
UUID=3A678C885C4EE13B /media/sdb1     ntfs    defaults,umask=007,gid=46 0       1
# /dev/sdb2
UUID=220ab913-317b-4847-a1e4-dc156627a8ac none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec 0       0
# /dev/sdb4
/dev/sdb4       /media/sdb4               ext3    defaults,errors=remount-ro 0       2


E para finalizar crie o diretório de montagem da partição:

Código: [Selecionar]
sudo   mkdir   /media/sdb4
Reinicie seu pc. Caso algo de errado volte os backups que fizemos no início da mensagem.

[]'s

Cristiano

obs.: Não alterei os dados do windows, então o GRUB ainda não deve funcionar para ele
« Última modificação: 22 de Dezembro de 2007, 02:04 por clcampos »
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!