Problemas com o Linux Ubuntu

1. Problemas com o Linux Ubuntu

Ronaldo
ronaldojc

(usa Ubuntu)

Enviado em 21/09/2008 - 12:15h

Fala galera, blz?


Sou novato com Linux, então quer dizer: não sei nada, e estou com os seuintes problemas...
Estou com problemas com a instalação do Ubuntu 8.
Eu instalei ele na segunda partição do meu HD, na partição 1 está o Windows Vista, e depois da instalação simplismente não consigo mais entrar no Windows Vista. Ele não dá a opção de escolher entre o Ubuntu e o Vista, se eu precionar um botão lá na inicialização (acho que é Esc)ele mostra as opções de inicialização de OS, mas só tem o Ubutu na lista, nada do Vista, argh! Tem apenas opções de inicialização do Ubuntu, tipo, o modo normal, o de recuperação e o da linha de comando, se eu não me engano.



Outro problema que eu estou é que não consigo conectar a rede sem fio no Ubuntu, tenho uma rede sem fio aqui em casa e tem outras aqui nas redondezas, mas ele não detecta nada... o q me faz pensar, será que ele conseguiu reconhecer minha placa wirelless direitiho? ou não? Ou eu que não estou sabendo usar o aplicativo de redes? O meu notebook é um Dell Lattude 131L.


Detalhando um pouco mais, o meu micro tinha duas partições NTFS, uma com o Windows Vista e a outra com uns poucos arquivos lá que eu não sei o que eram... durante a instalação do Ubuntu, na parte de particionamento, escolhi particionamento "manual", removi a partição na qual o Windows Vista NÃO estava instalado... no espaço livre criado, eu o sub-dividi em uma partição maior pra instalar o Ubuntu e outra para o swap da memória (não sei direito o que é swap, mas a instalação pediu pra criálo, então eu criei). Então instalei o Ubuntu na partição nova que criei e pronto, mas depois disso não consigo mais acessar meu Windows Vista.

Consegui algumas dicas na net que eu deveriaa alterar o grub, ou seja, o arquivo menu.lst, mas eu não tenho permissões de acesso a ele e não sei como logar no linux como root e fazer as alterações necessárias.

Somebody help me!!


  


2. Re: Problemas com o Linux Ubuntu

Bruno Grasselli
bgrasselli

(usa Ubuntu)

Enviado em 21/09/2008 - 13:32h

Cara pra editar o menu.lst digita no console (aplicações -> acessórios -> consola):

# sudo gedit /boot/grub/menu.lst

Ps. digita sem o #

Eu tenho o vista na primeira partição... se quiser testar, segue abaixo o meu menu.lst (aconselho vc fazer uma cópia do seu antes de alterar).

# 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=9dea59d7-d18b-4e42-b64a-e85a2b92b984 ro

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

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

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

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows Vista
root (hd0,0)
savedefault
makeactive
chainloader +1

title Ubuntu
root (hd0,4)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=9dea59d7-d18b-4e42-b64a-e85a2b92b984 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet

title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=9dea59d7-d18b-4e42-b64a-e85a2b92b984 ro single
initrd /boot/initrd.img-2.6.24-19-generic

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

### END DEBIAN AUTOMAGIC KERNELS LIST




3. Não reconhece o Mandriva...

coldplay
coldplay

(usa Ubuntu)

Enviado em 01/04/2009 - 09:36h

Olá pessoal, tudo tranquilo?! Bem, espero que sim....Porque comigo...

Tenho instalado na primeira partição o Windows XP(sda1/sda2/extend:sda5), antes usava o Kurumin 7 (sda6-swap, sda7-"/" e sda8-"/home") e o Mandriva 2009.0(kde) (sda9-"/"). Desisntalei o Kurumin 7 para colocar o Kurumin NG com as mesmas partições, porém ao reiniciar o PC e tentar acessar o Mandriva 2009.0(kde) ele não foi reconhecido, acessava as pastas dele pelo NG porém ele não era reconhecido para ser acessado após no boot. Removi o NG e coloquei o Ubuntu 8.10 (sda7-"/", sda8-"home", sda9-"swap") para ver se resolvia o problema em reconhecer o Mandriva (sda6-"/"). Pelo Ubuntu ele é reconhecido como Midia de Armazenamento, consigo ver as pastas dele, porém no boot da o mesmo problema. Segue abaixo o grub de para o boot:

========APÓS ATUALIZAÇÃO DO GRUB=================================

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

## 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=00cf94e7-8163-45d5-ae39-615e67f69d8b ro locale=pt_BR

## default grub root device
## e.g. groot=(hd0,0)
# groot=00cf94e7-8163-45d5-ae39-615e67f69d8b

## 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 8.10, kernel 2.6.27-11-generic
uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=00cf94e7-8163-45d5-ae39-615e67f69d8b ro locale=pt_BR quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet

title Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode)
uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=00cf94e7-8163-45d5-ae39-615e67f69d8b ro locale=pt_BR single
initrd /boot/initrd.img-2.6.27-11-generic

title Ubuntu 8.10, kernel 2.6.27-7-generic
uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=00cf94e7-8163-45d5-ae39-615e67f69d8b ro locale=pt_BR quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet

title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=00cf94e7-8163-45d5-ae39-615e67f69d8b ro locale=pt_BR single
initrd /boot/initrd.img-2.6.27-7-generic

title Ubuntu 8.10, memtest86+
uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
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


#title Ubuntu 8.10, kernel 2.6.27-7-generic
title Ubuntu
uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=00cf94e7-8163-45d5-ae39-615e67f69d8b ro locale=pt_BR quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet

#title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
#uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
#kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=00cf94e7-8163-45d5-ae39-615e67f69d8b ro locale=pt_BR single
#initrd /boot/initrd.img-2.6.27-7-generic

#title Ubuntu 8.10, memtest86+
title Teste de Memoria do Ubuntu
uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
kernel /boot/memtest86+.bin
quiet



# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1



# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda7. ==mudei de 6 para 7===

#title Mandriva (on /dev/sda6)
title Mandriva
#root (hd0,5)
root (hd0,7)
kernel /boot/vmlinuz BOOT_IMAGE=Mandriva root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4 splash=silent vga=791
initrd (hd0,7)/boot/initrd.img
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.

#title linux-nonfb (on /dev/sda6)
#root (hd0,5)
#kernel /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4
#initrd (hd0,8)/boot/initrd.img
#savedefault
#boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.

#title failsafe (on /dev/sda6)
#root (hd0,5)
#kernel /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 failsafe
#initrd (hd0,8)/boot/initrd.img
#savedefault
#boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.

#title linux (on /dev/sda6)
#root (hd0,5)
#kernel /boot/vmlinuz BOOT_IMAGE=linux root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4 splash=silent vga=791
#initrd (hd0,8)/boot/initrd.img
#savedefault
#boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.

#title desktop586 2.6.24.7-2mnb (on /dev/sda6)
#root (hd0,5)
#kernel /boot/vmlinuz-2.6.24.7-desktop586-2mnb BOOT_IMAGE=desktop586_2.6.24.7-2mnb #root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4 splash=silent vga=791
#initrd (hd0,8)/boot/initrd-2.6.24.7-desktop586-2mnb.img
#savedefault
#boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.

#title desktop586 2.6.27.7-1mnb (on /dev/sda6)
#root (hd0,5)
#kernel /boot/vmlinuz-2.6.27.7-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.27.7-1mnb #root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4 splash=silent vga=791
#initrd (hd0,8)/boot/initrd-2.6.27.7-desktop586-1mnb.img
#savedefault
#boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.

#title desktop586 2.6.27.10-1mnb (on /dev/sda6)
#root (hd0,5)
#kernel /boot/vmlinuz-2.6.27.10-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.27.10-1mnb #root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4 splash=silent vga=791
#initrd (hd0,8)/boot/initrd-2.6.27.10-desktop586-1mnb.img
#savedefault
#boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.

#title desktop586 2.6.27.14-1mnb (on /dev/sda6)
#root (hd0,5)
#kernel /boot/vmlinuz-2.6.27.14-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.27.14-1mnb #root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4 splash=silent vga=791
#initrd (hd0,8)/boot/initrd-2.6.27.14-desktop586-1mnb.img
#savedefault
#boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.

