Ahora lo que ocurre es que al seleccionar "Ubuntu" en el menú de arranque de Windows el ordenador se reinicia. Vamos, que si sólo tuviera el GRUB sería un bucle de reinicios...
Todo ha sido al realizar una actualización. Reinicié para instalar y bien, ahora he reiniciado para Windowsear un poco y Ubuntu ya no me inicia.
Antes de que pruebe lo de la reinstalación...algún consejo? Está instalado por Wubi.
Saludos!
Steam Deck · Xbox Series X · PS5 · Switch · PS Vita · WiiU · PS3 · new 3DS XL · Xbox 360 · PSP · PS2
A mi me paso lo mismo una ves y de dejo de pasarme cuando lo instale por particiones, podia actualizar todo sin problemas, seria una buena opcion pensar en particiones
El lagarto no puede, tiene demasiada info que no puede salvar .... larger podrias pegar tu menu.lst? o en este caso si es GRUB2 el menu.cfg (creo que se llama) .... y ya de paso cuando vayas a actualizar, lo respaldas y ale ...
# # 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 ntfs set root='(hd0,1)' search --no-floppy --fs-uuid --set 8e925a0e9259fae3 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) 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 ntfs set root='(hd0,1)' search --no-floppy --fs-uuid --set 8e925a0e9259fae3 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) set locale_dir=($root)/boot/grub/locale set lang=es 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 ### ### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_lupin ### menuentry "Ubuntu, Linux 2.6.32-25-generic" { insmod ntfs set root='(hd0,1)' search --no-floppy --fs-uuid --set 8e925a0e9259fae3 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) linux /boot/vmlinuz-2.6.32-25-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro quiet splash initrd /boot/initrd.img-2.6.32-25-generic } menuentry "Ubuntu, Linux 2.6.32-25-generic (recovery mode)" { insmod ntfs set root='(hd0,1)' search --no-floppy --fs-uuid --set 8e925a0e9259fae3 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) linux /boot/vmlinuz-2.6.32-25-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro single initrd /boot/initrd.img-2.6.32-25-generic } menuentry "Ubuntu, Linux 2.6.32-24-generic" { insmod ntfs set root='(hd0,1)' search --no-floppy --fs-uuid --set 8e925a0e9259fae3 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) linux /boot/vmlinuz-2.6.32-24-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro quiet splash initrd /boot/initrd.img-2.6.32-24-generic } menuentry "Ubuntu, Linux 2.6.32-24-generic (recovery mode)" { insmod ntfs set root='(hd0,1)' search --no-floppy --fs-uuid --set 8e925a0e9259fae3 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) linux /boot/vmlinuz-2.6.32-24-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro single initrd /boot/initrd.img-2.6.32-24-generic } menuentry "Ubuntu, Linux 2.6.31-14-generic" { insmod ntfs set root='(hd0,1)' search --no-floppy --fs-uuid --set 8e925a0e9259fae3 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro quiet splash initrd /boot/initrd.img-2.6.31-14-generic } menuentry "Ubuntu, Linux 2.6.31-14-generic (recovery mode)" { insmod ntfs set root='(hd0,1)' search --no-floppy --fs-uuid --set 8e925a0e9259fae3 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro single initrd /boot/initrd.img-2.6.31-14-generic } ### END /etc/grub.d/10_lupin ###
### BEGIN /etc/grub.d/20_memtest86+ ### ### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ### menuentry "Windows Vista (loader) (on /dev/sda1)" { insmod ntfs set root='(hd0,1)' search --no-floppy --fs-uuid --set 8e925a0e9259fae3 chainloader +1 } menuentry "Windows Vista (loader) (on /dev/sda2)" { insmod ntfs set root='(hd0,2)' search --no-floppy --fs-uuid --set 2c88743c8874071c chainloader +1 } ### 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 ###
Saludos!
Steam Deck · Xbox Series X · PS5 · Switch · PS Vita · WiiU · PS3 · new 3DS XL · Xbox 360 · PSP · PS2
Nah, arreglao, no aguantaba tanto tiempo con Windows
He hecho backup de los archivos del GRUB y de los discos, y he reinstalado. Al terminar, he metido mis discos y ÚNICAMENTE los archivos kernel Linux y el grub.cfg, dejando lo demás tal cual (que, por cierto, estaba vacío xD).
Y ya estoy de vuelta
Ahora abriré otro hilo sobre otro tema Linux que no he solucionado y que en otro sitio donde lo puse tampoco me lo han podido solucionar (ni querido, 0 respuestas...)
Saludos!
Steam Deck · Xbox Series X · PS5 · Switch · PS Vita · WiiU · PS3 · new 3DS XL · Xbox 360 · PSP · PS2
Leñe, estoy pensando cargarme el contenido de la partición de recuperación de Windows (ya lo tengo en DVD) e instalar ahí Ubuntu, son 7 GB lo que hay disponibles. Funcionaría bien?
Saludos!
Steam Deck · Xbox Series X · PS5 · Switch · PS Vita · WiiU · PS3 · new 3DS XL · Xbox 360 · PSP · PS2
Mientras se pueda sin formatear no hay problema, aunque ten en cuenta que TODOS los documentos que manejo los grabo en la partición principal, donde está instalado Windows.
Yo de todas maneras he vuelto a reinstalar Wubi (que encima me ha dado problemas para desinstalarse...) a ver si ya funciona de nuevo, pero estoy a nada de instalarlo de la otra forma y mandar a Wubi a la mierda xD
Saludos!
Steam Deck · Xbox Series X · PS5 · Switch · PS Vita · WiiU · PS3 · new 3DS XL · Xbox 360 · PSP · PS2
Pues hombre con un CDLive creo que podrias redimensionar la particion (claro si la particion que esta atras tiene espacio) ... la puedes redimensionar sin formatear ...