- Code: Select all
errore: non di file "kernel-genkernel-x86_64-3.6.0-sabayon" non valido.
errore: è necessario caricare il kernel prima.
Premere un tasto per continuare ...
e se premo mi ritorna alla schermata di selezione sistema del grub2.
questo è il codice che grub2 usa per lanciare que kernel:
- Code: Select all
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 39307eea-4e48-4e5b-a63e-2910fbfa854d
else
search --no-floppy --fs-uuid --set=root 39307eea-4e48-4e5b-a63e-2910fbfa854d
fi
linux /boot/kernel-genkernel-x86_64-3.6.0-sabayon root=UUID=39307eea-4e48-4e5b-a63e-2910fbfa854d video=uvesafb:mtrr:3,ywrap,1024x768-24@60 ro
initrd /boot/initramfs-genkernel-x86_64-3.6.0-sabayon
il problema sembra che genkernel mi abbia cancellato la vecchia immagine del kernel, questo è il contenuto della partizione di boot:
- Code: Select all
king@homepc:/media/king/458a6da7-8cc7-4e88-8737-e2552cc91245$ ls -lah
totale 92M
drwxr-xr-x. 6 root root 3,0K nov 21 17:49 .
drwxr-x---+ 3 root root 4,0K nov 21 21:13 ..
lrwxrwxrwx 1 root root 37 nov 21 16:32 bzImage -> kernel-genkernel-x86_64-3.6.0-sabayon
-rw-r--r--. 1 root root 113K mag 7 2012 config-3.3.4-5.fc17.x86_64
-rw-r--r--. 1 root root 115K giu 26 23:13 config-3.4.4-3.fc17.x86_64
-rw-r--r--. 1 root root 115K lug 5 22:38 config-3.4.4-5.fc17.x86_64
-rw-r--r-- 1 root root 138K nov 21 17:46 config-3.6.0-sabayon
drwxr-xr-x. 4 root root 1,0K mag 22 2012 efi
-rw-r--r--. 1 root root 175K mar 27 2012 elf-memtest86+-4.20
drwxr-xr-x. 5 root root 1,0K nov 21 20:28 grub
drwxr-xr-x. 6 root root 1,0K nov 21 19:23 grub2
-rw-rw-r--. 1 root root 17M lug 8 00:06 initramfs-3.3.4-5.fc17.x86_64.img
-rw-r--r--. 1 root root 17M lug 7 22:41 initramfs-3.4.4-3.fc17.x86_64.img
-rw-r--r--. 1 root root 17M lug 17 05:33 initramfs-3.4.4-5.fc17.x86_64.img
-rw-r--r-- 1 root root 4,3M nov 21 19:23 initramfs-genkernel-x86_64-3.6.0-sabayon
lrwxrwxrwx 1 root root 40 nov 21 16:32 Initrd -> initramfs-genkernel-x86_64-3.6.0-sabayon
-rw-r--r-- 1 root root 5,0M nov 21 18:58 kernel-genkernel-x86_64-3.6.0-sabayon
drwx------. 2 root root 12K lug 8 00:02 lost+found
-rw-r--r--. 1 root root 173K mar 27 2012 memtest86+-4.20
-rw-------. 1 root root 2,4M mag 7 2012 System.map-3.3.4-5.fc17.x86_64
-rw-------. 1 root root 2,4M giu 26 23:13 System.map-3.4.4-3.fc17.x86_64
-rw-------. 1 root root 2,4M lug 5 22:38 System.map-3.4.4-5.fc17.x86_64
-rw-r--r-- 1 root root 3,0M nov 21 17:49 System.map-3.6.0-sabayon
-rw-r--r-- 1 root root 3,0M nov 21 18:58 System.map-genkernel-x86_64-3.6.0-sabayon
-rwxr-xr-x. 1 root root 4,5M mag 7 2012 vmlinuz-3.3.4-5.fc17.x86_64
-rw-r--r--. 1 root root 164 mag 7 2012 .vmlinuz-3.3.4-5.fc17.x86_64.hmac
-rwxr-xr-x. 1 root root 4,6M giu 26 23:13 vmlinuz-3.4.4-3.fc17.x86_64
-rw-r--r--. 1 root root 164 giu 26 23:13 .vmlinuz-3.4.4-3.fc17.x86_64.hmac
-rwxr-xr-x. 1 root root 4,6M lug 5 22:38 vmlinuz-3.4.4-5.fc17.x86_64
-rw-r--r--. 1 root root 164 lug 5 22:38 .vmlinuz-3.4.4-5.fc17.x86_64.hmac
-rw-r--r-- 1 root root 5,0M nov 21 17:45 vmlinuz-3.6.0-sabayon
king@homepc:/media/king/458a6da7-8cc7-4e88-8737-e2552cc91245$
quel vmlinuz-3.6.0-sabayon che vedete è una img kernel di una compilazione che avevo provato a fare senza genkernel, e non so se funziona.
sapete come posso risolvere senza dovere reinstallare il sistema ?
grazie


