-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
Blank Screen After Internally Flashing x230-hotp-verification #737
Comments
Will retest tomorrow
On June 3, 2020 9:48:37 PM UTC, lsafd ***@***.***> wrote:
First off I would like to say that I am a relatively new user so please excuse the mistakes that I will probably make.
I am flashing to a x230 and having similar issues to #667. I am using `x230-hotp-verification` as my final payload for the internal flashing. I have previously used the `x230` as my final payload and had success, so this is not my first installation.
Steps:
1. Flash `x230-flash.rom` image to the top chip.
2. Flash 8MB unlocked and me cleaned image to the bottom chip.
3. Boot to heads shell (So far everything is working)
4. Run "mount-usb".
5. Run `flash.sh -c /media/coreboot.rom` to flash the 12MB `coreboot.rom` image (from `/build/x230-hotp-verification/`).
6. Run `reboot` to reboot. (I have also tried rebooting using the power button.)
I end up with a blank screen, but the green light for the power button turns on and off as expected.
Attached is the `coreboot.rom` file. I have done a clean build and ended up with a `coreboot.rom` file that has the exact same sha256 hash.
Any help would be much appreciated.
[rom_file.zip](https://github.com/osresearch/heads/files/4709026/rom_file.zip)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#737
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
@lsafd still not sure |
@tlaurion Isn't this the issue (From #667)? Do you just mean that you don't yet now how to solve this problem? Is there an older version or commit that I should clone from that is guaranteed to be working for x230-hotp-verification (or something similar)? Thanks a ton for looking into this I realize you're pretty busy! |
@lsafd : I will retest, but x230-htop-verification applied on top of https://github.com/osresearch/heads-wiki/blob/master/Clean-the-ME-firmware.md is supposed to work. |
Can you confirm the behavior is still current with latest downloaded rom from circleci ? Or a clean build
|
So it means t430 and x230 are different.... |
Their CBFS region for x230-hotp-verification is Explanations here |
With the changed in #756 I was able to get things working. The only caveat is that about half of the time when I try to boot the screen stays black and my computer beeps loudly at me. However, the main issue has been solved, so I will close this issue. Thanks a ton! |
@lsafd that is not normal? |
I never experienced this problem when using the coreboot.rom file from x230 (as opposed to x230-hotp-verification), so my assumption was that that this is unusual. Also, I may make another issue for some problems related to luks tpm stuff I'm having. |
* x230-hotp-verification: revert to coreboot "CONFIG_CBFS_SIZE=0x700000" by disabling board "CONFIG_DROPBEAR=y" and "CONFIG_LINUX_E1000E" to save space per @alex-nitrokey test under #770 to fix #608 * x230-htop-verification board: add clarifications on x230 board differences. Fixes #737 #770 #608 * X230 board & coreboot config: Fix x230 board, removing dropbear and e1000e driver. * t430: board and coreboot config par with x230 to circumvent CBFS linked suspend/resume issues.
Fixed under 30852aa |
First off I would like to say that I am a relatively new user so please excuse the mistakes that I will probably make.
I am flashing to a x230 and having similar issues to #667. I am using
x230-hotp-verification
as my final payload for the internal flashing. I have previously usedx230
as my final payload and had success, so this is not my first installation.Steps:
x230-flash.rom
image to the top chip.mount-usb
.flash.sh -c /media/coreboot.rom
to flash the 12MBcoreboot.rom
image (from./build/x230-hotp-verification/
).reboot
to reboot. (I have also tried rebooting using the power button.)I end up with a blank screen, but the green light for the power button turns on and off as expected.
Attached is the
coreboot.rom
file. I have done a clean build and ended up with acoreboot.rom
file that has the exact same sha256 hash.Is there any information I could provide or new strategies I could try? I could post images of me running flash.sh if that would help. I am just unsure where to go from here. Any help would be much appreciated.
rom_file.zip
The text was updated successfully, but these errors were encountered: