Results 1 to 6 of 6
Hey guys
So I just installed the newest vanilla kernel in openSUSE 11.4 x86_64, which is 2.6.39, and everything is working great, but I was just wondering how I can ...
- 06-02-2011 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 6
Boot splash and vanilla kernel???
Hey guys
So I just installed the newest vanilla kernel in openSUSE 11.4 x86_64, which is 2.6.39, and everything is working great, but I was just wondering how I can get the default openSUSE boot splash and shutdown splash (or whatever it's called)
. Honestly, I think that all that code scrolling on the screen when I'm booting and shutting down looks really ugly.
- 06-03-2011 #2Just Joined!
- Join Date
- Nov 2009
- Posts
- 53
Hello,
The behaviour you describe is, in fact, non-default for SuSe.
Do the following either via yast2 or by editing the file menu.lst in the "grub" directory. On my m/c this is /boot/grub.
Look at the lines that start like "kernel /vmlinuz-2.6.34.8-0.2-desktop root=...." and add splash=silent to the end of the lines.
- 06-03-2011 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 6
By looking at the line you told me to check, that is for the desktop kernel. The vanilla kernel is the very basic kernel with no modifications yet and no branding to SuSE. So, the kernel has not been branded with the openSUSE boot splash yet. I have no idea how to get the splash though....
- 06-03-2011 #4Linux Newbie
- Join Date
- Dec 2010
- Posts
- 146
- 06-03-2011 #5Just Joined!
- Join Date
- Jul 2010
- Posts
- 6
- 06-04-2011 #6Linux Newbie
- Join Date
- Dec 2010
- Posts
- 146
Oh sorry, I meant initrd (initial ram disk) not bootsplash... so you have to regenerate the initrd.
Looks like opensuse uses Debian initrd tools to generate it. Thus, run your your new kernel and -
mkinitramfs -k $(uname -r) -o /boot/initrd.img-<any text you like>
Also notice, that you gotta name the kernel with the name -
vmlinuz-<any text that you like>
Lastly to fix the grub entry -
grub-mkconfig -o /boot/grub/grub.cfg
You'll see the entries for your custom kernel.


Reply With Quote
