Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 13,449
» Latest member: marwanadnanali
» Forum threads: 1,665
» Forum posts: 6,698

Full Statistics

Online Users
There are currently 619 online users.
» 0 Member(s) | 615 Guest(s)
Applebot, Baidu, Bing, Yandex

Latest Threads
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Almighty1
Yesterday, 05:02 AM
» Replies: 28
» Views: 44,447
Issues with windows vista...
Forum: Ventoy Discussion Forum
Last Post: johnson
08-26-2025, 06:48 AM
» Replies: 0
» Views: 612
What is Ventoy's boot fil...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
08-24-2025, 12:47 PM
» Replies: 1
» Views: 1,008
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: pete
08-18-2025, 12:41 PM
» Replies: 2
» Views: 1,060
Ventoy-1.1.06 release
Forum: Ventoy Discussion Forum
Last Post: longpanda
08-18-2025, 03:49 AM
» Replies: 0
» Views: 881
请问在ventoy界面时能输入中文吗?
Forum: Ventoy Discussion Forum
Last Post: longpanda
08-16-2025, 01:06 PM
» Replies: 1
» Views: 949
The New Windows 11 Bypass...
Forum: Ventoy Discussion Forum
Last Post: peoriait
08-14-2025, 03:40 PM
» Replies: 1
» Views: 4,083
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: vtFred
08-08-2025, 09:11 PM
» Replies: 0
» Views: 756
Marking up an NTFS or exF...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
08-03-2025, 07:55 AM
» Replies: 1
» Views: 1,170
Subdirectories in Part 1 ...
Forum: Ventoy Discussion Forum
Last Post: VentoyMic
08-02-2025, 04:18 PM
» Replies: 1
» Views: 933

 
  无法产生两个分区
Posted by: muzic - 09-20-2020, 03:50 AM - Forum: Ventoy Discussion Forum - Replies (1)

y用ventoy格式化处理u盘时,只生成一个分区,没有启动分区。也无法显示启动菜单。
用磁盘管理器查看,在末尾有一个大概3M左右的保留空间,其余是一个分区。

操作系统:win10 专业j教育版,64位
U盘:三个Sandisk u盘。包括 flair,extreme pro,type c两用的

Print this item

  Upcoming VENTOY release >= 22
Posted by: GCMartin - 09-19-2020, 04:00 PM - Forum: Ventoy Discussion Forum - Replies (4)

@LongPanda pre-announces an upgrade, here, with the following changes.

Quote:3. Partition1's filesystem must FAT/exFAT/NTFS/UFS/XFS/Ext234
4. Partition1's cluster size must >= 2048
Must report

for "3.", above, If Partition 1 is formatted (for obvious reasons) as a compressed NTFS and ISOs are stored there, VENTOY will NOT find your ISOs. This requires an additional GRUB2 module load to fix.
For 4.", above, Cluster sizes for many SSDs or modern USBs are 4096 vs 2048

Also, for "3.", above, the default ExFAT partition format is NOT recognized by many Linux distros (and old MS, too), yet NTFS is recognized by EVERY OS for past 25 years. Thus when many ISOs when on their desktops, ExFAT cannot be used overall. And in some MS, MS doesn't know what to do with the ExFAT partition when one wants to use "format and ..." feature. I know the benefit ExFAT is suppose to provide, but this is NOT widespread as yet for old or new OSes.

Lastly for "3.", above, BTRFS should be added as GRUB2 knows how to recognize and address.

Hope this is wise information.

Print this item

  Simplification Enroll EFI key
Posted by: ChrisR - 09-19-2020, 10:14 AM - Forum: Ventoy Discussion Forum - Replies (1)

Hi,
I tested Win10XPE_x64.iso with the latest version 1.0.21 and with the Option Secure Boot enabled

I get the ERROR – Verification failed: (15) Access Denied!


I followed the procedure here About Secure Boot in UEFI mode
and everything worked well with also the Y drive: mounted, Great  Smile

Is there any way to simplify the Mok Management Wizard ?
Without all the confirmation steps: "Press Any Key", (Enroll Mok) Continue, (Enroll the Key) Yes
It would be nice if it could be done in 1 step: Enroll EFI Key and Reboot

Print this item

  Boot from Hard disk drive
Posted by: mr.neeo - 09-19-2020, 09:31 AM - Forum: Ventoy Discussion Forum - Replies (12)

How to add option to boot from hard disk drive

Print this item

  VTOY_DEFAULT_IMAGE
