-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T430 and non-working ethernet under Qubes R4.1 immediately after flashing heads #1060
Comments
Were you testing builds of #1015? |
@icequbes1: Where #1015 was tested working (and where t430 with dual GPU needs a fix still as of now, but that is another story). |
Yes. Flashing t430 board rom (without hotp support) is only containing a valid BIOS region of 7Mb since it doesnt contain GBE, ME nor IFD blobs. (As opposed to maximized boards counterparts). So it should not touch neither IFD GBE nor ME, and only flash the BIOS region of 7MB available space.
Not supposed, no, since GBE is not supposed to be touched.
@icequbes1 : same question applies here. Same result with internal flashing of only BIOS region a #1015 t430, non maximized build ROM (ex: https://2285-103208611-gh.circle-artifacts.com/0/build/t430/heads-t430-v5.0.1-53-gc7270c3.rom ) ? |
@tlaurion Ah ok - yes I was building from master, commit fdbd9b2. I'll switch to PR 1015 and test again. I've also verified I didn't accidentally touch the ifd/gbe regions compared to a backup made when using external flashing. Additional notes that I will state only because they may become invalid once testing PR 1015:
But I will test with PR 1015 before making any further observations since they may become invalid with that build. |
I've built with the tlaurion/maximized_boards-coreboot-4_13 branch referenced in PR #1015, for BOARD=t430, commit 1f1539c. Booting just gives a blank screen. Though I think it may be related to #1057 (comment). I'll switch to that issue. |
This particular issue was not observed with PR #1015, testing commit 1f1539c (coreboot 4.13). No issues with sys-net were seen on an already-existing Qubes R4.1 install. A This issue can be closed if necessary (not sure of the rules since the fix is in an unmerged PR). |
#1015 merged |
I have a T430 that was under a Skulls SeaBIOS build, on a Qubes R4.1 machine. ME was neutered. Flash unlocked. Machine worked fine with Qubes R4.1 as of October 2021.
I built heads with
make BOARD=t430
, got aheads-t430-v0.2.0-1092-gfdbd9b2.rom
file, and flashed heads withflashrom -p internal --ifd -i bios -w heads*.rom
after booting dom0 withiomem=relaxed
. All was fine.After getting through heads provisioning, I could finally boot Qubes R4.1, but ethernet in sys-net did not work, as the e1000e driver seemed to have some interrupt-related issue and simply refused an
ifconfig ens6 up
. kernel output below.Questions:
bios
region when (internally) flashing heads if I did not build a maximized image.The text was updated successfully, but these errors were encountered: