Autor Tópico: Instalei linux no meu pc e windows não inicia mais!  (Lida 11135 vezes)

Offline Wesley Oliveira

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Instalei linux no meu pc e windows não inicia mais!
« Online: 08 de Abril de 2010, 10:26 »
Instalei um derivante de linux no meu pc,no caso big linux,so que agora o windows não inicia mais aqui esta meu menu.lst


gfxmenu (hd0,1)/boot/grub/message
# 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-legacy-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      1

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

# 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  resume=/dev/sda3 quiet splash
#

#
# 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  resume=/dev/sda3 quiet splash
##      kopt_2_6_8=root=/dev/hdc1 ro  resume=/dev/sda3 quiet splash
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro  resume=/dev/sda3 quiet splash
# kopt=root=/dev/sda2 ro  resume=/dev/sda3 quiet splash

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

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

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

## 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=(single-user) single
# altoptions=(single-user 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      BigLinux, kernel 2.6.24-19-generic
root      (hd0,1)
kernel      /boot/vmlinuz-2.6.24-19-generic root=/dev/sda2 ro  resume=/dev/sda3 quiet splash
initrd      /boot/initrd.img-2.6.24-19-generic

title      BigLinux, kernel memtest86+
root      (hd0,1)
kernel      /boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST




# Entrada para sistema não Linux
# on /dev/sda1
itle      Windows XP
rootnoverify   (hd0,2)
savedefault
makeactive
chainloader   +1

Offline mpmoraes

  • Usuário Ubuntu
  • *
  • Mensagens: 516
  • Rio de Janeiro - RJ
    • Ver perfil
Re: Instalei linux no meu pc e windows não inicia mais!
« Resposta #1 Online: 08 de Abril de 2010, 15:27 »
Posso estar errado, mas parece que ao instalar o linux você não sinalizou que a partição windows seria usada.
Ubuntu 12.04 - AMD64 Notebook: Compaq Q40-714br, Intel Core 2 Duo T6600 2.2GHz Memória 4GB HD 500GB DVD-RW

Offline agente100gelo

  • Administrador
  • Usuário Ubuntu
  • *****
  • Mensagens: 4.369
  • @Ceará
    • Ver perfil
Re: Instalei linux no meu pc e windows não inicia mais!
« Resposta #2 Online: 08 de Abril de 2010, 15:38 »
Código: [Selecionar]
# Entrada para sistema não Linux
# on /dev/sda1
itle      Windows XP
rootnoverify   (hd0,2)
savedefault
makeactive
chainloader   +1

Tá aqui. Mas bem que "itle" tá esquisito. Deveria ser title.

Aparece o Windows na escolha? O que acontece?
Advogado e analista de sistema cearense.
Twitter: @glaydson

Offline Wesley Oliveira

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: Instalei linux no meu pc e windows não inicia mais!
« Resposta #3 Online: 08 de Abril de 2010, 17:25 »
Código: [Selecionar]
# Entrada para sistema não Linux
# on /dev/sda1
itle      Windows XP
rootnoverify   (hd0,2)
savedefault
makeactive
chainloader   +1

Tá aqui. Mas bem que "itle" tá esquisito. Deveria ser title.

Aparece o Windows na escolha? O que acontece?

malz esse title quando eu copiei esqueci de coloca ele

quando eu logo no windows aparece assim uma tela preta...
root (0.0)
file system type unknown,partition type 0x7
( dai vem um negocio que esqueci )
chainloader +1
_ >>>> isso fica piscando

Offline toso51

  • Usuário Ubuntu
  • *
  • Mensagens: 137
  • Vai uma bebida... Tema do Chromium: Tiësto
    • Ver perfil
Re: Instalei linux no meu pc e windows não inicia mais!
« Resposta #4 Online: 22 de Abril de 2010, 00:47 »
Posso estar errado, mas parece que ao instalar o linux você não sinalizou que a partição windows seria usada.
Se eu fosse você tentaria instalar o linux novamente e ficar de olho em um quadradinho em umas das telas que fala do Windows, marcando esta opção normalmente aparece como opção a ser escolhida o Sistema Windows. Se não tiver na instalação do Big Linux esta opção, instala o ubuntu por último que possui esta opção.
Ubuntu 13.04 - Chromium !

Offline dtomadon

  • Usuário Ubuntu
  • *
  • Mensagens: 591
  • Fatec SCS,Segurança da Informação, BackTrack5
    • Ver perfil
    • Computação Forense e suas Leis
Re: Instalei linux no meu pc e windows não inicia mais!
« Resposta #5 Online: 23 de Abril de 2010, 09:57 »
Sorte sua, brincadeira, o que o agente100gelo disse tá correto, tive que instalar rwindows por causa da faculdade, e aconteceu o mesmo.
acrescentei o t na frente do itle, salvei o arquivo e dei boot. tudo ok.
BacKTrack5 64 bits com Vídeo SIS

kernel omnislash 1.4.4 64 bits , Que venha o 5º Semestre !!!

Offline Wesley Oliveira

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: Instalei linux no meu pc e windows não inicia mais!
« Resposta #6 Online: 23 de Maio de 2010, 19:57 »
Desculpa galera estive ausente por problemas de saúde por isso não estive neste topico ,sera que não é alguma coisa errada? e no caso do title quando copiei do menu list copiei sem o T então no caso o meu esta assim





# Entrada para sistema não Linux
# on /dev/sda1
title Microsoft Windows XP Professional (hda1)
root (hd0,0)
savedefault
makeactive
chainloader +1


sera que não é nada errado no menu.lst? aguardando resposta

ABRAÇOS!

PS:peço para os modera que não delete o tópico por postar a mensagem depois que o mesmo esta "velho" e que fiquei doente então por isso não puder estar aqui.
« Última modificação: 23 de Maio de 2010, 19:59 por Wesley Oliveira »