We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
${CROSS_TARGET}-grub-mkimage \ --directory "${SYSDIR}/sysroot/usr/lib64/grub/loongarch64-efi" \ --prefix '(,gpt2)/boot/grub' \ --output "${SYSDIR}/sysroot/boot/efi/EFI/BOOT/BOOTLOONGARCH.EFI" \ --format 'loongarch64-efi' \ --compression 'auto' \ 'ext2' 'part_gpt'
只默认打入了 ext2 和part_gpt 没有efi分区的fat,会导致grub 启动以后无法载入efi分区(fat格式)的各个mod 进入rescue模式
The text was updated successfully, but these errors were encountered:
fat是UEFI BIOS需要支持的,Grub支不支持无所谓,grub的模块放在ext2的boot分区中。
Sorry, something went wrong.
No branches or pull requests
只默认打入了 ext2 和part_gpt
没有efi分区的fat,会导致grub 启动以后无法载入efi分区(fat格式)的各个mod
进入rescue模式
The text was updated successfully, but these errors were encountered: