Load AMD microcode when booting Linux in rEFInd
This commit is contained in:
parent
ecb9364bd2
commit
6f5a25d65d
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ menuentry "MemTest86" {
|
||||||
menuentry "Linux" {
|
menuentry "Linux" {
|
||||||
icon /EFI/boot/icons/wk_arch.png
|
icon /EFI/boot/icons/wk_arch.png
|
||||||
loader /arch/boot/x86_64/vmlinuz
|
loader /arch/boot/x86_64/vmlinuz
|
||||||
initrd /arch/boot/intel_ucode.img
|
initrd /arch/boot/intel_ucode.img
|
||||||
|
initrd /arch/boot/amd_ucode.img
|
||||||
initrd /arch/boot/x86_64/archiso.img
|
initrd /arch/boot/x86_64/archiso.img
|
||||||
options "archisobasedir=arch archisolabel=%ARCHISO_LABEL% quiet copytoram loglevel=3"
|
options "archisobasedir=arch archisolabel=%ARCHISO_LABEL% quiet copytoram loglevel=3"
|
||||||
submenuentry "Linux (i3)" {
|
submenuentry "Linux (i3)" {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue