Autor Tópico: "falta ntldr" Windows (HD sata) UBUNTU (HD IDE)  (Lida 6014 vezes)

Offline Quartierilc

  • Usuário Ubuntu
  • *
  • Mensagens: 5
    • Ver perfil
"falta ntldr" Windows (HD sata) UBUNTU (HD IDE)
« Online: 21 de Dezembro de 2007, 10:56 »
Pessoal,
estou iniciando minha vida com linux e estou muito impressionado com o Ubuntu, mas estou com um grande problema, no meu pc tenho um hd IDE 80 GB e um Sata 120GB, no IDE instalei o Ubuntu, no Sata tenho  o XP e muitos arquivos que não posso perder. (detalhe, meu xp ja estava instalado, a instalação do ubuntu ocorreu depois), instalei o ubuntu, no grub não aparece o XP... pesquisei nos foruns e consegui adicionar as linhas ao menu.lst, passou a aparecer no grub o Windows XP, no meu device.map esta mostrando o mapeamento do hd1 para /dev/sda , só que na hora de carregar o windows aparece "falta ntldr"..... eu já não sei mas o q fazer, andei muito de forum em forum e nada que realmente fizesse carregar o windows perfeitamente, preciso muito de ajuda, agradeço antecipadamente.

Abraço.
Developing.................

Offline clcampos

  • Administrador
  • Usuário Ubuntu
  • *****
  • Mensagens: 10.790
  • .:: User Linux #439596 ::.
    • Ver perfil
Re: "falta ntldr" Windows (HD sata) UBUNTU (HD IDE)
« Resposta #1 Online: 21 de Dezembro de 2007, 11:00 »
Você poderia colocar aqui o conteúdo do arquivo /boot/grub/menu.lst, e só para garantir também a resposta para os dois comandos (que devem ser executados a partir do terminal - Aplicações > Acessórios > Terminal):

Código: [Selecionar]
blkid
Código: [Selecionar]
sudo fdisk -l
[]'s

Cristiano



O tópico abaixo pode te ajudar. Ele não solucionou o problema, ao menos não informou o se conseguiu, mas em uma das mensagens ele diz ter tido um avanço que talvez possa resolver seu problema.

Falta NTLDR

A sim, achei este tópico pela pesquisa aqui do fórum.
« Última modificação: 21 de Dezembro de 2007, 11:03 por clcampos »
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

Offline Quartierilc

  • Usuário Ubuntu
  • *
  • Mensagens: 5
    • Ver perfil
Re: "falta ntldr" Windows (HD sata) UBUNTU (HD IDE)
« Resposta #2 Online: 21 de Dezembro de 2007, 11:44 »
clcampos,

Obrigado pela resposta, quando eu chegar em casa eu posto aki o conteudo dos arquivos.


Abraço
Developing.................

Offline Quartierilc

  • Usuário Ubuntu
  • *
  • Mensagens: 5
    • Ver perfil
Re: "falta ntldr" Windows (HD sata) UBUNTU (HD IDE)
« Resposta #3 Online: 21 de Dezembro de 2007, 22:00 »
Vamos la:

leonardo@leonardo-desktop:~$ blkid
/dev/sda1: UUID="4AD467FFD467EC1F" LABEL="Windows" TYPE="ntfs"
/dev/sda5: UUID="5ED0E8B1D0E89117" LABEL="Dados" TYPE="ntfs"
/dev/hdb1: UUID="23c2e642-a822-4360-a5a0-314301219d80" SEC_TYPE="ext2" TYPE="ext3"


root@leonardo-desktop:~# fdisk -l

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

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        3824    30716248+   7  HPFS/NTFS
/dev/sda2            3825       14592    86493960    f  W95 Ext'd (LBA)
/dev/sda5            3825       14592    86493928+   7  HPFS/NTFS

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

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1   *           1        9352    75119908+  83  Linux
/dev/hdb2            9353        9729     3028252+  15  Unknown


Agora meu device.map:

(hd0)   /dev/hdb
(hd1)   /dev/sda


o erro que aparece : `Falta NLTDR`


Espero `desesperadamente`...rs uma ajuda :)

Abraco


Developing.................

Offline Quartierilc

  • Usuário Ubuntu
  • *
  • Mensagens: 5
    • Ver perfil
Re: "falta ntldr" Windows (HD sata) UBUNTU (HD IDE)
« Resposta #4 Online: 21 de Dezembro de 2007, 22:02 »
Pra completar meu menu.lst:

# 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=23c2e642-a822-4360-a5a0-314301219d80 ro

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

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

## 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 7.10, kernel 2.6.22-14-generic
root      (hd0,0)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=23c2e642-a822-4360-a5a0-314301219d80 ro quiet splash
initrd      /boot/initrd.img-2.6.22-14-generic
quiet

title      Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root      (hd0,0)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=23c2e642-a822-4360-a5a0-314301219d80 ro single
initrd      /boot/initrd.img-2.6.22-14-generic

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

#title Windows-SATA
#savedefault
#makeactive
#map (hd0) (hd1)
#map (hd1) (hd0)
#rootnoverify(hd1,0)
#chainloader +1

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


### END DEBIAN AUTOMAGIC KERNELS LIST

Developing.................

Offline VB5

  • Usuário Ubuntu
  • *
  • Mensagens: 3.564
  • Liga dos Dinos
    • Ver perfil
Re: "falta ntldr" Windows (HD sata) UBUNTU (HD IDE)
« Resposta #5 Online: 21 de Dezembro de 2007, 23:28 »
Pessoal,

vou me ater exclusivamente ao problema da falta do NTLDR, ainda que isto fosse assunto para um fórum da M$... isso é muito comum e nada tem a ver com a presença do Linux: na minha rede, acontece de uma a duas vezes por mês, e nunca encontrei uma pista do motivo.

OK, solução:
- Boot com o CD do W$;
- NÃO entrar no Console de Recuperação;
- Mandar instalar como se fosse do zero ( calma que não vai apagar nada!...  :D );
- Prosseguir normalmente até que o W$ avise que já existe uma partição dele próprio e pergunte se é para instalar em outro lugar ou recuperar esta partição; escolher "recuperar";
- Esperar aproximadamente o mesmo tempo de uma instalação normal ( ~ 1 h).

O W$ irá verificar a instalação existente e apenas repor arquivos perdidos ou corrompidos; nada será perdido. Depois é boot normal e pronto... W$ rodando, sem problema. Pra mim sempre funcionou.

VB5
« Última modificação: 21 de Dezembro de 2007, 23:36 por VB5 »
Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

Offline clcampos

  • Administrador
  • Usuário Ubuntu
  • *****
  • Mensagens: 10.790
  • .:: User Linux #439596 ::.
    • Ver perfil
Re: "falta ntldr" Windows (HD sata) UBUNTU (HD IDE)
« Resposta #6 Online: 21 de Dezembro de 2007, 23:35 »
Pois é, agora voltando ao GRUB, não tenho certeza que esteja certo a chamada do windows. Mas não tenho certeza do que deveria usar.

Eu usaria:

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

Ou talvez:

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

Offline Quartierilc

  • Usuário Ubuntu
  • *
  • Mensagens: 5
    • Ver perfil
Re: "falta ntldr" Windows (HD sata) UBUNTU (HD IDE)
« Resposta #7 Online: 22 de Dezembro de 2007, 00:04 »
Cristiano,

cara.....nao deu certo, tem alguma outra ideia?

Obrigado
Developing.................