De tanto enredar para conseguir solucionar el problema que planteo en este hilo, ahora si que me he cargado Ubuntu. Me da mucha rabia porque lo tenia muy agusto a mi manera, con Beryl corriendo de maravilla y algunas otras cosas.
El caso es que ahora desde el grub elijo arrancar Ubuntu y se queda parado en la pantalla de presentacion, con el logo de ubuntu y la barra de progreso que solo se ve un trozito naranja.
Al hacer Alt+F1 veo este mensaje: Starting Up ... Loading, please wait ...
Y ahi se queda.
¿Puede ser de los ficheros stage1 y stage2?.
Ya me veo reinstalandolo todo de nuevo .... ay! dios mio

Info
Para que te podamos ayudar deberías decirnos:
Las 2 últimas cosas las podrás ver arrancando con el live-cd de ubuntu y montando la partición de ubuntu, por ejemplo, en /mnt con: sudo mount -t ext3 /dev/hdb1 /mnt
(Cambia /dev/hdb1 por la partición de ubuntu)
sLap
Saludos.
0000 start out (+FD),A ld BC, +7FFF jp 03CB, RAM-CHECKhttp://www.injiniero.es
Con respecto a lo que me
Con respecto a lo que me indicas:
Seria una gran alegria no tener que reinstalar. Gracias por abrir una posible nueva via de solucion.
Dios mio, no me ayudes, pero tampoco me jodas.
Esto es lo que hay en
Esto es lo que hay en menu.lst:
<code># 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 2
## 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=c34890fc-de99-400d-9ef6-4082557af173 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,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 locale=es_ES
## 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-14-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-14-386 root=UUID=c34890fc-de99-400d-9ef6-4082557af173 ro quiet splash locale=es_ES
initrd /boot/initrd.img-2.6.20-14-386
quiet
savedefault
title Ubuntu, kernel 2.6.20-14-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-14-386 root=UUID=c34890fc-de99-400d-9ef6-4082557af173 ro single
initrd /boot/initrd.img-2.6.20-14-386
title Ubuntu, kernel 2.6.20-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-14-generic root=UUID=c34890fc-de99-400d-9ef6-4082557af173 ro quiet splash locale=es_ES
initrd /boot/initrd.img-2.6.20-14-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-14-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-14-generic root=UUID=c34890fc-de99-400d-9ef6-4082557af173 ro single
initrd /boot/initrd.img-2.6.20-14-generic
title Ubuntu, memtest86+
root (hd0,0)
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
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Windows XP
root (hd1,0)
savedefault
makeactive
chainloader +1</code>
Salida de sudo fdisk -l :
<code>Disco /dev/hda: 80.0 GB, 80026361856 bytes
255 cabezas, 63 sectores/pista, 9729 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/hda1 * 1 4462 35840983+ 7 HPFS/NTFS
/dev/hda2 4463 6374 15357952 83 Linux
/dev/hda3 6375 9729 26949037+ 7 HPFS/NTFS
Disco /dev/hdc: 40.0 GB, 40020664320 bytes
255 cabezas, 63 sectores/pista, 4865 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/hdc1 * 1 3647 29294496 83 Linux
/dev/hdc2 3648 4865 9783585 82 Linux swap / Solaris</code>
Dios mio, no me ayudes, pero tampoco me jodas.
Cambios
Por lo que veo en el menu.lst tienes 2 kernels diferentes de Linux: el 2.6.20-14-386 y el 2.6.20-14-generic
Según fdisk tienes:
WindowsXP en /dev/hda1
Linux en /dev/hda2 (¿qué Linux es éste?)
Ubuntu en /dev/hdc1
Según lo que comentaste en el otro hilo, cambias el HD de arranque en la BIOS para que arranque WindowsXP o Ubuntu.
¿Para qué?
Lo suyo es que dejes en la BIOS el primer disco como disco de arranque e instales el grub en ese disco. Así no tendrás que tocar la BIOS para nada.
Debes cambiar en el menu.lst donde dice:
(hd0,0)
debe decir:
(hd2,0)
y donde dice:
(hd1,0)
debe decir:
(hd0,0)
Arranca con el live-cd, monta la partición Ubuntu en /mnt con sudo mount -t ext3 /dev/hdc1 /mnt
Edita el fichero /mnt/boot/grub/menu.lst y haz los cambios que te he dicho.
Graba el archivo.
Ejecuta en un terminal: grub
Cuando salga el prompt de grub teclea lo siguiente:
root (hd2,0)
setup (hd0)
quit
Reinicia y reza ;)
sLap
Saludos.
0000 start out (+FD),A ld BC, +7FFF jp 03CB, RAM-CHECKhttp://www.injiniero.es
Por partes: Linux en
Por partes:
root (hd2,0)
setup (hd2) <--- para instalar grub en el segundo hd
quit
Reiniciare, rezare, cruzare los dedos, y hasta tocare madera.
¿Es esto correcto?.
Muchas gracias.
Dios mio, no me ayudes, pero tampoco me jodas.
Ok
Es correcto.
Pero si sigues cambiando el HD de arranque en la BIOS, lo que no estoy tan seguro es que te sirvan los cambios que te he dicho para el menu.lst, porque no sé si al hacer ese cambio, Ubuntu verá los discos cambiados, es decir: hd2 lo verá como hd0 y viceversa.
Lo que sí estoy seguro es que lo que tenías para windows está mal: o es (hd0,0) o (hd2,0) pero nunca (hd1,0)
¡qué lío ¿no?! ;)
sLap
Saludos.
0000 start out (+FD),A ld BC, +7FFF jp 03CB, RAM-CHECKhttp://www.injiniero.es
Otra cosa que puedes hacer
Otra cosa que puedes hacer es quitar el comando quiet al final de la entrada del grub del kernel con que vayas a entrar ara ver exactamente donde es que se queda trabado..
asi podremos buscar mejor la solucion.
Se acabaron los tiempos de guerra... Demos tiempo a los tiempos de Paz
Se acabaron los tiempos de guerra... Demos tiempo a los tiempos de Paz
El Papa ha muerto
El Papa ha muerto !!
Viva el Papa !!!!
Asi es amigos. Ni quitando el comando quiet, ni siguiendo ninguna de las instrucciones que me habeis aconsejado.
Con lo cual, anoche ya harto de todo, opte por reinstalar.
Despues de todo me viene bien. Soy bastante novato, y pasar de nuevo por el proceso de
afinar el sistema, hacer funcionar beryl y vmware etc, nunca viene mal.
Lo dicho: muchas gracias a todos.
Dios mio, no me ayudes, pero tampoco me jodas.