Scriveva Lucio Crusca: > Ciao a tutti, > > ho appena finito di aggiornare una lenny a squeeze. Ho due kernel > installati, il 2.6.26-486 di lenny ed il 2.6.32-486 di squeeze. Ho > grub che fa il chainload su grub2 di default. > > Il filesystem / è su raid 1 software /dev/md0. > > Usando Grub 2, se faccio il boot del 2.6.32 non trova rootfs e mi > droppa in busybox. Facendo il boot dello stesso kernel su Grub 1, > tutto funziona ed il sistema sale normalmente. Da dove inizio a > cercare il problema? > (purtroppo conosco quasi per nulla grub2 e la sintassi del file > /boot/grub/grub.cfg la trovo abbastanza ostica).
Il file /boot/grub/grub.cfg lo devi lasciar stare: $ head -6 /boot/grub/grub.cfg # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # $ Il file da editare è /etc/default/grub, ricordandosi che: $ head -2 /etc/default/grub # If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. $ Non so se ti può tornare utile l'uso di startupmanager: http://packages.debian.org/squeeze/startupmanager Sicuramente questa guida sì: http://guide.debianizzati.org/index.php/Guida_a_GRUB_2 Ciao, peterpunk -- Per REVOCARE l'iscrizione alla lista, inviare un email a [email protected] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [email protected] To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

