Problem & Solve: Boot Splash problem in Ubuntu
I was randomly visiting Ubuntu Forum today. Suddenly I found a link where someone sent a post regarding Boot Splash problem. After that someone replied in that post giving one of link in another site where I had given the solution. It reminds me those days when all the time I was busy with Linux. :-) I miss those days. I miss those people (Jamil Bhai, MAK Bhai) with
whome I worked.
Here is that Ubuntu Forum Link:
http://ubuntuforums.org/showthread.php?t=762936
Here is my post in BDOSN site:
http://groups.google.com/group/bdosn/browse_thread/thread/e45cebc1c5d2fb96?pli=1
Here is my post:
Date: Oct 19, 2007; 8:09 am
I've faced boot splash problem in my new ubuntu 7.10. It didn't show the
bootsplash image. I've solve it here. Problem was in /etc/usplash.conf.
Resolution was 1280x1024. It should be 1024x768 or 800x600.
So edit the /etc/usplash.conf. It would be like the following
xres=800
yres=600
Then run the following command
$sudo update-initramfs -u -k `uname -r`
Happy Linuxing.
-
Suzan
whome I worked.
Here is that Ubuntu Forum Link:
http://ubuntuforums.org/showthread.php?t=762936
Here is my post in BDOSN site:
http://groups.google.com/group/bdosn/browse_thread/thread/e45cebc1c5d2fb96?pli=1
Here is my post:
Date: Oct 19, 2007; 8:09 am
I've faced boot splash problem in my new ubuntu 7.10. It didn't show the
bootsplash image. I've solve it here. Problem was in /etc/usplash.conf.
Resolution was 1280x1024. It should be 1024x768 or 800x600.
So edit the /etc/usplash.conf. It would be like the following
xres=800
yres=600
Then run the following command
$sudo update-initramfs -u -k `uname -r`
Happy Linuxing.
-
Suzan
Comments