-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Question: Boot unmodified installer ISO #2
Comments
It sounds like u-boot is correctly bootstrapping Grub which is good news -- this means it is not an issue with u-boot. I do not use Grub and do not have much experience with it. You will want to be sure you have the correct location of initrd.img, the dtb, and the vmlinuz kernel and that Grub is loading these. |
Hello @inindev, Thank you for this excellent bootloader! Since the same ISO image works very well in ACPI mode using EDK2, the initrd.img and vmlinuz should be correct. Therefore, it seems more likely that the issue lies with the DTB. Is it normal for U-Boot to work without specific knowledge of the DTB file? |
u-boot has everything it needs built-in in the most recent v2024.07 version for the rock-5b, it is at offset 0x128800
|
Here is another repo from @Kwiboo with excellent u-boot images: https://github.com/Kwiboo/u-boot-build/actions |
I tested Fedora Server 40 installer ISO today and found that it worked seamlessly without the need for the devicetree command in GRUB. Maybe a newer kernel solved the problem. Consequently, I’m closing this issue now. |
Hello,
I am seeking help in booting an unmodified Alpine Linux ISO using the latest bootloader. This is similar to what has been discussed in inindev/nanopi-r5#2, inindev/nanopi-r5#6 and inindev/nanopi-r5#11.
My environment:
Board: NanoPi R5S
Bootloader: U-Boot 2024.07 + GRUB 2.12
OS: Alpine Linux 3.20.1 (Linux 6.6 LTS)
What I have done so far:
nanopi-r5s_idbloader.img
andnanopi-r5s_u-boot.itb
into internal eMMC.alpine-standard-3.20.1-aarch64.iso
into a USB drive.However, the Linux boot process still ended in error:
It appears that the OS is unable to detect any storage devices. I would appreciate any guidance on how to address this issue.
The text was updated successfully, but these errors were encountered: