Buenas noches a todos. Tengo un problema con GRUB en Ubuntu. Tengo una PC que tiene instalado Ubuntu 8.04, en un disco de 160 gb Sata2. Le agregué un disco IDE de 40 gb al que le instalé Debian Lenny. Quise mantener el GRUB original de Ubuntu, pero no logro hacer que arranque con la línea que agregué. Monté el disco IDE, y lo veo perfectamente desde Ubuntu, pero no funciona, cuando elijo debian en el grub de queda la pantalla en negro, con un cursor titilando. La línea que agregué al Grub es esta: title Debian GNU/Linux, kernel 2.6.25-2-486 root (hd1,0) kernel /boot/vmlinuz-2.6.25-2-486 root=UUID=c8a9af58-43ab-46a4-8514-ce14eef2c959 ro quiet initrd /boot/initrd.img-2.6.25-2-486
title Debian GNU/Linux, kernel 2.6.25-2-486 (single-user mode) root (hd1,0) kernel /boot/vmlinuz-2.6.25-2-486 root=UUID=c8a9af58-43ab-46a4-8514-ce14eef2c959 ro single initrd /boot/initrd.img-2.6.25-2-486 ¿Alguna idéa de que me está faltando? Por las dudas les paso el grub completo: title Ubuntu 8.04.1, kernel 2.6.24-19-generic root (hd0,5) kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=9fe6e9c0-ab85-4206-ade4-e88544c03118 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,5) kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=9fe6e9c0-ab85-4206-ade4-e88544c03118 ro single initrd /boot/initrd.img-2.6.24-19-generic ### 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/sda1 title Windows NT/2000/XP (loader) root (hd0,0) savedefault makeactive chainloader +1 # This entry automatically added by the Debian installer for an existing # linux installation on /dev/sda5. title openSUSE 11.0 - 2.6.25.9-0.2 (on /dev/sda5) root (hd0,4) kernel /boot/vmlinuz-2.6.25.9-0.2-pae root=/dev/disk/by-id/scsi-SATA_ST3160023AS_3LJ3LK8Q-part5 resume=/dev/sda2 splash=silent showopts vga=0x317 initrd /boot/initrd-2.6.25.9-0.2-pae savedefault boot #title openSUSE 11.0 - 2.6.25.9-0.2 (on /dev/sda5) #root (hd0,4) #kernel /boot/vmlinuz-2.6.25.9-0.2-pae root=/dev/disk/by-id/scsi-SATA_ST3160023AS_3LJ3LK8Q-part5 resume=/dev/sda2 splash=silent showopts vga=0x317 #initrd /boot/initrd-2.6.25.9-0.2-pae #savedefault #boot # This entry automatically added by the Debian installer for an existing # linux installation on /dev/sda5. title Failsafe -- openSUSE 11.0 - 2.6.25.9-0.2 (on /dev/sda5) root (hd0,4) kernel /boot/vmlinuz-2.6.25.9-0.2-pae root=/dev/disk/by-id/scsi-SATA_ST3160023AS_3LJ3LK8Q-part5 showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off x11failsafe vga=0x317 initrd /boot/initrd-2.6.25.9-0.2-pae savedefault boot title Debian GNU/Linux, kernel 2.6.25-2-486 root (hd1,0) kernel /boot/vmlinuz-2.6.25-2-486 root=UUID=c8a9af58-43ab-46a4-8514-ce14eef2c959 ro quiet initrd /boot/initrd.img-2.6.25-2-486 title Debian GNU/Linux, kernel 2.6.25-2-486 (single-user mode) root (hd1,0) kernel /boot/vmlinuz-2.6.25-2-486 root=UUID=c8a9af58-43ab-46a4-8514-ce14eef2c959 ro single initrd /boot/initrd.img-2.6.25-2-486 -- Cristian Orsili Linux User nº 424870. arquerosdeamerica.foroactivo.com _______________________________________________ Lugro mailing list [email protected] http://www.lugro.org.ar/mailman/listinfo/lugro
