Code Monkey home page Code Monkey logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
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 [email protected] on 28 May 2010 at 12:37

from burg.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
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 [email protected] on 29 May 2010 at 3:53

from burg.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
That seems like a linux driver issue, I don't think it can be fixed by the boot 
loader.

Original comment by [email protected] on 4 Jun 2010 at 11:53

from burg.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
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 [email protected] on 4 Jun 2010 at 12:05

from burg.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
As there is no further reports, I assume this issue is fixed.

Original comment by [email protected] on 15 Jun 2010 at 6:20

  • Changed state: Fixed

from burg.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
Plymouth is showing, but in bad resolution. I think its a linux driver issue.

Thanks.

Original comment by [email protected] on 15 Jun 2010 at 4:55

from burg.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
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 [email protected] on 15 Jun 2010 at 5:10

from burg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.