分页: 1 / 1

出了点问题求指导(已解决)

发表于 : 2012-10-26 9:30
intel
UEFI+GPT 安装引导出了点问题死活进不去 :em20
听说archlinux-2012.10-1-archboot-x86_64.iso 支持USB引导,按照https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface#UEFI_Variables_Support 做了个启动盘,死活进不去出现
No loader found. configuration files in \loader\entries\*.conf are needed
目录下明显有这几个文件的 :em20 :em20 (用DD命令也一样)
iso 没问题算了好几次 :em20 :em20

here is how i did it:
- download refind-efi-0.4.6-1-any.pkg.tar.xz from https://www.archlinux.org/packages/extr … /download/
- Extract the file "\usr\lib\refind\refindx64.efi" and renaming it to bootx64.efi
- Replacing it with [USB]/EFI/boot/bootx64.efi
- Create a new file in the same directory ([USB]/EFI/boot/) called refind.conf
- Add this to it
textonly
scanfor manual

menuentry Arch {
loader \boot\vmlinuz_x86_64
initrd \boot\initramfs_x86_64.img
options "gpt loglevel=7 add_efi_memmap none=UEFI_ARCH_x86_64"
}

Re: 出了点问题求指导

发表于 : 2012-10-26 9:43
woodelf
Linux单系统的话,还是用BIOS+GPT比较方便。

Re: 出了点问题求指导(已解决)

发表于 : 2014-02-15 17:06
huangsijun17
问一下楼主您是怎么解决的?
我也碰到了这个问题。谢谢。