-
Notifications
You must be signed in to change notification settings - Fork 85
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
darp6: long boot time after certain sequences of boots/power-offs #117
Comments
We should document the first boot after flashing takes longer due to memory training. Can you get it to happen and provide the output of cbmem?
|
Here is cbmem on a long boot (I have it in the state where it's doing it every time.) darp6-longboot-cbmem.txt Looks like the gap is at |
I tried a warm reboot (instead of power off/power on) and it did not seem to hang this time, here's cbmem from that: darp6-reboot-cbmem.txt I then powered off, waited a few seconds, and powered back on, the hang occurred again and here is cbmem: darp6-coldboot-2.txt |
Since flashing Open EC onto the darp6 earlier today, I have not seen any more long boots (aside from the first boot after a flash.) The sequence that was reliably recreating the issue before is no longer recreating the issue. |
Galp4 doesn't seem to be having this same issue. Since it only has 1 USB port on the left, I tried both booting twice from the same port, and just booting once on either USB port. |
@jacobgkau it's pretty clearly running memory initialization again. I'm hoping we can solve this with the transition update |
* LAYOUT_ISO: Conversion of physical ISO layout to keyboard matrix * fixing interchanged backslash and enter * default_iso layout added for Clevo L141CU * fabian layout (ISO, colemak, fn<->ctrl, wide left shift) * Caps is control * hardware side: qwerty instead of colemak * lemp9 fabian: FN+PgUp=Home, FN+PgDn=Eend, FN+LeftShift=KBD_BKL * lemp9 default_iso: FN+PgUp=Home, FN+PgDn=End * clevo_l141cu_us_iso.c * merged * FN+1=K_FAN_TOGGLE
On the darp6, a normal boot (from pushing the power button to seeing the decryption prompt) takes ~8 seconds. The first time booting after flashing firmware, it's normal to see the boot take ~28 seconds instead, where the extra delay happens before the System76 logo/splash screen appears.
On the current stable firmware, I'm able to make the boot take ~28 seconds again by performing the following testing procedure (there may be a faster way to make this occur, but this is a reliable method I know of right now):
On current stable, the long boot only happens once, then subsequent boots go back down to the normal time. On the master branch of firmware-open, once the long boot occurs, subsequent boots also take the longer amount of time, making this a more noticeable issue. I've tried reseating/changing out the RAM and SSD, resetting the CMOS, and clearing entries from NVRAM using
efibootmgr
, and I haven't found a way to stop the long boot time once this occurs short of re-flashing the firmware.The text was updated successfully, but these errors were encountered: