Ventoy Forums
WriteFile error ErrCode:87 - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1)
+--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2)
+--- Thread: WriteFile error ErrCode:87 (/showthread.php?tid=1599)



WriteFile error ErrCode:87 - strongbad75 - 02-28-2021

Hello All,
I have run several version of Ventoy on many drives with great success!  Love this project.
My brand new drive, OWC Envoy Pro FX (Thunderbot 3/USB-C) fails to work with Ventoy. I have tried many versions and they all fail in the same way.
I have tried 2 different computers, the LiveCD, and a Linux VM, which all fail in the same manner.

I have attached the log file for your assistance.

Thanks.

P.S. Log now added.


RE: WriteFile error ErrCode:87 - FroggieTheGremlin - 02-28-2021

Don't see an attached LogFile...  Confused


RE: WriteFile error ErrCode:87 - strongbad75 - 03-01-2021

(02-28-2021, 07:51 PM)FroggieTheGremlin Wrote: Don't see an attached LogFile...  Confused

Uploaded file Smile  Thanks for the catch.


RE: WriteFile error ErrCode:87 - longpanda - 03-01-2021

(02-28-2021, 06:28 PM)strongbad75 Wrote: Hello All,
I have run several version of Ventoy on many drives with great success!  Love this project.
My brand new drive, OWC Envoy Pro FX (Thunderbot 3/USB-C) fails to work with Ventoy. I have tried many versions and they all fail in the same way.
I have tried 2 different computers, the LiveCD, and a Linux VM, which all fail in the same manner.

I have attached the log file for your assistance.

Thanks.

P.S. Log now added.

What's the result when you use Ventoy-LiveCD to install?


RE: WriteFile error ErrCode:87 - strongbad75 - 03-01-2021

(03-01-2021, 04:32 AM)longpanda Wrote:
(02-28-2021, 06:28 PM)strongbad75 Wrote: Hello All,
I have run several version of Ventoy on many drives with great success!  Love this project.
My brand new drive, OWC Envoy Pro FX (Thunderbot 3/USB-C) fails to work with Ventoy. I have tried many versions and they all fail in the same way.
I have tried 2 different computers, the LiveCD, and a Linux VM, which all fail in the same manner.

I have attached the log file for your assistance.

Thanks.

P.S. Log now added.

What's the result when you use Ventoy-LiveCD to install?

I have attached screenshots of the various errors encountered (using VMWare Fusion to boot 1.0.36).  The drive is not bootable using either MBR or GPT disk setup.



RE: WriteFile error ErrCode:87 - longpanda - 03-01-2021

(03-01-2021, 01:21 PM)strongbad75 Wrote:
(03-01-2021, 04:32 AM)longpanda Wrote:
(02-28-2021, 06:28 PM)strongbad75 Wrote: Hello All,
I have run several version of Ventoy on many drives with great success!  Love this project.
My brand new drive, OWC Envoy Pro FX (Thunderbot 3/USB-C) fails to work with Ventoy. I have tried many versions and they all fail in the same way.
I have tried 2 different computers, the LiveCD, and a Linux VM, which all fail in the same manner.

I have attached the log file for your assistance.

Thanks.

P.S. Log now added.

What's the result when you use Ventoy-LiveCD to install?

I have attached screenshots of the various errors encountered (using VMWare Fusion to boot 1.0.36).  The drive is not bootable using either MBR or GPT disk setup.


When boot VentoyLiveCD select c to enter shell and run these commands and give me the result:
Code:
parted /dev/sda p
fdisk -l /dev/sda
cat /sys/block/sda/size



RE: WriteFile error ErrCode:87 - strongbad75 - 03-01-2021

(03-01-2021, 03:10 PM)longpanda Wrote:
(03-01-2021, 01:21 PM)strongbad75 Wrote:
(03-01-2021, 04:32 AM)longpanda Wrote:
(02-28-2021, 06:28 PM)strongbad75 Wrote: Hello All,
I have run several version of Ventoy on many drives with great success!  Love this project.
My brand new drive, OWC Envoy Pro FX (Thunderbot 3/USB-C) fails to work with Ventoy. I have tried many versions and they all fail in the same way.
I have tried 2 different computers, the LiveCD, and a Linux VM, which all fail in the same manner.

I have attached the log file for your assistance.

Thanks.

P.S. Log now added.

What's the result when you use Ventoy-LiveCD to install?

I have attached screenshots of the various errors encountered (using VMWare Fusion to boot 1.0.36).  The drive is not bootable using either MBR or GPT disk setup.


When boot VentoyLiveCD select c to enter shell and run these commands and give me the result:
Code:
parted /dev/sda p
fdisk -l /dev/sda
cat /sys/block/sda/size
I booted the VentoyLiveCD on my PC.  Same errors happen when trying to install Ventoy onto the OWC drive.  Drive is now sdb not sda.  The picture attached are the results of all three of those commands.


RE: WriteFile error ErrCode:87 - longpanda - 03-02-2021

I known.
Ventoy currently only support logic sector size 512. You device is 4096. So it's not supported now.


RE: WriteFile error ErrCode:87 - strongbad75 - 03-02-2021

(03-02-2021, 01:10 AM)longpanda Wrote: I known.
Ventoy currently only support logic sector size 512. You device is 4096. So it's not supported now.

Thanks for the helpful info.  Any plans to support 4096, if so timeline?