Ho installato....
Ho così tante domande che mi sono stampato quasi tutto il libro...

Allora, dopo l'installazione avevo problemi con grub, così ho poi rimediato e questo è il menu.lst relativo alle voci di slack:
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda4.
title Slackware Linux (Slackware 12.0.0) (on /dev/hda4)
root (hd0,3)
kernel /boot/vmlinuz-generic-2.6.21.5 root=/dev/hda4
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda4.
title Slackware Linux (Slackware 12.0.0) (on /dev/hda4)
root (hd0,3)
kernel /boot/vmlinuz-generic-smp-2.6.21.5-smp root=/dev/hda4
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda4.
title Slackware Linux (Slackware 12.0.0) (on /dev/hda4)
root (hd0,3)
kernel /boot/vmlinuz-huge-2.6.21.5 root=/dev/hda4
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda4.
title Slackware Linux (Slackware 12.0.0) (on /dev/hda4)
root (hd0,3)
kernel /boot/vmlinuz-huge-smp-2.6.21.5-smp root=/dev/hda4
savedefault
boot
Prima domanda scontata, è: perchè ho 4 kernel diversi? differenze? quale dovrei usare? In kubuntu ho solo il generic ultra patchato (di default) e quello che mi sono compilato io.
Problema:
La rotella del mouse, scherzo

quella me la sistema io.
Quando avvio il pc, grub oltre a windows e kubuntu mi da quelle 4 possibilità ovviamente.
- La prima scelta kernel /boot/vmlinuz-generic-smp-2.6.21.5-smp root=/dev/hda4
mi restituisce un kernel panic - not syncing:UFS:Unable to mount root fs on unknow-block (3,4)
- La seconda scelta kernel /boot/vmlinuz-generic-smp-2.6.21.5-smp root=/dev/hda4
idem, stesso kernel panic
- La terza e quarta scelta kernel /boot/vmlinuz-huge-2.6.21.5 root=/dev/hda4 e /boot/vmlinuz-huge-smp-2.6.21.5-smp root=/dev/hda4
funziona ma mi restituisce un'errore che si "risolve" premendo enter ed è:
ERROR: Root partition has already been mounted read-write. Cannot check! For filesystem checking to work properly, your system must initially mount the root partition as read only. Please modify your kernel with 'rdev' so that it does this. If you're booting with Lilo, add a line:
read-only
to the linux section in your /etc/lilo.conf and type 'lilo' to reinstall it.
If you boot from a kernel on a floppy disk, put it in the drive and type: rdev -R /dev/fd01
If you boot from a bootdisk, or with Loadlin, you can add the 'ro' flag. This will fix the problem *AND* eliminate this annoying message.
Ora provo a inserire il flag "ro" a fine riga del kernel per la terza e quarta scelta. Ma per le prime due scelte del kernel?
In fase di installazione crea solo l'utente root e non un utente normale, ho creato il mio utente quando sono entrato in kde (con startx) con l'interfaccia grafica che ora non ricordo come si chiami, C'è un elenco dove assegnare uno o piu' gruppi all'utente che ho creato, qual'è quello indispensabile? o non c'è?
Grazie