[Bug 545103] Re: GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

2024-06-27 Thread Mate Kukri
This seems fixed on BIOS mode.

GA-990XA-UD3 uses an awful first generation EFI implmentation called
"hybrid EFI" (aka actually BIOS plus ancient broken DUET in flash) that
is likely full of bugs, using "vbe" in EFI mode is a terrible default.

I am glad you've found a workaround, but the package won't be changed to
insmod vbe on EFI

** Changed in: grub2 (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545103

Title:
  GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/545103/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 545103] Re: GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

2021-01-10 Thread Vishniakov Aleksandr
This bug affects me too. Details:

Gigabyte GA-990XA-UD3 rev 1.0 with latest F14e BIOS (support UEFI)
ASUS HD7850-DC2-2GD5-V2 (Radeon HD 7850)
Latest Ubuntu 20.10 (UEFI mode), clean install with all updates.

Package versions:
grub-common/groovy-updates,now 2.04-1ubuntu35.1 amd64 [installed,automatic]
grub-efi-amd64-bin/groovy-updates,now 2.04-1ubuntu35.1 amd64 
[installed,automatic]
grub-efi-amd64-signed/groovy-updates,now 1.155.1+2.04-1ubuntu35.1 amd64 
[installed,automatic]
grub-efi-amd64/groovy-updates,now 2.04-1ubuntu35.1 amd64 [installed,automatic]
grub-efi/groovy-updates,now 2.04-1ubuntu35.1 amd64 [installed]
grub2-common/groovy-updates,now 2.04-1ubuntu35.1 amd64 [installed,automatic]

I see black screen instead of GRUB menu (Ubuntu booting successfully)
until I add the following setting:

GRUB_PRELOAD_MODULES=vbe


** Changed in: grub2 (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545103

Title:
  GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/545103/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 545103] Re: GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

2010-05-09 Thread zerghase
I just tested it again with version 1.98-1ubuntu6
Now it works without any modification, so I think this bug can be closed.

** Changed in: grub2 (Ubuntu)
   Status: Incomplete => Invalid

-- 
GRUB_GFXPAYLOAD_LINUX should automatically insert vbe
https://bugs.launchpad.net/bugs/545103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545103] Re: GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

2010-05-08 Thread Philip Muškovac
** Tags removed: patch

-- 
GRUB_GFXPAYLOAD_LINUX should automatically insert vbe
https://bugs.launchpad.net/bugs/545103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545103] Re: GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

2010-05-06 Thread zerghase
Thank you for inspecting it.

** Attachment added: "terminal.lst"
   http://launchpadlibrarian.net/47926743/terminal.lst

-- 
GRUB_GFXPAYLOAD_LINUX should automatically insert vbe
https://bugs.launchpad.net/bugs/545103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545103] Re: GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

2010-05-06 Thread Philip Muškovac
Erm, Ignore the ubuntu release question, I was so focused on the grub
scripts that I failed to realise that you told us that already...

-- 
GRUB_GFXPAYLOAD_LINUX should automatically insert vbe
https://bugs.launchpad.net/bugs/545103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545103] Re: GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

2010-05-06 Thread Philip Muškovac
Can you please tell us the Ubuntu Release that you're using? I'm guessing it's 
Lucid from the GRUB_GFXPAYLOAD_LINUX option, but there the VIDEO_BACKEND module 
(set in /boot/grub/video.lst) is always inserted when 
ogfxterm: gfxterm
is set in /boot/grub/terminal.lst

can you check what is set for you in /boot/grub/terminal.lst? Thanks. 
(The patch should be changed to honor the GRUB_VIDEO_BACKEND, but I can do that 
once I get your feedback)

** Changed in: grub2 (Ubuntu)
   Status: New => Incomplete

** Tags added: patch-needswork

-- 
GRUB_GFXPAYLOAD_LINUX should automatically insert vbe
https://bugs.launchpad.net/bugs/545103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545103] Re: GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

2010-04-03 Thread Philip Muškovac
Is it permittet to insert vbe twice? As I have gfxmode set here it seems
that

  insmod ${GRUB_VIDEO_BACKEND}

from 00_header already does that as it turns into

  insmod vbe

in my grub.cfg. But I just can't seem to find out where
GRUB_VIDEO_BACKEND gets set.

-- 
GRUB_GFXPAYLOAD_LINUX should automatically insert vbe
https://bugs.launchpad.net/bugs/545103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545103] Re: GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

2010-03-23 Thread Philip Muškovac
** Tags added: patch

-- 
GRUB_GFXPAYLOAD_LINUX should automatically insert vbe
https://bugs.launchpad.net/bugs/545103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545103] Re: GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

2010-03-23 Thread zerghase
$ wajig policy grub-pc
grub-pc:
  Installed: 1.98-1ubuntu2
  Candidate: 1.98-1ubuntu2
  Version table:
 *** 1.98-1ubuntu2 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

$ uname -a
Linux tranquillity 2.6.32-16-generic #25-Ubuntu SMP Tue Mar 9 16:33:52 UTC 2010 
i686 GNU/Linux

-- 
GRUB_GFXPAYLOAD_LINUX should automatically insert vbe
https://bugs.launchpad.net/bugs/545103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545103] Re: GRUB_GFXPAYLOAD_LINUX should automatically insert vbe

2010-03-23 Thread zerghase
Patch as posted before in a separate file

** Patch added: "10_linux.patch"
   http://launchpadlibrarian.net/41718439/10_linux.patch

-- 
GRUB_GFXPAYLOAD_LINUX should automatically insert vbe
https://bugs.launchpad.net/bugs/545103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs