Aspettavo venisse pubblicato per dirvi che ho risolto!
Ho scritto un file 40_custom nella directory /etc/grub.d/ così fatto:
le prime 4 righe le ho prese dal file grub.cfg le altre due qui sul forum di BT4 (occhio al kernel, sono andato a cercare la versione precisa nella cartella /boot di BT4)Code:#!/bin/sh exec tail -n +3 $0 # 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. menuentry "BT4" { insmod part_msdos insmod ext2 set root='(hd0,msdos8)' search --no-floppy --fs-uuid --set 878c5ea2-d21e-4a1d-8f3d-8084762732c5 linux /boot/vmlinuz-2.6.35.8 root=UUID=878c5ea2-d21e-4a1d-8f3d-8084762732c5 initrd /boot/initrd.img-2.6.35.8 }
Importante:l'argomento root=UUID="*" e --set "*" devono essere uguali, ma sopratutto identificano la partizione, quindi cambiano da pc a pc...
Spero di essere stato utile XD
CIAO!!


