Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[GRUB] Plus de fbsplash (suite MàJ)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
versus8
Tux's lil' helper
Tux's lil' helper


Joined: 21 Sep 2005
Posts: 130

PostPosted: Mon Aug 26, 2013 11:37 pm    Post subject: [GRUB] Plus de fbsplash (suite MàJ) Reply with quote

Bonjour,


Suite à la migration de grub vers grub2, je n'ai plus fbsplash alors qu'avant cela fonctionnait.

lspci :
Code:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03)



genkernel :
Code:
myhostname ~ # cat /etc/genkernel.conf | grep SPLASH
SPLASH="yes"
# Also, SPLASH="yes" needs to be enabled for this one to one work.
# This supersedes the "SPLASH_THEME" option of /etc/conf.d/splash (in early space).
SPLASH_THEME="natural_gentoo"



Thème :
Code:
myhostname ~ # ls -lah /etc/splash/natural_gentoo/
total 72K
drwxr-xr-x 3 root root 4,0K 11 août  00:53 .
drwxr-xr-x 6 root root 4,0K 25 août  07:31 ..
-rw-r--r-- 1 root root  899 11 août  00:53 1024x600.cfg
-rw-r--r-- 1 root root  899 11 août  00:53 1024x768.cfg
-rw-r--r-- 1 root root  900 11 août  00:53 1152x864.cfg
-rw-r--r-- 1 root root  902 11 août  00:53 1280x1024.cfg
-rw-r--r-- 1 root root  900 11 août  00:53 1280x800.cfg
-rw-r--r-- 1 root root  900 11 août  00:53 1366x768.cfg
-rw-r--r-- 1 root root  916 11 août  00:53 1400x1050.cfg
-rw-r--r-- 1 root root  900 11 août  00:53 1440x900.cfg
-rw-r--r-- 1 root root  904 11 août  00:53 1600x1200.cfg
-rw-r--r-- 1 root root  881 11 août  00:53 1600x900.cfg
-rw-r--r-- 1 root root  902 11 août  00:53 1680x1050.cfg
-rw-r--r-- 1 root root  904 11 août  00:53 1920x1200.cfg
-rw-r--r-- 1 root root  977 11 août  00:53 240x320.cfg
-rw-r--r-- 1 root root  897 11 août  00:53 800x600.cfg
drwxr-xr-x 2 root root 4,0K 11 août  00:53 images
-rw-r--r-- 1 root root  532 11 août  00:53 metadata.xml



Implémentation du thème sur l'initramfs puis ' grub2-mkconfig -o /boot/grub2/grub.cfg '
Code:
myhostname ~ # splash_geninitramfs --verbose --res 1024x600 --append /boot/initramfs-genkernel-x86-3.8.13-gentoo natural_gentoo



/etc/default/grub
Code:
#GRUB_DEVICE="/dev/ram0"
GRUB_CMDLINE_LINUX="rootfstype=ext4 quiet video=1024x600-32@60 splash=silent,theme:natural_gentoo console=tty fadein fadeout BOOT_MSG=Bienvenue sur Gentoo" #resume=/dev/sdXY real_root=/dev/sda1 zram num_devices=2
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
#GRUB_TERMINAL=console
GRUB_GFXMODE=1024x600


vbeinfo ne me présente pas de résolution au dessus de 800x600-32 (mais la résolution 1024x600 du mode GFX fonctionne quant à elle très bien).

J'ai conservé le répertoire /boot/grub et grub-legacy et, j'ai comme l’impression qu'il peut y avoir une interaction dans les deux versions de grub. Dois-je supprimer l'ancienne version (sachant que le MBR est propre) ? est-ce sans risque ?


Aussi, est-ce que je peux avoir en paramètre du kernel root=/dev/ram0 real_root=/dev/sda1 ? car c'était dans cette configuration que je bootait auparavant.


Merci pour vos lumières ^^
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum