]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/tool/VentoyWorker.sh
Fix the issue that SLES/OpenSUSE can not boot after install. (#3125)
[Ventoy.git] / INSTALL / tool / VentoyWorker.sh
index e0800d98aec4056986776eff0a6f918383a997de..fa2af33a9c0aa014d77927dcc70fdf8adaad6862 100644 (file)
@@ -625,6 +625,10 @@ else
         check_umount_disk "$DISK"
         vtoycli partresize -s $DISK $part2_start
     fi
+    
+    vtinfo "update esp partition attribute"
+    vtoycli gpt -f $DISK
+    sync
 
     echo ""
     vtinfo "Update Ventoy on $DISK successfully finished."