Gentoo Archives: gentoo-user

From: Corbin Bird <corbinbird@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] UEFI-fails to boot
Date: Sat, 27 Jan 2018 23:13:34
Message-Id: a3636a49-6d72-7641-466d-5efdd7e883d7@charter.net
In Reply to: Re: [gentoo-user] UEFI-fails to boot by Dan Johansson
1 On 01/27/2018 10:06 AM, Dan Johansson wrote:
2 > According to the supermicro homepage The following Windows versions are
3 > supported: 7 SP1, 8 Enterprise, 8.1 Enterprise, 10, Server 2008 R2 SP1,
4 > Server 2012 and Server 2012 R2.
5 >
6 > No PCI/PCIe cards installed (yet).
7 > No special Video driver in the kernel except CONFIG_FB_EFI=y as
8 > suggested by Johnson Steward.
9 > The MB has a integrated VGA output.
10 >
11 > KR
12 >
13 .
14 Thank you for that info.
15 .
16 What kind of integrated VGA?
17 ( example Intel i915, i965, etc. )
18 .
19 The reason I ask is that the EFI framebuffer you have enabled should be
20 built into a specific video driver.
21 My system has an "amdgpu" video card.
22 The EFI framebuffer driver for the console is enabled.
23 The specific video driver called "amdgpu" is also enabled.
24 The EFI framebuffer is built as a sub-component of the specific video
25 driver "amdgpu".
26 .
27 Sample dmesg output :
28 > [    6.223405] [drm] amdgpu kernel modesetting enabled.
29 > [    6.223573] [drm] initializing kernel modesetting (POLARIS10
30 > 0x1002:0x67DF 0x1682:0x9480 0xC7)
31 > [    6.882691] Console: switching to colour frame buffer device 240x67
32 > [    6.900623] amdgpu 0000:01:00.0: fb0: amdgpudrmfb frame buffer device
33 .
34 If you haven't already run this command, please do so :  lspci | grep -i VGA
35 .
36 If the video device is a 'Aspeed ASTxxxx', the version number of the
37 kernel you are using makes a big difference.
38 >
39 >
40 > ASPEED's AST2500 Display To Be Supported By Linux 4.11's DRM
41 >
42 > https://www.phoronix.com/forums/forum/linux-graphics-x-org-drivers/x-org-drm/935002-aspeed-s-ast2500-display-to-be-supported-by-linux-4-11-s-drm
43 .
44 For Intel video devices, this wiki may help :
45 > https://wiki.gentoo.org/wiki/Intel
46 .
47 Corbin

Replies

Subject Author
Re: [gentoo-user] UEFI-fails to boot Dan Johansson <dan@×××.nu>