You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/ventoy/ventoy.json is removed by Ventoy2Disk.sh -u /dev/sda
This is particularly bad, as the user is told that all the data is safe:
Upgrade operation is safe, all the data in the 1st partition (iso files and other) will be unchanged!
Demonstration:
% sudo mount /dev/sda2 /mnt/usbkey
% # Create an example ventoy.json to show that it will be removed later on:
% sudo touch /mnt/usbkey/ventoy/ventoy.json
% sudo umount /dev/sda2
% sudo /opt/ventoy/Ventoy2Disk.sh -u /dev/sda
**********************************************
Ventoy: 1.1.05 x86_64
longpanda admin@ventoy.net
https://www.ventoy.net
**********************************************
Upgrade operation is safe, all the data in the 1st partition (iso files and other) will be unchanged!
Update Ventoy 1.1.05 ===> 1.1.05 Continue? (y/n) y
esp partition processing ...
update esp partition attribute
Update Ventoy on /dev/sda successfully finished.
% sudo mount /dev/sda2 /mnt/usbkey
% stat /mnt/usbkey/ventoy/ventoy.json
stat: cannot statx '/mnt/usbkey/ventoy/ventoy.json': No such file or directory
The text was updated successfully, but these errors were encountered:
Official FAQ
Ventoy Version
1.1.05
What about latest release
No. I didn't try the latest release.
Try alternative boot mode
Yes. I have tried them, but the bug still exist.
BIOS Mode
Both
Partition Style
GPT
Disk Capacity
N/A
Disk Manufacturer
N/A
Image file checksum (if applicable)
None
Image file download link (if applicable)
No response
What happened?
/ventoy/ventoy.json
is removed byVentoy2Disk.sh -u /dev/sda
This is particularly bad, as the user is told that all the data is safe:
Demonstration:
The text was updated successfully, but these errors were encountered: