Re: [Ubuntu-BR] cd ubuntu 9.10

2009-12-13 Por tôpico Tostig
João Santana joao.abo.sant...@... writes:


  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 
 Tostig,
 
 Se quiser, te mando um CD pelo correio. Me passe seu endereço com CEP
 em privado, se te interessar. Pedir pelo ShipIt pode demorar mais que
 semanas.

João, muito obrigado pela oferta, mas quem está precisando do CD é o Tulio da
mensagem que originou esta thread. Eu queimo meus CDs/DVDs eu mesmo. Mas valeu
pela boa vontade!


-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] GRUB?

2009-12-11 Por tôpico Tostig
Pessoal,

Quando executo sudo update-grub eu obtenho o seguinte resultado:

~
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.31-16-generic
Found kernel: /boot/vmlinuz-2.6.31-15-generic
Found kernel: /boot/vmlinuz-2.6.31-14-generic
Found kernel: /boot/vmlinuz-2.6.28-14-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done
~

No entanto ao dar boot na máquina a versão mais nova de kernel que vejo
listada na tela é 2.6.31-14-generic. O computador não deveria estar
bootando com 2.6.31-16-generic ou ao menos dar esta opção na lista?

Obrigado desde já por qualquer ajuda.


-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] GRUB?

2009-12-11 Por tôpico Tostig
Carlos Ribeiro crbr...@... writes:

 
 Devia sim. Nos mostre o seu menu.lst.

Aqui está.  É um pouco longo, mas...


 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=8f63d902-2962-4264-adb0-8bd60f4dad0b ro  

## default grub root device
## e.g. groot=(hd0,0)  
# groot=8f63d902-2962-4264-adb0-8bd60f4dad0b

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

Re: [Ubuntu-BR] GRUB?

2009-12-11 Por tôpico Tostig
francisco mendes caruso personal_co...@... writes:

 
 
 edite o grub e va na opçaõ howmany e coloque la -all

Editar o grub? Desculpe minha ignorância, mas não entendi. Juro.

Em tempo, estou usando Kubuntu 9.10 64-bits, upgraded em cima do
9.04.




-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] GRUB?

2009-12-11 Por tôpico Tostig
Carlos Ribeiro crbr...@... writes:

 
 Tostig, depois de olhar teu menu.lst pude entender que atualizaste do 9.04
 para o 9.10 e o grub parece que ficou estranho, uma vez que no 9.10 o grub
 trabalha muito diferente e não tem menu.lst.
 
 Não sei te dizer como fazer para solucionar isso, talvez os mais entendidos
 da lista possam te ajudar. Tenta a sugestão do Quico: edita o menu.lst e
 descomenta a linha # howmany=all. Se não ajudar não vai prejudicar. Posta
 aqui os resultados de tuas tentativas.
 
 CR

Carlos, eu fiz o que não deveria ter feito mas funcionou: copiei as linhas
de um kernel e as editei manualmente para que elas passassem a apontar para
o 2.6.31-16. Aproveitei a oportunidade e tirei o Vista da posição de sistema
default, agora ele é o segundo e o Kubuntu é o default. Sei que foi arriscado,
mas fiz com cuidado, deixando um backup do menu.lst original, etc. Agora,
uname -a mostra o seguinte:

Linux Tostig-PC 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:02:15 UTC 2009
x86_64 GNU/Linux

Se eu resolver descomentar a linha howmany=all (e ela está comentada) eu
comunico o resultado para o grupo. Por ora vou deixar assim, que parece que
está funcionando.

O meu Grub não é a Versão 2, por isto não foi feita atualização dos kernels.
Mas um amigo meu migrou do 9.04 para o 9.10 e o Grub dele fez tudo certinho.
Não teve necessidade de editar nada. Não sei o xabu que deu aqui.

Obrigado pela ajuda. A gente que não é muito fera nessas coisas de Linux
e entra em foruns como este aqui geralmente só enche a paciência dos
outros com dúvidas óbvias. Mas espero um dia poder retribuir o auxílio.



-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] cd ubuntu 9.10

2009-12-11 Por tôpico Tostig
tulio barbosa silva bradao tbsb.tu...@... writes:

 
 eu queria solicitar o cd do ubuntu 9.10
 
 si for possível vc6 em via um lick para eu solicitar
 
 obg


Tem esse link aqui:

https://shipit.ubuntu.com/

Mas por que vc não baixa o ISO e queima o CD ou DVD vc mesmo? Tua conexão com a
internet é muito lenta?  No site diz que pode levar dez SEMANAS para vc receber
o CD que vc solicitar gratuitamente. Eu sugeriria baixar a imagem e queimá-la
vc mesmo.


-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br