| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Wise Old Owl
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
|
1. Open any image in gimp (You'll get better results if your image doesn't have too many colors) 2. Scale (Image>Scale Image) the image to 640x480 3. Select Image>Mode>Indexed 4. Enter max. no of colors 14 and dithering None 5. Save the file as type .xpm (Eg: myimage.xpm) 6. gzip the image (gzip myimage.xpm) 7. Move the file to /boot/grub/ (sudo cp myimage.xpm.gz /boot/grub/) 8. Backup /boot/menu.lst (sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup) 9. Edit /boot/grub/menu.lst and add the following line before the OS list. If a similar line is there already, edit it accordingly splashimage=(hd0,0)/boot/grub/myimage.xpm.gzreplace hd0,0 with your actual disk no. (hd0,0 is hda1; hd0,1 is hda2; hd1,0 is hdb1) and image.xpm.gz with actual filename. 10. Reboot and enjoy! For more detailed info and sample images: http://ruslug.rutgers.edu/~mcgrof/grub-images/ For ultimate eye candy experience throughout booting: http://www.bootsplash.org/Welcome_to...world_of_Linux
__________________
Sometime you'll think you understand everything ...Then you'll regain consciousness |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
The last one is what I am looking for, let's see if I can give GUI bootslpash to my gentoo. But, CLI is great doesn't take much time and gives a lot of info.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#4 (permalink) |
|
Wise Old Owl
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
|
Ya, even i don't use bootsplash, even though I've tried. It'll increase the booting time, and sometime based on the theme, you won't be able to get some error messages.
But I'm using splashimage for GRUB. It's a nice little trick.
__________________
Sometime you'll think you understand everything ...Then you'll regain consciousness |
|
|
|
|
#5 (permalink) |
|
MMO Addict
Join Date: Jul 2004
Location: Bangalore
Posts: 1,467
|
Startup-Manager (SUM) is another nice piece of software to change grub n loading screen. Total GUI. I'm using this one. http://ubuntusoftware.info/sum.html if you have good sources.list then you will find in synaptic. try searching first.
Last edited by amitava82; 01-03-2007 at 07:41 PM. |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|