[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2008-12-04 Thread Shanta Schelfhout
Workaround is to install KGrubEditor or QGRUBEditor. Then set the image you want through the software. Result: the image is displayed. I have tried via the grub shell (see comment above mine) Same results,no splashimage in grub Also tried: $cd /boot/grub $sudo ln -s splashimages/debsplash.xpm.gz

[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2008-09-30 Thread Adrian Godoy
Issue persists in Hardy. ** Changed in: grub-splashimages (Ubuntu) Status: Invalid = New -- GRUB splashes doesn't work in Dapper https://bugs.launchpad.net/bugs/51866 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2008-09-30 Thread Adrian Godoy
Issue persists in Hardy. Package involved: grub-splashimages. 1. I renamed one of the files to splash.xpm.gz 2. Moved the file to /boot 3. Ran update-grub: [EMAIL PROTECTED]:/boot# update-grub Searching for GRUB installation directory ... found: /boot/grub Searching for default file ... found:

[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2008-08-04 Thread Connor Imes
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on

[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2008-04-02 Thread Matti Lindell
Is this still an issue in Hardy ? ** Changed in: grub-splashimages (Ubuntu) Status: Confirmed = Incomplete -- GRUB splashes doesn't work in Dapper https://bugs.launchpad.net/bugs/51866 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2007-06-26 Thread mlind
Does it work for you if remove the splashimage lines from /boot/grub/menu.lst, symlink desired splashimage as /boot/grub/splash.xpm.gz and invoke update-grub ? If you have a separate /boot partition, then the splashimage must be on the same partition. -- GRUB splashes doesn't work in Dapper

[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2007-05-05 Thread Shade
Well if anyone cares actually :)... I'd like to mention, that this is still an issue in Feisty Fawn release of Kubuntu. I've checked it just recently and it causes exactly the same problems it does before -- GRUB splashes doesn't work in Dapper https://bugs.launchpad.net/bugs/51866 You received

[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2006-07-13 Thread frogzoo
No update in a week. Assuming this issue is resolved. If this isn't the case, please feel free to modify bug status. ** Changed in: grub-splashimages (Ubuntu) Status: Needs Info = Rejected -- GRUB splashes doesn't work in Dapper https://launchpad.net/bugs/51866 -- ubuntu-bugs mailing

[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2006-07-13 Thread RichJohnson
1 week is hardly enough time, go after the 6 month and greater issues please. This is a valid issue. Also note that the images are in the .xpm.gz format. You shouldn't have to do anytype of work around for these, and there should be an easier way for a user to set these up. ** Changed in:

[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2006-07-05 Thread frogzoo
Note: Grub expects the filename in the format .xpm.gz Once you have your .xpm file (from ImageMagick), gzip it. Lastly, make sure your grub path to the file is correct. From the grub prompt, you can actually browse display the file images. root (hd0,6) splashimage /boot/grub/myfile.xpm.gz

[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2006-07-04 Thread Shade
** Changed in: grub-splashimages (Ubuntu) Assignee: (unassigned) = Shade -- GRUB splashes doesn't work in Dapper https://launchpad.net/bugs/51866 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2006-07-04 Thread RichJohnson
Shade, only assign it to yourself if you are working on creating a patch for it. I moved it back to nobody, as this will get the developers to look at it. If you are working on a patch, then by all means, go ahead and assign yourself back to it. Thanks!!! ** Changed in: grub-splashimages (Ubuntu)

[Bug 51866] Re: GRUB splashes doesn't work in Dapper

2006-07-04 Thread frogzoo
You should attach the image you're using. Grub will fail to display the image correctly unless it's in the right .xpm format. ImageMagick can create the file for you. convert -resize 640x480 -colors 14 picture.jpg ImageName.xpm -- GRUB splashes doesn't work in Dapper

[Bug 51866] Re: [Bug 51866] Re: GRUB splashes doesn't work in Dapper

2006-07-04 Thread RichJohnson
On Tuesday 04 July 2006 18:43, frogzoo wrote: Another thing to try would be installing package 'grub-splashimages' If these images work, the problem's not with grub, but your image file. ** Changed in: grub-splashimages (Ubuntu) Status: Confirmed = Needs Info We tried both,