Pagina 1 di 1

[Grub] Rivedere il logo bianco di ubuntu all'avvio

Inviato: giovedì 1 aprile 2010, 19:14
da kekko_94
Salve, ho Ubuntu 9.10 Karmik, e da qualche mese uso BURG invece che GRUB. In pratica è un GRUB 2 scritto al contrario che permette di avere dei temi molto più belli.

Da quando qualche giorno fa ho fatto l'aggiornamento, non mi si vede più il logo di ubuntu bianco all'avvio (quello che lampeggia).

Ora, non è che mi dia così fastidio questa cosa, ma vedere il monitor diventare nero per quella manciata di secondi mi fa paura, anche se poi viene fuori normalmente lo splash marrone. Non saprei dove mettere le mani, qualcuno mi da una mano??

Posto in anticipo il file /etc/default/burg.

Codice: Seleziona tutto

francesco@francesco-laptop:~$ cat /etc/default/burg
# If you change this file, run 'update-burg' afterwards to update
# /boot/burg/burg.cfg.

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1200x800

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_LINUX_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

# Use the previous selected theme, you can also specify a theme to be used
# In the boot menu, use hotkey 't' to popup a theme selection menu
GRUB_THEME=saved

# Use the previous folding option, its value can be 'yes', 'no' or 'saved'
# In the boot menu, use hotkey 'F7' to show the full list, 'f' to toggle
# between folding modes.
GRUB_FOLD=saved

# Add user with burg-adduser, then use GRUB_USERS to config authentication.
# The following example means user1 can boot Ubuntu, no password is needed to
# boot Windows, user1 amd user2 can boot other OS. Superusers can boot any OS
# and use hotkeys like `c' to enter console mode.
#GRUB_USERS="*=user1,user2:ubuntu=user1:windows="

Grazie!!!

Re: [Grub] Rivedere il logo bianco di ubuntu all'avvio

Inviato: giovedì 1 aprile 2010, 19:20
da shouldes
Leva la scritta splash che almeno vedi le scritte.
Io ormai mi sono scocciato di temi, temini, grub e grub2.
Levo la scritta splash da /etc/default/grub e almeno leggo cosa sta succedendo.
Non togliere quiet che le scritte diventano un po' troppe e sono talmente veloci che tanto non riusciresti a leggere manco mezza riga.

Re: [Grub] Rivedere il logo bianco di ubuntu all'avvio

Inviato: giovedì 1 aprile 2010, 21:10
da ventiseiad
prova a cambiare questo:

GRUB_CMDLINE_LINUX=""

in questo

GRUB_CMDLINE_LINUX="splash"

se non ricordo male io ho risolto così  ;D