Problemas ao Instalar Windows Seven + ubuntu 10.04

Iniciado por Nefrei, 27 de Agosto de 2010, 19:55

tópico anterior - próximo tópico

Nefrei

Sou novo no forum, e sei que já tem trocentos tópicos sobre esse assunto, acontece que nenhum eu consegui resolver o problema da forma como quero, logo criei o tópico, espero que perdoem. (:

Instalei Windows seven 64bits.
Instalei ubuntu 10.04 64bits.

O ubuntu inicia direto, sem perguntar qual eu quero.

O que fazer, sem ter que formatar, para que isso se resolva, existe algo que possa ser feito? Se não, como desinstalar o ubuntu e como instalar de maneira correta depois, sem ter que 'encostar' no windows..

zeroday

Amigo vc deve estar sem grub de uma pesquisada na net em como instala-lo.
"Lutar sempre , vencer na medida do possível , desistir jamais."

Danne

Basta ir num terminal e digitar:

sudo update-grub

Provavelmente o Ubuntu não encontrou o Win7 na instalação, mas vai achar com esse comando.

Ubuntu Netbook Remix
Asus Eee pc 1000h

Nefrei

Danne, fiz isso e aconteceu o seguinte:
Não funcionou, né?

Generating grub.cfg
Found linux image: /boot/vmlinuz-2.6.32-21-generic
Found initrd image: /boot/initrd.img-2.6.32-21-generic
Found memtest86+ image: /boot/memtest86+.bin
done

libonati

Olá. Posta o conteúdo completo do teu arquivo /boot/grub/grub.cfg
Vamos ver como está a saúde dele....

Nefrei

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
    saved_entry=${chosen}
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set b25619ae-8180-419f-85c5-adaf56446e74
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set b25619ae-8180-419f-85c5-adaf56446e74
set locale_dir=($root)/boot/grub/locale
set lang=pt
insmod gettext
if [ ${recordfail} = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, com Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
   recordfail
   insmod ext2
   set root='(hd0,4)'
   search --no-floppy --fs-uuid --set b25619ae-8180-419f-85c5-adaf56446e74
   linux   /boot/vmlinuz-2.6.32-21-generic root=UUID=b25619ae-8180-419f-85c5-adaf56446e74 ro   quiet splash
   initrd   /boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, com Linux 2.6.32-21-generic (modo de recuperação)' --class ubuntu --class gnu-linux --class gnu --class os {
   recordfail
   insmod ext2
   set root='(hd0,4)'
   search --no-floppy --fs-uuid --set b25619ae-8180-419f-85c5-adaf56446e74
   echo   'Carregando Linux 2.6.32-21-generic ...'
   linux   /boot/vmlinuz-2.6.32-21-generic root=UUID=b25619ae-8180-419f-85c5-adaf56446e74 ro single
   echo   'Carregando ramdisk inicial ...'
   initrd   /boot/initrd.img-2.6.32-21-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
   insmod ext2
   set root='(hd0,4)'
   search --no-floppy --fs-uuid --set b25619ae-8180-419f-85c5-adaf56446e74
   linux16   /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
   insmod ext2
   set root='(hd0,4)'
   search --no-floppy --fs-uuid --set b25619ae-8180-419f-85c5-adaf56446e74
   linux16   /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
if [ ${timeout} != -1 ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###




é isso.

libonati

Este deve ser seu problema...

Citar### BEGIN /etc/grub.d/30_os-prober ###
if [ ${timeout} != -1 ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
fi
### END /etc/grub.d/30_os-prober ###

Não está de acordo com as normas da ABNT ;D (brincadeira)

Você contou só parte da história para ele estar tão diferente assim. Onde está instalado o windows? Posta o comando sudo fdisk -l

Nefrei

Usage:
fdisk [options] <disk>    change partition table
fdisk [options] -l <disk> list partition table(s)
fdisk -s <partition>      give partition size(s) in blocks

Options:
-b <size>                 sector size (512, 1024, 2048 or 4096)
-c                        switch off DOS-compatible mode
-h                        print help
-u <size>                 give sizes in sectors instead of cylinders
-v                        print version
-C <number>               specify the number of cylinders
-H <number>               specify the number of heads
-S <number>               specify the number of sectors per track





A historia é essa mesma, deixei o ubuntu instalando sozinho e sai de casa, isso tem algo a ver?

adsg

Boa noite sei que meu assunto esta um pouco fora mais alguem pode me ajudar , o meu 10.04 esta travando a tela quando to na net com um contador regressivo de um minuto e menssagem de uma pausa .alguem sabe algo .

libonati

Citação de: Nefrei online 27 de Agosto de 2010, 21:47
Usage:
fdisk [options] <disk>    change partition table
fdisk [options] -l <disk> list partition table(s)
fdisk -s <partition>      give partition size(s) in blocks

Options:
-b <size>                 sector size (512, 1024, 2048 or 4096)
-c                        switch off DOS-compatible mode
-h                        print help
-u <size>                 give sizes in sectors instead of cylinders
-v                        print version
-C <number>               specify the number of cylinders
-H <number>               specify the number of heads
-S <number>               specify the number of sectors per track





A historia é essa mesma, deixei o ubuntu instalando sozinho e sai de casa, isso tem algo a ver?


Faça o comando fdisk -l corretamente como sudo ou root...

Nefrei

lucas@Namorato:~$ sudo fdisk -l
[sudo] password for lucas:

Disco /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificador do disco: 0xac8aac8a

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sda1               1          13      102400    6  FAT16
A partição 1 não termina no limite do cilindro.
/dev/sda2              13       12749   102296576    7  HPFS ou NTFS
A partição 2 não termina no limite do cilindro.
/dev/sda3           12749       27652   119712055+   f  Win95 (LBA) Partição Extendida
A partição 3 não termina no limite do cilindro.
/dev/sda4           27652       38914    90457088   83  Linux
A partição 4 não termina no limite do cilindro.
/dev/sda5           12749       27652   119712054+   7  HPFS ou NTFS
lucas@Namorato:~$

libonati

Este seria mais ou menos o padrão que esperava da resposta do comando dado:

CitarDisco /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificador do disco: 0x000a8288

Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sda1   *           1        1723    13839966    7  HPFS ou NTFS
/dev/sda2            1724       19458   142449988+   5  Estendida
/dev/sda5           18972       19458     3904512   82  Linux swap / Solaris
/dev/sda6            5100       18971   111425536   83  Linux
/dev/sda7            1724        5099    27117657   83  Linux

Tem algo errado aí provavelmente provocado no momento da instalação. Estou verificando....

libonati

Nefrei, tenta corrigir com o gparted.
Inicia pelo livecd e busca Sistema/Administração/Gparted. Manda corrigir todas as partições, menos a swap. Vê se reinicia normalmente.

Nefrei

Libonati, primeiramente agradeço por tentar me ajudar e pela a paciência.

O processo que você recomendou foi feito, mas não adiantou..
Existe outra coisa que eu posso tentar?

Se não, como eu desinstalo o ubuntu sem alterar o windows, fazendo isso eu pretendo instalar novamente depois de alguma maneira correta.

libonati

Inicia pelo livecd e segue os comandos:
sudo su
fsck  -yv   /dev/sda6
fsck  -yv  /dev/sda7


É normal receber um aviso de cautela  siga em frente.
Tenta reiniciar.