Skip to content

Commit

Permalink
templates/releng/archlinux.ipxe: remove references to external ucode …
Browse files Browse the repository at this point in the history
…images

archlinux-2024.05.01-x86_64.iso made with archiso v77 will not contain
external ucode images anymore. They will be part of the single initramfs
file.
See https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/370

Related to https://gitlab.archlinux.org/archlinux/archiso/-/issues/226
  • Loading branch information
nl6720 authored and jelly committed Apr 28, 2024
1 parent 724426a commit 4124a92
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions templates/releng/archlinux.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,9 @@ echo Booting Arch Linux x86_64 ${release} from ${mirrorurl}
echo
kernel ${mirrorurl}iso/${release}/arch/boot/x86_64/vmlinuz-linux || goto failed_download
imgverify vmlinuz-linux ${mirrorurl}iso/${release}/arch/boot/x86_64/vmlinuz-linux.ipxe.sig || goto failed_verify
initrd ${mirrorurl}iso/${release}/arch/boot/amd-ucode.img || goto failed_download
imgverify amd-ucode.img ${mirrorurl}iso/${release}/arch/boot/amd-ucode.img.ipxe.sig || goto failed_verify
initrd ${mirrorurl}iso/${release}/arch/boot/intel-ucode.img || goto failed_download
imgverify intel-ucode.img ${mirrorurl}iso/${release}/arch/boot/intel-ucode.img.ipxe.sig || goto failed_verify
initrd ${mirrorurl}iso/${release}/arch/boot/x86_64/initramfs-linux.img || goto failed_download
imgverify initramfs-linux.img ${mirrorurl}iso/${release}/arch/boot/x86_64/initramfs-linux.img.ipxe.sig || goto failed_verify
imgargs vmlinuz-linux initrd=amd-ucode.img initrd=intel-ucode.img initrd=initramfs-linux.img archiso_http_srv=${mirrorurl}iso/${release}/ archisobasedir=arch cms_verify=y ${extrabootoptions}
imgargs vmlinuz-linux initrd=initramfs-linux.img archiso_http_srv=${mirrorurl}iso/${release}/ archisobasedir=arch cms_verify=y ${extrabootoptions}
boot || goto failed_boot

:failed_download
Expand Down

0 comments on commit 4124a92

Please sign in to comment.