]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - GRUB2/buildgrub.sh
update for vdiskchain
[Ventoy.git] / GRUB2 / buildgrub.sh
index 553a75312477dfebd7fe008e6d5b0f0b3265b7a3..f04f2f5cb2a0b6315e60f46a65123c7cb4314480 100644 (file)
@@ -31,5 +31,13 @@ make -j 16
 sh install.sh  uefi
 
 
+#build for IA32 EFI
+make distclean
+./autogen.sh
+./configure --target=i386 --with-platform=efi  --prefix=$VT_GRUB_DIR/INSTALL/
+make -j 16
+sh install.sh  i386efi
+
+
 cd ../../