UEFI + Legacy BIOS TFTP/PXELINUX
Rémy Dernat
remy.d1 at gmail.com
Mon Jul 9 17:04:05 CEST 2018
Hi,
Yes ! Thanks ! It works after modifying the file "60-misc" like described
by Thomas and this line :
```
primary /boot/efi 204800K vfat rw
```
to
```
primary /boot/efi 204800K vfat rw createopts="-s2 -F32"
```
Thank you very much.
Best regards,
Rémy.
Le lun. 9 juil. 2018 à 15:39, Thomas Lange <lange at informatik.uni-koeln.de>
a écrit :
> The current version of 60-misc now uses this
> code
>
> if [ -d /sys/firmware/efi ]; then
> echo GRUB_EFI
> elif ifclass -o I386 AMD64 ; then
> echo GRUB_PC
> fi
>
>
> --
> regards Thomas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.uni-koeln.de/pipermail/linux-fai/attachments/20180709/6e7d8461/attachment.html>
More information about the linux-fai
mailing list