Find the answer to your Linux question:
Results 1 to 7 of 7
hey there i'm totally hating the green in opensuse 11 i'm all for killing it can anyone please help me change my grub boot image thanx...
  1. #1
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029

    grub boot image

    hey there i'm totally hating the green in opensuse 11 i'm all for killing it can anyone please help me change my grub boot image thanx

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Open menu.lst file and put # sign before splashimage or gfxmenu line. You will have black/white GRUB Menu.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    thanx i was hoping maybe i could put a picture

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Yes you can put any picture but it must be 640x480 size, indexed to 14 colours and have .xpm format.
    You can do that easily.
    Let say, picture name is mypic.jpg.
    Execute this
    Code:
    convert mypic.jpg -resize 640x480 -colors 14 splash2.xpm
    gzip splash2.xpm
    mv splash2.xpm.gz /boot/grub/
    Add this code in menu.lst file :
    Code:
    splashimage=(hd0,0)/grub/splash.xpm.gz
    I assumed that (hd0,0) is / partition of SuSe. Replace it with correct value.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    It took me a while to try this any way i tried as you said followed your instructions to the letter and when i boot i get an error invalid file format do you know what could be causing this thanx

  6. #6
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,946
    Tried doing this myself several months ago and failed. I boot w/suse linux 9.2 and after spending time trying to get a new image I found out that splashimage is not available on my old system. Should be on a newer system, just check commands on boot in Grub. I believe, if I remember correctly, the problem with using the instructions devils casper posted is suse specific because of the gfxmenu thing. DC's explanation is pretty much what I've seen as how to do it on a non-gfxmenu.

  7. #7
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    there is also a gui way of doing it through yast under bootloader grub options even that didnt work

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...