-
Notifications
You must be signed in to change notification settings - Fork 113
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
Issues booting from bare metal #114
Comments
eggos use grub as the bootloader, so you should see the grub ui after booting, if not, may something wrong with grub. |
Also setting a higher timeout in |
I do get the GRUB UI. After I wait or hit enter, it tells me that it's loading the kernel.elf and then there's a big sea of black. |
I don't suppose there's an easy way to log any kernel issues and have them written to a file on the flash drive? |
the only way for PC is writing to screen with https://wiki.osdev.org/Printing_To_Screen, the breakpoints can be set in following order: |
You may try writing UART if available :) |
Thanks. Will look at it later, after I've ruled out that it's an issue with Ventoy. |
@icexin Could this be the issue?
|
Describe your bug or error
When booting from a Ventoy (latest version) prepared USB flash drive, there's no progress past "loading /boot/kernel.elf".
The screen remains totally blank.
Under Qemu, it works as expected.
Is there any way to debug the kernel during boot-up?
Hardware
Lenovo Thinkpad E535
AMD A4-4300M CPU
4GB RAM
500GB Samsung 840 EVO
I'm booting from a small 4GB flash drive, turned off secure boot and enabled both UEFI and legacy BIOS (with legacy BIOS being given the preference).
Go Version
1.16.15
Relevant log output
No response
The text was updated successfully, but these errors were encountered: