limine-bootloader / limine

Modern, advanced, portable, multiprotocol bootloader and boot manager.
https://limine-bootloader.org
BSD 2-Clause "Simplified" License
1.85k stars 140 forks source link

Panic on v3.11 - boots OK on v3.10.5 (Dell Latitude E7250) #194

Closed zrudyt closed 2 years ago

zrudyt commented 2 years ago

I see a PANIC: Double Fault on boot with v3.11 - stack trace is attached. v3.10.5 booted fine on this computer. I always install the same way from the binary package, compile and run limine-deploy on linux, then copy limine.sys. I boot from USB stick /dev/sdb1 IMG_0501

mintsuki commented 2 years ago

If I were to guess I'd say it's related to 77616a0. Though I'm not sure how it would cause this issue, the commit seems pretty harmless.

Given it's not an essential change, I will revert it on 3.0-branch, for now.

mintsuki commented 2 years ago

Try 3.11.1

zrudyt commented 2 years ago

3.11.1 boots fine - thanks for the quick turnaround. Let me know if you need me to do some testing for you to help narrow down the root cause

mintsuki commented 2 years ago

Thanks for the help offer! I will let you know by mentioning you if I need some help.

Closing this for now as this is no longer an issue.