#title desktop586 2.6.27.19-1mnb (on /dev/sda6)
#root (hd0,5)
#kernel /boot/vmlinuz-2.6.27.19-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.27.19-1mnb #root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4 splash=silent vga=791
#initrd (hd0,8)/boot/initrd-2.6.27.19-desktop586-1mnb.img
#savedefault
#boot

===========EDITADO APÓS ATUALIZAÇÃO================================

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

## 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=00cf94e7-8163-45d5-ae39-615e67f69d8b ro locale=pt_BR

## default grub root device
## e.g. groot=(hd0,0)
# groot=00cf94e7-8163-45d5-ae39-615e67f69d8b

## 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 Windows 95/98/NT/2000
title Windows
root (hd0,0)
makeactive
chainloader +1


### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
#title Other operating systems:
title Outros Sistemas:
root


#title Ubuntu 8.10, kernel 2.6.27-11-generic
title Ubuntu
uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=00cf94e7-8163-45d5-ae39-615e67f69d8b ro locale=pt_BR quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet
#===========ISOLADO EM 310309============================================
#title Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode)
#uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
#kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=00cf94e7-8163-45d5-ae39-615e67f69d8b ro locale=pt_BR single
#initrd /boot/initrd.img-2.6.27-11-generic
#
#title Ubuntu 8.10, kernel 2.6.27-7-generic
#uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
#kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=00cf94e7-8163-45d5-ae39-615e67f69d8b ro locale=pt_BR quiet splash
#initrd /boot/initrd.img-2.6.27-7-generic
#quiet
#
#title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
#uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
#kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=00cf94e7-8163-45d5-ae39-615e67f69d8b ro locale=pt_BR single
#initrd /boot/initrd.img-2.6.27-7-generic
#=======ISOLADO EM 310309============================================
#title Ubuntu 8.10, memtest86+
title Teste de Memoria do Ubuntu
uuid 00cf94e7-8163-45d5-ae39-615e67f69d8b
kernel /boot/memtest86+.bin
quiet


=====ONDE FICAVA O WINDOWS================================
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
=======================================================


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda7. ==mudei de 6 para 7===

#title Mandriva (on /dev/sda6)
title Mandriva
#root (hd0,5)
root (hd0,7)
kernel /boot/vmlinuz BOOT_IMAGE=Mandriva root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4 splash=silent vga=791
initrd (hd0,7)/boot/initrd.img
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.

#title linux-nonfb (on /dev/sda6)
#root (hd0,5)
#kernel /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4
#initrd (hd0,8)/boot/initrd.img
#savedefault
#boot

===============E O ERRO PERSISTE==========

HELP ME!!



4. Re: Problemas com o Linux Ubuntu

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 01/04/2009 - 09:56h

Para o Grub, a primeira partição do primeiro HD é "hd0,0" e a segunda é "hd0,1", ou seja, ele começa do zero (0=1, 1=2 e assim vai).

Portando, "/dev/sda7" seria "hd0,6" e não "hd0,7" (= /dev/sda8).


5. ainda não resolvido...

coldplay
coldplay

(usa Ubuntu)

Enviado em 01/04/2009 - 11:25h

aê pinduvoz...poxa cara eu já havia esquecido como era essa sequência, isso já ajudou muito, pois a tela de carregamento do sistema Mandriva nem aparecia, agora com essa ajuda já aparece, porém, fica tentando carregar e depois mostra a seguinte mensagem:

==================================================

input: AT Translated Set 2 keyboard as /class/input/input0
INIT: version 2.86 booting
Starting background readahead (early, fast mode)
Setting default font (lat1-16): putfont: PIO_FONT: invalid argument
[ok]
Bem vindo ao Mandriva 2009.0

Starting udev: [ok]
Recarregando mapa de teclado padrão: [ok]
Estabelecendo hostname localhost: [ok]
Iniciando Gerenciamento do Volume Lógico no Volume groups found[ok]

Verificando sistema de arquivos raiz
Reiserfs super blockk in block 16 ou 0x806 of format 3.6 with standard journal
Blocks (total/free): 8181088/6886310 by 4096 bytes
Filesystem is clean
Filesystem seems monted read-only. Skipping journal replay.
Checking internal tree..finished
[ok]
Remontando sistema de arquivos raiz em modo de leitura e escrita[ok]
Invalidating stale software suspend images...done.
Verificando sistemas de arquivos
reiserfsck:Unable to resolve UUID=9ccb2203-d5c9-452b-bae9-f9f7e23632a8
fsck.ext3:Unable to resolve 'UUID=4a1ce548-f340-4d83-a28d-e5351f65ad7a'

***Um erro ocorreu durante a checagem dos sistemas de arquivos.
***Remetendo-o para um shell; o sistema irá reiniciar
***quando sair do shell.

Give root password for maintenance
(or type Control-D to continue):

=======================================================

Depois forcei a reiniciação do sistema, acessei pelo ubuntu o menu.lst do mandriva e peguei o seguinte:

=============================
title Mandriva
root (hd0,8) ***aqui já foi eu que add na do ubuntu***
kernel (hd0,8)/boot/vmlinuz BOOT_IMAGE=Mandriva root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4 splash=silent vga=791
initrd (hd0,8)/boot/initrd.img

****no lugar de (hd0,8) coloquei a correspondente do mandriva****
===========================

e substitui no menu.lst do ubuntu que antes era:
========================================
title Mandriva (on /dev/sda6)
root (hd0,5)
kernel /boot/vmlinuz BOOT_IMAGE=Mandriva root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4 splash=silent vga=791
initrd (hd0,5)/boot/initrd.img
savedefault
boot
=======================================

Ainda assim o erro persiste, mostrando a mensagem citada inicialmente. Desde já, agradeço a tenção.




6. Re: Problemas com o Linux Ubuntu

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 01/04/2009 - 11:42h

Parece erro no HD.

Procure sobre fsck para corrigir o erro.

Ou, desde logo, tente isso:

http://www.vivaolinux.com.br/artigo/Checando-seu-sistema-de-arquivos-com-fsck/


7. não resolveu

coldplay
coldplay

(usa Ubuntu)

Enviado em 02/04/2009 - 22:05h

cara, nada, segui os passos desse link acima e surgiu a mensagem:

============================================================
will read-only check consistency of the filesystem on /dev/sda6

will put log info to 'stdout', reiserfsck --check started at partition /dev/sda6 is mounted with write permissions, cannot check it.
============================================================


8. Re: Problemas com o Linux Ubuntu

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 02/04/2009 - 22:17h

sudo su

locate menu.lst

dai voce está vendo umas linhas ai

hd (0,0)

se não me engano title
Windows 95/98/NT/2000
title Windows

copia essas 2 e coloca em baixo. depois disso edite as linhas em baixo delas

hd (0.1)
title ubuntu 8.10
title ubuntu


9. Re: Problemas com o Linux Ubuntu

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 02/04/2009 - 22:22h

Veja isto:

http://www.gdhpress.com.br/hardware/leia/index.php?p=cap6-12

Use a opção adequada ao sistema de arquivos da sua partição (RreiserFS?) via Live CD, ou seja, com ela desmontada.


10. nada ainda....

coldplay
coldplay

(usa Ubuntu)

Enviado em 04/04/2009 - 17:55h

Em http://www.gdhpress.com.br/hardware/leia/index.php?p=cap6-12 ......

a partir do live CD, executei o seguinte comando “ reiserfsck --check /dev/sda6
”, sem aspas, claro:

e após a verificação deu a seguinte mensagem:
-------------------------------------------------------
###########
reiserfsck --check started at Thu Apr 2 22:47:44 2009
###########

Replaying journal..
Trans replayed: mountid 86, transid 37230, desc 1144, len 1, commit 1146, next trans offset 1129
Reiserfs journal '/dev/sda6' in blocks [18..8211]: 1 transactions replayed

