Find the answer to your Linux question:
Results 1 to 8 of 8
Hi How to change the GRUB graphic in SUSE 10.1?...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Location
    Iran-tehran
    Posts
    35

    GRUB graphic

    Hi

    How to change the GRUB graphic in SUSE 10.1?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    there are size, color and format restrictions for GRUB image.
    pick up any image and covert it to 640x480 size, 14 colors and xpm format.
    Code:
    convert anyimage.jpg -resize 640x480 -colors 14 new_splash.xpm
    gzip new_splash.xpm
    mv new_splash.xpm.gz /boot/grub/
    open /boot/grub/menu.lst file and replace splash image name with new_splash.
    Code:
    splashimage=(hdx,x)/grub/new_splash.xpm.gz
    change filename only and leave everything else in line as it is.
    reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2007
    Location
    Iran-tehran
    Posts
    35
    i do this before but it doesn't work

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    could you explain a bit more? which part didn't work?
    Last edited by devils casper; 03-06-2007 at 11:10 AM.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Mar 2007
    Location
    Iran-tehran
    Posts
    35
    i do evry thing that u say but nothing changed. i add the menu.lst additional line and copy the splash.xpm.gz in /boot/grub/, but the deault GRUB graphic is still there.
    my distribution is suse 10.1.
    i should note that there is no *.xpm.gz in /boot/grub/ and no line similar to "splashimage=(hdx,x)/grub/new_splash.xpm.gz" in menu.lst

    what now?
    thanks

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    post the contents of menu.lst file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    SuSE's GRUB is not your usual GRUB, it is gfx grub. You need special themes to change it.
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  8. #8
    Just Joined!
    Join Date
    Mar 2007
    Location
    Iran-tehran
    Posts
    35
    special themes?
    Hmmmmmmmmmmmmmmmmmmmmmm?
    what kind of themes? where can i get one? and how does it 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
  •  
...