Posted by: L1yod - 09-18-2020, 03:45 PM - Forum: Ventoy Discussion Forum - Replies (5)

Add the option to search and load windows when the timer expires.

Print this item

Star [SOLVED] Install Ventoy to NVMe under Linux
Posted by: aaronpriest - 09-18-2020, 03:10 AM - Forum: Ventoy Discussion Forum - Replies (6)

Howdy!

I can't get ./Ventoy2Disk.sh to install to an NVMe drive under various Linux distributions, though SATA SSD works fine. I suspect it has something to do with the partition names starting with a p, such as p1, p2, etc. where on SATA it only has the number itself, such as /dev/sdb1, sdb2, etc. With NVMe it looks like /dev/nvme1n1p1, nvme1n1p2, etc. Here is the error where it dumps out:


ubuntu@vps:~/ventoy-1.0.21$ sudo ./Ventoy2Disk.sh -I -r 400000 -s -g /dev/nvme1n1 


**********************************************
      Ventoy: 1.0.21
      longpanda admin@ventoy.net
      https://www.ventoy.net
**********************************************

Disk : /dev/nvme1n1
Model: WDC CL SN720 SDAQNTW-512G-2000 (nvme)
Size : 476 GB
Style: GPT

You will reserve 400000 MB disk space

Attention:
You will install Ventoy to /dev/nvme1n1.
All the data on the disk /dev/nvme1n1 will be lost!!!

Continue? (y/n) y

All the data on the disk /dev/nvme1n1 will be lost!!!
Double-check. Continue? (y/n) y

Create partitions on /dev/nvme1n1 by parted in GPT style ...
Done
mkfs on disk partitions ...
create efi fat fs /dev/nvme1n1p2 ...
mkfs.fat 4.1 (2017-01-24)
success
mkexfatfs 1.3.0
ERROR: failed to open '/dev/nvme1n11' in read-write mode: No such file or directory.
writing data to disk ...
sync data ...
esp partition processing ...

Install Ventoy to /dev/nvme1n1 successfully finished.

ubuntu@vps:~/ventoy-1.0.21$


I tried booting off the livecd.iso, but it only shows /dev/sda and /dev/sdb (which don't exist) and thus it can't install to them, it says "Failed to access /dev/sdb, maybe root privilege is needed". It doesn't show /dev/nvme0n1 and /dev/nvme1n1 if I hit refresh.

Print this item

  ventoy iso 网启?
Posted by: qq380495995 - 09-18-2020, 01:48 AM - Forum: Ventoy Discussion Forum - Replies (3)

求助 ventoy iso 版本  用来网启ventoy ?

Print this item

Wink This is not a standard device and is not officially supported
Posted by: apple3000 - 09-18-2020, 01:35 AM - Forum: Ventoy Discussion Forum - Replies (8)

Hi. 
I'm using custom USB Stick. grub2, bcd, etc.. bootloader.
So, i use grub2 as main bootloader. and i tried to road ventoy efi. (by using extracted  ventoy.disk.img.xz and grubx64_real.efi)

Until Ver 0.20, Good work. but now Ver 0.21 has an error?? has required 10 second. why??

https://imgur.com/NfpT8eM

Print this item

  The best way to boot DOS ???
Posted by: mat-industries - 09-17-2020, 06:31 PM - Forum: Ventoy Discussion Forum - Replies (13)

I am still looking for a way to boot DOS properly. My main concern is to use Dos for BIOS flash functions.
In my opinion, an ISO is not suitable for this, because I always want to add new flash files and would have to create a new ISO every time.
In my opinion the best way would be to boot DOS from a VHD.
Has anyone already done that ???
The 2nd possibility would be to boot a DOS ISO, (RAM) and Ventoy mounts into the ISO-Boot a directory from the USB-Stick as DOS drive.

I found something interesting, maybe you can realize this with Ventoy. (The page is in german)

https://www.plop.at/de/vhdloader.html

If you have another idea, I would be very interested to hear how you solve it for you.

Print this item

  Root not working - Can't install Ventoy
Posted by: cafcaf777 - 09-17-2020, 03:47 PM - Forum: Ventoy Discussion Forum - Replies (4)

Hi,

Well, I'm using Linux Mint 20 Cinnamon and trying to install Ventoy but I just can't. I Should be able to do it with root privileges but isn't working anyway.

Even as root user it says " Failed to access /dev/sdd, maybe root privilege is needed!" [Image: icon_confused.gif]


[Image: file.php?id=62869&sid=53ab787476e81f4b21...&mode=view]

Print this item