[Bug 1736023] Re: Graphics is corrupt on VT1-VT7 even during boot

2018-12-03 Thread Jarl
I change status to fixed released as per comment#11 ** Changed in: grub2 (Ubuntu) Status: Expired => Fix Released ** Changed in: linux (Ubuntu) Status: Expired => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1736023] Re: Graphics is corrupt on VT1-VT7 even during boot

2018-12-03 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736023

[Bug 1736023] Re: Graphics is corrupt on VT1-VT7 even during boot

2018-12-03 Thread Launchpad Bug Tracker
[Expired for grub2 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: grub2 (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736023

[Bug 1736023] Re: Graphics is corrupt on VT1-VT7 even during boot

2018-10-04 Thread Jarl
After upgrading ubuntu to 18.04 I can no longer reproduce this problem using unmodified package-installed grub files. So if nobody else can reproduce this problem I suggest it is closed as fixed in 18.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1736023] Re: Graphics is corrupt on VT1-VT7 even during boot

2018-10-02 Thread Mathieu Trudel-Lapierre
Assigning to linux to we can investigate whether this is caused by a kernel bug. ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: grub2 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu

[Bug 1736023] Re: Graphics is corrupt on VT1-VT7 even during boot

2018-03-05 Thread Jarl
Thanks for the feedback, Colin. I will do some more research/testing. At least for now here is a workaround: 1) when booting, enter grub startup menu 2) enter 'e' to edit command before upstart 3) delete the line saying "gfxmode $linux_gfx_mode" 4) hit CTRL-x to start boot Another thing that

[Bug 1736023] Re: Graphics is corrupt on VT1-VT7 even during boot

2018-03-05 Thread Colin Watson
I don't think that patch actually results in any effective change at boot time. - echo " gfxmode \$linux_gfx_mode" | sed "s/^/$submenu_indentation/" + echo " gfxpayload \$linux_gfx_payload" | sed "s/^/$submenu_indentation/" ... but gfxmode is a function, and its definition hasn't

[Bug 1736023] Re: Graphics is corrupt on VT1-VT7 even during boot

2018-03-05 Thread Jarl
This is the same patch, but rebased to the latest master on git. ** Description changed: + This is on an Acer Aspire One + (https://en.wikipedia.org/wiki/Acer_Aspire_One) after upgrading from + ubuntu 17.04 to 17.10 + When booting. At the time where the load screen flashing "Kubuntu" is

[Bug 1736023] Re: Graphics is corrupt on VT1-VT7 even during boot

2017-12-26 Thread Jarl
** Patch removed: "Git_patch" https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1736023/+attachment/5018397/+files/0001-Fixing-gfxmode-gfxpayload.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1736023] Re: Graphics is corrupt on VT1-VT7 even during boot

2017-12-05 Thread Jarl
This is a more proper patch. ** Patch added: "Git_patch" https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1736023/+attachment/5018957/+files/0001-Fixing-gfxmode-gfxpayload-mixup.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1736023] Re: Graphics is corrupt on VT1-VT7 even during boot

2017-12-04 Thread Ubuntu Foundations Team Bug Bot
The attachment "Git_patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray, for

[Bug 1736023] Re: Graphics is corrupt on VT1-VT7 even during boot

2017-12-04 Thread Jarl
Here is a proposed patch against master that should resolve the problem... Disclaimer: The patch has not been tested as I don't know how to build and test a package. ** Patch added: "Git_patch"