Skip to content
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

Leopard: slow boot times #11

Open
osresearch opened this issue Mar 23, 2018 · 0 comments
Open

Leopard: slow boot times #11

osresearch opened this issue Mar 23, 2018 · 0 comments

Comments

@osresearch
Copy link
Contributor

LinuxBoot on Leopard

LinuxBoot works on Leopard, but there are some issues with very slow boot times.

Some of the required DXE/SMM modules are very slow to startup:

  • PchBiosWriteProtect.efi takes 2.4 seconds
  • IioInit.efi takes 3.6 seconds
  • PpmInitialize.efi, 3.4 seconds

Locking SMM is also slow over 6 seconds for the first protocol and 14 seconds for the second:

0.010 [2018-03-22 18:47:47.746] signal smm ready to lock
0.006 [2018-03-22 18:47:47.803] handle_count=00000600
5.973 [2018-03-22 18:47:53.776] InstallProtocolInterface: EF117840-B255-11E2-8EE4-A60DC653765B 770ED018
0.014 [2018-03-22 18:47:53.790] InstallProtocolInterface: EF117840-B255-11E2-8EE4-A60DC653765B 760B9018
14.429 [2018-03-22 18:48:08.219] InstallProtocolInterface: 86C77A67-0B97-4633-A187-49104D0685C7 770E3EB0

Whatever is happening during exit boot services is also taking up to thirty seconds:

0.003 [2018-03-22 18:48:09.079] ExitBootServices
28.304 [2018-03-22 18:48:37.383] efi_main done 057D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant