Grub console seguendo questo esempio vi risulterà più facile (almeno spero) fare il boot di linux dopo un'eventuale malfunzionamento della configurazione di grub. La tastiera è americana, ma con i comandi fra parentesi non dovreste avere problemi. Ho simulato la console dopo ogni comando per confrontare il risultato. All'avvio del computer vi trovate davanti alla solita schermata -------------------------------------------------------------------- | Ubuntu, kernel 2.6.20-15-generic | Ubuntu, kernel 2.6.20-15-generic (recovery mode) | Ubuntu, memtest86+ | Other operating systems: | Microsoft Windows XP Home Edition | | | | | Use the | and | keys to select which entry is highlighted. | Press enter to boot the selected OS, or 'e' to edit the | commands before booting, or 'c' for a command-line. | | | The highlighted entry will be booted in 10 seconds. | --------------------------------------------------------------------- premendo c vi comparirà la schermata tipo questa --------------------------------------------------------------------- | | [ Minimal BASH-like line editing is supported. For | the first word, TAB lists possible command | completions. Anywhere else TAB lists the possible | completions of a device/filename. ] | | | | grub> | ---------------------------------------------------------------------- date i comandi: root (spazio) (shift+9) (tab) ------------------------------------------------------------------------ | grub> root ( | Possible disks are: fd0 hd0 hd1 ------------------------------------------------------------------------ Il vostro risultato sarà diverso ma usando la testolina potrete continuare da soli: hd0 (tab) (tab) ------------------------------------------------------------------------ |grub> root (hd0, | Possible partitions are: | Partition num: 0, Filesystem type unknown, partition type 0x7 | Partition num: 1, Filesystem type is ext2fs, partition type 0x83 | Partition num: 2, Filesystem type is ext2fs, partition type 0x83 | grub> root (hd0, ------------------------------------------------------------------------ 1 (tab) (invio) ------------------------------------------------------------------------ | grub> root (hd0,1) | grub> ------------------------------------------------------------------------ kernel /boot/vm (tab) ------------------------------------------------------------------------- | grub> root (hd0,1) | grub> kernel /boot/vmlinuz-2.6.20-16-generic ------------------------------------------------------------------------- root ( ì ) /dev/hda2 ro (invio) ------------------------------------------------------------------------- | grub> root (hd0,1) | grub> kernel /boot/vmlinuz-2.6.20-16-generic root=/dev/hda2 ro | grub> -------------------------------------------------------------------------- initrd /boot/initrd (tab) (invio) -------------------------------------------------------------------------- | grub> root (hd0,1) | grub> kernel /boot/vmlinuz-2.6.20-16-generic root=/dev/hda2 ro | grub> initrd /boot/initrd.img-2.6.20-16-generic | grub> --------------------------------------------------------------------------- boot (invio) ---------------------------------------------------------------------------- | grub> root (hd0,1) | grub> kernel /boot/vmlinuz-2.6.20-16-generic root=/dev/hda2 ro | grub> initrd /boot/initrd.img-2.6.20-16-generic | grub> boot | per esercitarvi da grafica si può usare il comando da terminale | sudo grub ----------------------------------------------------------------------------