View Single Post
Old 21-03-2008, 17:31   #2
Ferdy78
 
Messaggi: n/a
Quote:
Originariamente inviato da Vitto16 Guarda i messaggi
č possibile impostare il boot di vista, tramite easyBCD, per far partire ubuntu??
ubuntu l'ho giā installato in una partizione ma senza il GRUB perchč avevo paura di compromettere vista ma adesso non riesco ad avviare ubuntu.
per favore, datemi una mano.
Grazie a tutti in anticipo
Installa Grub

parti dalla Live CD appena ha caricato apri il terminale e inizia:

sudo grub

find /boot/grub/stage1

Ora ti dovrebbe apparire una roba del tipo hd0 o hd,0 fra parentesi tonde ()

dgt root seguito da quel che ti č apparso

setup hd0 per installare il grub nell'MBR

quit

riavvia, esci il cd di ubuntu e all'avvio dovresti poter vedere la schermata.

Predefinito diverrā UBUNTU , TEMPO DI SCELTA PRIMA CHE PARTA LUI 10 SECONDI.

Per eventualmente modificare il tutto, da Ubuntu, apri un terminal e dgt:

sudo gedit /boot/grub/menu.lst

invio e ti si apre il file di configurazione del Grub...OCIO a non toccare altro che non sia

You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0

Per modificare il sistema op predefinito 0 Ubuntu 4 Svista o quel che č...ma se aggiorna il kernel in automatico va modificato a 6.

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10

Per cambiare il tempo prima che il sistema parta da solo....
  Rispondi citando il messaggio o parte di esso