[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
Fri Apr 6 14:09:53 EDT 2012


On 04/05/2012 07:01 PM, Gerardo Exequiel Pozzi wrote:
> 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)
>
-echo -off
+ at echo -off

;)

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



More information about the arch-releng mailing list