J’ai Mint 17.3 Mate 64 bits en dual boot avec Windows 7.
Durant le démarrage de Mint, je n’ai pas de splash screen, mais seulement un écran noir. C’est moche et je veux un splash screen.
J’utilise Burg au lieu de Grub pour la gestion du dual boot et me permettre de choisir Mint ou Windows. Le dual boot fonctionne bien et Burg aussi. J’utilise une carte graphique Nvidia mais avec le pilote graphique libre "xserver-xorg..."
Burg est un fork de Grug.
Voici mon burg.cfg
Code : Tout sélectionner
GRUB_DEFAULT="0"
GRUB_TIMEOUT="3"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_DISABLE_LINUX_RECOVERY="true"
GRUB_THEME="magic"
GRUB_FOLD="saved"
GRUB_DISABLE_OS_PROBER="true"
GRUB_GFXMODE=1366x768
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1366x768-24,mtrr=3,scroll=ywrap"Code : Tout sélectionner
echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
sudo update-burg
sudo update-initramfs -uhttp://jechem.blogspot.fr/2011/04/fix-p ... tu-on.html" onclick="window.open(this.href);return false;
http://askubuntu.com/questions/362722/h ... u-releases" onclick="window.open(this.href);return false;
Pour le fichier burg.cfg, j’ai également modifié la ligne suivante en ceci mais sans succès non plus : GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
S’il vous plait, pourriez-vous m’aider à avoir un splash screen au démarrage de MInt.
Merci d’avance


