Ventoy icon indicating copy to clipboard operation
Ventoy copied to clipboard

[Feature Request]: VT_LINUX_DISK_SDX_1ST_NONUSB NVME detection

Open Vestedmarius opened this issue 2 years ago • 1 comments

Official FAQ

  • [X] I have checked the official FAQ.

Ventoy Version

1.0.91

What about latest release

Yes. I have tried the latest release, but the bug still exist.

Try alternative boot mode

Yes. I have tried them, but the bug still exist.

BIOS Mode

UEFI Mode

Partition Style

MBR

Disk Capacity

32GB

Disk Manufacturer

No response

Image file checksum (if applicable)

None

Image file download link (if applicable)

No response

What happened?

Hi,

it would be nice if the Auto Installation plugin would have the option to find NVME disks on these vars:

  • VT_LINUX_DISK_SDX_1ST_NONUSB
  • VT_LINUX_DISK_SDX_1ST_NONVTOY

This would be really helpful as more and more computers have NVME disks.

Vestedmarius avatar May 15 '23 12:05 Vestedmarius

These options has VT_LINUX_DISK_SDX prefix, so they only check for /dev/sdX. Maybe some new options can be added, such as:

VT_LINUX_DISK_NVME_1ST
VT_LINUX_DISK_NVME_MIN_SIZE
VT_LINUX_DISK_NVME_MAX_SIZE

ventoy avatar May 17 '23 12:05 ventoy