Checking internal tree..finished
Comparing bitmaps..finished
Checking Semantic tree:
finished
No corruptions found
There are on the filesystem:
Leaves 35372
Internal nodes 241
Directories 14038
Other files 152825
Data block pointers 2375185 (1124476 of them are zero)
Safe links 0
###########
reiserfsck finished at Thu Apr 2 22:49:05 2009
###########
------------------------------
Traduzido pelo google:
------------------------------
A reprodução revista ..
Trans repetido: mountid 86, transid 37230, desc 1144, len 1, cometem 1146, próximo trans compensar 1129
ReiserFS revista '/ dev/sda6' em blocos [18 .. 8211]: 1 transacções repetido
Verificado interno árvore acabado ..
Comparando bitmaps acabado ..
Verificação Semântica árvore:
acabados
Não encontrou corrupções
Existem sobre o sistema de arquivos:
Folhas 35372
Interno 241 nodos
Diretórios 14038
Outros arquivos 152825
Dados bloco ponteiros 2.375.185 (1.124.476 delas são zero)
Safe Links 0
###########
reiserfsck terminou em 2 abr. Thu 22:49:05 2009
###########

------------------------------------------------------
Não encontrou erros, mas mesmo assim executei o comando reiserfsck –fix-fixable /dev/sda6 para corrigir erros e deu a seguinte mensagem:
--------------------------------------------------------
###########
reiserfsck --fix-fixable started at Thu Apr 2 22:55:08 2009
###########

Replaying journal..
Reiserfs journal '/dev/sda6' in blocks [18..8211]: 0 transactions replayed
Checking internal tree..finished
Comparing bitmaps..finished
Checking Semantic tree:
finished
No corruptions found
There are on the filesystem:
Leaves 35372
Internal nodes 241
Directories 14038
Other files 152825
Data block pointers 2375185 (1124476 of them are zero)
Safe links 0
###########
reiserfsck finished at Thu Apr 2 22:56:37 2009
###########
------------------------------------
Traduzido pelo google:
------------------------------------
###########
reiserfsck - fix-fixável iniciado em abril 2. Thu 22:55:08 2009
###########
A reprodução revista ..
ReiserFS revista '/ dev/sda6' em blocos [18 .. 8211]: 0 transacções repetido
Verificado interno árvore acabado ..
Comparando bitmaps acabado ..
Verificação Semântica árvore:
acabados
Não encontrou corrupções
Existem sobre o sistema de arquivos:
Folhas 35372
Interno 241 nodos
Diretórios 14038
Outros arquivos 152825
Dados bloco ponteiros 2.375.185 (1.124.476 delas são zero)
Safe Links 0
###########
reiserfsck terminou em 2 abr. Thu 22:56:37 2009
###########
--------------------------------------------------------------------------------------------
Executei até o "reiserfsck --rebuild-tree /dev/sda6" e nada...





11. Re: Problemas com o Linux Ubuntu

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 04/04/2009 - 18:15h

Agora fiquei perdido.

Há mensagem de erro de HD/FS no boot e não há erros no HD/FS, segundo o fsck do seu último post.

Embora seja uma solução "porca", reinstalar (use ext3 dessa vez) talvez seja a única solução.

----

UMA ÚLTIMA TENTATIVA:

- troque os UUID que estão no Grub pelas partições, pois parece (não tenho certeza) que eles estão errados.

- a troca é fácil, bastando usar a partição no formato /dev/sdax.


12. Re: Problemas com o Linux Ubuntu

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 04/04/2009 - 18:28h

title Mandriva (on /dev/sda6)
root (hd0,5)
kernel /boot/vmlinuz BOOT_IMAGE=Mandriva root=UUID=e917fb42-d9c8-4dcd-86ff-824297086b09 resume=UUID=966dd3c5-7f58-4e1b-90c7-6e13175d46d4 splash=silent vga=791
initrd (hd0,5)/boot/initrd.img
savedefault
boot

Tem dois UUID e o segundo é da swap (veja qual é o dev dela e substitua):

title Mandriva (on /dev/sda6)
root (hd0,5)
kernel /boot/vmlinuz BOOT_IMAGE=Mandriva root=/dev/sda6 resume=/dev/sdax ## aqui é o da swap ## splash=silent vga=791
initrd (hd0,5)/boot/initrd.img
savedefault
boot



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts