mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Unable to see / access BIOS / UEFI #729
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#729
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bigjohns97 on GitHub (Sep 16, 2023).
Originally assigned to: @mdevaev on GitHub.
After switching to an intel a380 video card I am unable to access the BIOS / UEFI
To Reproduce
Reboot the PC connected to the PoKVM and don't see a video signal until the Windows login screen
Expected behavior
Expect to see a BIOS boot image with option to enter the BIOS and make changes
Screenshots
Not needed IMO
Desktop (please complete the following information):
PiKVM info:
Additional context
This was working previously with a nvidia 1660
EDIT 1: I have tried all of the custom EDID options in this thread https://github.com/pikvm/pikvm/issues/78
EDIT 2: I just ordered a DP to HDMI cable since there are 3x dp and only 1x HDMI so I am guessing the first DP is only active until driver init, will post back later today when I find out.
EDIT 3: After update these are now the versions
kvmd 3.256-1
kvmd-fan 0.26-1
kvmd-oled 0.25-1
kvmd-platform-v3-hdmi-rpi4 3.256-1
kvmd-webterm 0.43-1
ustreamer 5.42-1
Linux pikvm 5.15.92-1-rpi-ARCH #2 SMP Sat Sep 9 00:58:18 MSK 2023 armv7l GNU/Linux
@bigjohns97 commented on GitHub (Sep 16, 2023):
Intel A380 does require resizable bar enabled as well as using the DP connection for the first attempt to enable resizable bar.
https://www.reddit.com/r/IntelArc/comments/z2t0rs/a380_giving_black_screen_until_loaded_in_windows/
https://www.reddit.com/r/IntelArc/comments/16j5ea8/no_display_output_without_resizeable_bar_enabled/
Either enable this before installing your card or get a DP to HDMI cable like I had to do.
@mdevaev commented on GitHub (Oct 3, 2023):
Good to know, thank you.