Hola!!!
Instale de nuevo Kubuntu para ver que onda. Me consegui un modem de ADSL Ethernet asi no tengo problemas con ningun driver para ningun modem USB.
El tema es que lo instale en un disco esclavo (/dev/hdb). En el primario tengo Window$ + Mandriva. No instale el Grub para seguir usando el lilo que tengo ahora.
Quiero agregar la entrada al lilo.conf para poder arrancar el Kubuntu, pero no me anda!!!
Al arrancar da un error (aproximado, no lo recuerdo exacto):
No se pudo correr modprobe: /lib/modules/2.6.11-6mdk: es solo lectura
Esos son los modulos del Mandriva!!!
y estan en el disco primario (/dev/hda)
Gracias....
lilo.conf:
Código:
default="linux"
boot=/dev/hda
map=/boot/map
keytable=/boot/es-latin1.klt
prompt
nowarn
timeout=300
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda5
initrd=/boot/initrd.img
append="resume=/dev/hda6 splash=silent"
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda5
initrd=/boot/initrd.img
append="resume=/dev/hda6"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda5
initrd=/boot/initrd.img
append="failsafe resume=/dev/hda6 devfs=nomount"
read-only
other=/dev/hda1
label="windows"
table=/dev/hda
image=/boot/vmlinuz
label="Kubuntu"
root=/dev/hdb1
initrd=/boot/initrd.img
append="root=/dev/hdb1 ro console=tty0 quiet splash"
read-only
menu.lst del grub (un pedacito, es muy largo):
Código:
title Ubuntu, kernel 2.6.10-5-amd64-generic Default
root (hd1,0)
kernel /boot/vmlinuz root=/dev/hdb1 ro console=tty0 quiet splash
initrd /boot/initrd.img
savedefault
boot