venerdì 18 febbraio 2011

Ubuntu 10.10 Grub2 menu howto Show / Hide

Here some instructions on how to show or display the grub2 menu during the Ubuntu startup.

from the menu select Applications - Accessories - Terminal and write the command:

sudo gedit /etc/default/grub


search for this line:

GRUB_HIDDEN_TIMEOUT=0


well, this way the menu is HIDDEN
if we want to SHOW it at every startup, we need to comment out that line using # ,like this :

# GRUB_HIDDEN_TIMEOUT=0


save the opened file after the change
then write this command:

sudo update-grub


as soon as it finish to update everything,  we can reboot the system and see the new menu behaviour.

To HIDE it again simply do the same, remove the # symbol, save, run update-grub and it's done

martedì 1 febbraio 2011

Ubuntu : installazione da usb key

Ciao
per installare Ubuntu (testato con versione 10.04 e 10.10) da chiavetta usb procedere cosi:

da terminale lanciare

usb-creator-gtk

nel caso non fosse installato procedere al solito

sudo apt-get install usb-creator-gtk

Una volta eseguito il programma presenta questa finestra:


in alto selezioneremo il lettore cd/dvd oppure il file .iso del disco di Ubuntu da passare sulla chiavetta usb.

In basso selezioniamo la chiavetta USB (qui /dev/sdb1)

Quindi premiamo il pulsante Make Startup Disk e in poco tempo ci ritroveremo la chiavetta usb bootabile da cui installare ubuntu :)