[arch-releng] [RFCv4] [PATCH] [configs/releng] Add UEFI boot support via Linux >= 3.3 EFI boot stub on x86_64

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Thu Apr 5 18:01:22 EDT 2012


On 04/05/2012 03:38 PM, Gerardo Exequiel Pozzi wrote:
> --- /dev/null
> +++ b/configs/releng/efiboot/EFI/boot/startup.nsh
> @@ -0,0 +1,10 @@
> +echo -off
> +
> +for %m in (0 9)
> +    if exist fs%m:\EFI\archiso\vmlinuz.efi then
> +        fs%m:
> +        cd fs%m:\EFI\archiso
> +        echo "Launching Arch Linux ISO Kernel fs%m:\EFI\archiso\vmlinuz.efi"
> +        vmlinuz.efi archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% initrd=\EFI\archiso\archiso.img
> +    endif
> +endfor

oops, "in" should be "run" for using (0 9)

-- 
Gerardo Exequiel Pozzi
\cos^2\alpha + \sin^2\alpha = 1



More information about the arch-releng mailing list