Closed GoogleCodeExporter closed 9 years ago
Yeah, this is a known issue. To fix it in the current version, add this to
/etc/default/burg:
GRUB_GFXPAYLOAD_LINUX=text
and then update-burg. This problem should be gone in the next version.
Original comment by bean12...@gmail.com
on 28 May 2010 at 12:37
Ok, with this option I have plymouth enabled, but with a bad resolution.
This is my burg file content:
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1280x1024
GRUB_GFXPAYLOAD_LINUX=text
It seems the problem reported here:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/551013
Can I fix it with BURG installed??
Original comment by hgb1...@gmail.com
on 29 May 2010 at 3:53
That seems like a linux driver issue, I don't think it can be fixed by the boot
loader.
Original comment by bean12...@gmail.com
on 4 Jun 2010 at 11:53
BTW, you can try the method described in #73 by Tomas Šaduikis, adding a
vga=xxx
parameter to GRUB_CMDLINE_LINUX. You also need to set GRUB_GFXPAYLOAD_LINUX to
the
specified resolution or use GRUB_LINUX16:
GRUB_GFXMODE=1280x1024
GRUB_GFXMODE_LINUX=1280x1024
GRUB_CMDLINE_LINUX=" vga=xxx"
or
GRUB_GFXMODE=1280x1024
GRUB_GFXMODE_LINUX=text
GRUB_LINUX16=true
GRUB_CMDLINE_LINUX=" vga=xxx"
Original comment by bean12...@gmail.com
on 4 Jun 2010 at 12:05
As there is no further reports, I assume this issue is fixed.
Original comment by bean12...@gmail.com
on 15 Jun 2010 at 6:20
Plymouth is showing, but in bad resolution. I think its a linux driver issue.
Thanks.
Original comment by hgb1...@gmail.com
on 15 Jun 2010 at 4:55
For the plymouth issue, you can try out the suggestion in this post:
http://www.burgloader.com/bbs/index.php?topic=35.0
Original comment by bean12...@gmail.com
on 15 Jun 2010 at 5:10
Original issue reported on code.google.com by
hgb1...@gmail.com
on 25 May 2010 at 11:56