longpanda

Results 532 comments of longpanda

Some process on your computer occupys the USB and prevent it to write. So I suggest you use the following method to update your Ventoy USB stick and this way...

Ventoy最多影响的是img文件所在的那个分区,同一个磁盘上的其他分区不会影响,建议你去FydeOS社区咨询。

你先在Legacy模式下启动进入Deepin系统。 然后执行 (具体大小写可能有差异,以实际路径为准) ``` cp /boot/efi/EFI/boot/grubx64.efi /boot/efi/EFI/boot/bootx64.efi ``` 也就是把 /boot/efi/EFI/boot 目录下的 bootx64.efi文件替换为同目录下的 grubx64.efi 文件,然后关机,重启改成UEFI启动就可以了。

`/boot/efi/EFI/boot/bootx64.efi` ---> 这个是支持安全启动的。 `/boot/efi/EFI/boot/grubx64.efi` ----> 这个是不支持安全启动的。 替换之后就是不支持安全启动了。不替换之前是支持安全启动的。要支持安全启动要再换回去。 理论上,`/boot/efi/EFI/boot/bootx64.efi` 这个应该是同时支持 开启和关闭 安全启动两种模式的。 但是你测试时黑屏,说明它在你测试的环境上 在关闭安全启动时有问题,所以才让你替换掉了。

1. Your USB stick has a name `General UDisk 8GB` 2. In the log it said `### [Check Fail] The data write and read does not match` All these indicate...

Please checksum the ISO file as follows: https://www.ventoy.net/static/img/filechecksum.gif to make sure that the ISO file was not corrupted during copy to the USB stick. Refer: #1971 #1955

When you drop into the initramfs shell, run the following commands: ``` cat /ventoy/log blkid dmsetup ls ls -l /dev/mapper/ ls -l /dev/dm-0 /ventoy/busybox/md5sum /dev/dm-0 ```

Obviously the ISO file was corrupted during you copy to the USB. You should have checksumed the file as what I said before (In Ventoy menu, not in the OS)...

So was it due to ISO file corrupted?