| Newsgroups |
gmane.linux.lfs.book |
| Message-ID |
<177538427566.6638.12168013644317364337@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch xry111/non-x86-efi
in repository lfs.
The following commit(s) were added to refs/heads/xry111/non-x86-efi by this push:
new 00a68cd50 non-x86-efi: chapter10: drop references to UGA
00a68cd50 is described below
commit 00a68cd50d6870f39ae9ebcc39decab1527d671d
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sun Apr 5 18:17:28 2026 +0800
non-x86-efi: chapter10: drop references to UGA
It's a x86-only thing.
---
chapter10/grub.xml | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/chapter10/grub.xml b/chapter10/grub.xml
index 31ea629eb..a293b7a84 100644
--- a/chapter10/grub.xml
+++ b/chapter10/grub.xml
@@ -200,7 +200,6 @@ set root=(hd0,2)
# For UEFI
insmod efi_gop
-insmod efi_uga
set gfxpayload=1024x768x32
@@ -214,17 +213,13 @@ EOF</userinput></screen>
<para>
The <command>insmod</command> commands load the
<application>GRUB</application> modules named
- <filename>part_gpt</filename>, <filename>ext2</filename>,
- <filename>efi_gop</filename>, and
- <filename>efi_uga</filename>.
+ <filename>part_gpt</filename>, <filename>ext2</filename>, and
+ <filename>efi_gop</filename>.
Despite the naming, <filename>ext2</filename> actually supports
<systemitem class='filesystem'>ext2</systemitem>,
<systemitem class='filesystem'>ext3</systemitem>, and
<systemitem class='filesystem'>ext4</systemitem> filesystems.
- On UEFI systems, <filename>efi_gop</filename> and
- <filename>efi_uga</filename> are for video support. GOP, or Graphics
- Output Protocol, is the modern approach. UGA, or UGA Draw Protocol, is
- a legacy way of handling it.
+ On UEFI systems, <filename>efi_gop</filename> is for video support.
In a typical configuration, the <filename>part_gpt</filename> and
<filename>ext2</filename> modules are already embedded in
the main GRUB image by <command>grub-install</command>, and the
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page