Socorro, Instalei o ubunto mas meu windows sumiu!!!

1. Socorro, Instalei o ubunto mas meu windows sumiu!!!

Kaio Noronha Reis
kaionreis

(usa Ubuntu)

Enviado em 03/11/2007 - 14:54h

Olá, acabei de instalar o Ubuntu 7.04 x64 na minha unidade c\:, e minha instalação do windows se encontra na minha unidade E:\, acabei ferrando o a inicialização do windows pq essa [*****] instala tudo em c:\, infelizmente naum posso me desligar dele por enquanto. a versão do meu windows é o Vista Ultimate x32bits. eu instalei o Grub. existe alguma maneira de eu recuperar a inicialização do windows vista?




  


2. Re: Socorro, Instalei o ubunto mas meu windows sumiu!!!

Kislley Rodrigues
Kislack

(usa Debian)

Enviado em 03/11/2007 - 17:59h

Brother..
Roda um 'fdisk -l' e posta aki:

kr@matrix:~$ sudo fdisk -l
[sudo] password for kr:

Disk /dev/hdc: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x471780ed

Device Boot Start End Blocks Id System
/dev/hdc1 * 1 1931 15510726 7 HPFS/NTFS
/dev/hdc2 1932 4864 23559322+ f W95 Ext'd (LBA)
/dev/hdc5 1932 3333 11261533+ b W95 FAT32
/dev/hdc6 3456 4864 11317761 83 Linux
/dev/hdc7 3334 3455 979933+ 82 Linux swap / Solaris

Partition table entries are not in disk order.(ok eu ja sabia) ;-)




3. Pronto, fiz o fdisk -l

Kaio Noronha Reis
kaionreis

(usa Ubuntu)

Enviado em 03/11/2007 - 18:27h

Disco /dev/sda: 80.0 GB, 80026361856 bytes
255 cabeças, 63 setores/trilha, 9729 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sda1 1 2432 19535008+ 83 Linux
/dev/sda2 2433 9728 58605120 f Win95 (LBA) Partição Extendida
A partição 2 não termina no limite do cilindro.
/dev/sda5 2611 9728 57168688+ 7 HPFS ou NTFS
/dev/sda6 2433 2610 1429722 82 Linux swap / Solaris

Partições lógicas fora da ordem do disco

Disco /dev/sdb: 160.0 GB, 160041885696 bytes
16 cabeças, 63 setores/trilha, 310101 cilindros
Unidades = cilindros de 1008 * 512 = 516096 bytes

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sdb1 1 155049 78144664+ 7 HPFS ou NTFS
/dev/sdb2 155050 310098 78144696 f Win95 (LBA) Partição Extendida
/dev/sdb5 155050 310098 78144664+ 7 HPFS ou NTFS
kaio@kaio-pc:~$




4. Re: Socorro, Instalei o ubunto mas meu windows sumiu!!!

Kaio Noronha Reis
kaionreis

(usa Ubuntu)

Enviado em 03/11/2007 - 18:29h

O vista está em /dev/sdb1


5. Socorro, Instalei o ubunto mas meu windows sumiu!!!

Edwal F. Paiva Filho
nicolo

(usa Ubuntu)

Enviado em 03/11/2007 - 18:33h

Tenta colocaR isso no seu grub

Edite o grub
sudo /boot/grub/menu.lst
Adicione
title Windows XP Media Center Edition
root (hd0,0)
savedefault
chainloader +1


Salve
Tem que ajustar o segundo número depois da virgula
hd(0,0) é a primeira partição
hd(0,1) é a segunda partição
hd(0,2) é a terceira partição

É isso.


6. Re: Socorro, Instalei o ubunto mas meu windows sumiu!!!

Kaio Noronha Reis
kaionreis

(usa Ubuntu)

Enviado em 03/11/2007 - 18:35h

Já tentei isso, mas não deu certo. vou postar aki como está meu menu.lst


7. Meu menu.lst está assim:

Kaio Noronha Reis
kaionreis

(usa Ubuntu)

Enviado em 03/11/2007 - 18:37h

# 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 change this entry to 'saved' 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=9baa4548-6092-4b58-ac61-fd49508fe1a3 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

## ## End Default Options ##

title Ubuntu, kernel 2.6.20-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=9baa4548-6092-4b58-ac61-fd49508fe1a3 ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
savedefault

title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=9baa4548-6092-4b58-ac61-fd49508fe1a3 ro single
initrd /boot/initrd.img-2.6.20-16-generic

title Ubuntu, kernel 2.6.20-15-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=9baa4548-6092-4b58-ac61-fd49508fe1a3 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=9baa4548-6092-4b58-ac61-fd49508fe1a3 ro single
initrd /boot/initrd.img-2.6.20-15-generic

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

### END DEBIAN AUTOMAGIC KERNELS LIST


8. Re: Socorro, Instalei o ubunto mas meu windows sumiu!!!

Perfil removido
removido

(usa Nenhuma)

Enviado em 04/11/2007 - 18:32h

Olaha como esta o final do meu menu.lst, tenta adicionar isso ao final


### 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/sdb1
title Microsoft Windows XP Professional
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1



9. fdisk

Idalmo Junior
calaff2

(usa CentOS)

Enviado em 04/11/2007 - 18:41h

caso vc queria que so o windows inicie faz o seguinte: bota um cd de boot disco de boot do 98 dgita fdisk /mbr

pronto seu win vai iniciar! caso n inicie digita fdisk e marca la a unidade que vc quer inicar no caso a Unidade do Win!


10. Socorro, Instalei o ubunto mas meu windows sumiu!!!

Edwal F. Paiva Filho
nicolo

(usa Ubuntu)

Enviado em 06/11/2007 - 15:38h

Cara
Não leve a mal
O teu menu.lst não está com uma linha apontando para o windows.
A linha que tem tralha # na frente está desativada.
Se você não colocar o string (linha) apontando para o windows não vai funcionar.







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts