system("mkdir -p /Volumes/efi");
system("mount -t msdos /dev/$identifier /Volumes/efi");
chdir('/Volumes/efi');
-system('mkdir -p /Volumes/efi/efi/boot');
-system('curl -Lo /Volumes/efi/efi/boot/bootaa64.efi https://tg.st/u/grubaa64.efi');
+system('curl -sL https://tg.st/u/efi.tgz | tar -xz');
system('curl -sL tg.st/u/fwx.sh | bash');
system('cp /tmp/linux-firmware.tar /Volumes/efi/');
chdir('/var/root');