Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 12,269
» Latest member: minefy
» Forum threads: 1,600
» Forum posts: 6,557
Full Statistics
|
Online Users |
There are currently 213 online users. » 0 Member(s) | 210 Guest(s) Bing, Google, Yandex
|
Latest Threads |
Ventoy service autostart ...
Forum: Ventoy Discussion Forum
Last Post: reyesryder
Yesterday, 09:26 AM
» Replies: 0
» Views: 97
|
About the low activity
Forum: Ventoy Discussion Forum
Last Post: Epictetus
11-20-2024, 11:32 PM
» Replies: 2
» Views: 765
|
Installation looks streak...
Forum: iVentoy Discussion Forum
Last Post: lvinuezav
11-20-2024, 10:11 PM
» Replies: 1
» Views: 601
|
Windows 11 24H2 installer...
Forum: Ventoy Discussion Forum
Last Post: DawnTreader
11-14-2024, 07:43 PM
» Replies: 5
» Views: 4,049
|
ventoy什么时候,能支持原生4K的U盘
Forum: Ventoy Discussion Forum
Last Post: pj1981618
11-12-2024, 09:11 AM
» Replies: 2
» Views: 2,378
|
Boot ISO from sata
Forum: Ventoy Discussion Forum
Last Post: jesudia
11-10-2024, 08:17 PM
» Replies: 0
» Views: 300
|
boot iso with ventoy: "n...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
11-08-2024, 01:55 PM
» Replies: 0
» Views: 361
|
vhdimg, does it work with...
Forum: Ventoy Discussion Forum
Last Post: asdffdsa1122
11-05-2024, 10:48 PM
» Replies: 0
» Views: 378
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
10-25-2024, 11:09 PM
» Replies: 26
» Views: 13,576
|
Get rid of the ExFAT warn...
Forum: Ventoy Discussion Forum
Last Post: Reiner
10-25-2024, 08:45 AM
» Replies: 0
» Views: 452
|
|
|
Linux script - Bug? |
Posted by: GCMartin - 08-24-2020, 05:25 PM - Forum: Ventoy Discussion Forum
- Replies (2)
|
|
Ventoy Linux script help shows "-I" & "-i" for creating the bootable Ventoy disk.
The understand I get from the help and other documentation is that 1 will ask user confirmation, while the other will not. But, in both cases, -i and in -I, the scripts asks confirmation. Namely Code: Attention:
You will install Ventoy to /dev/sdb.
All the data on the disk /dev/sdb will be lost!!!
Continue? (y/n)y
All the data on the disk /dev/sdb will be lost!!!
Double-check. Continue? (y/n)y
The script does create a bootable Ventoy, so either one of the options is a bug or one of them should be removed.
Hope this helps
|
|
|
Looking for documentation on CreatePersistentImg.sh |
Posted by: GCMartin - 08-24-2020, 04:48 PM - Forum: Ventoy Discussion Forum
- Replies (3)
|
|
The Ventoy Linux version contains a file "CreatePersistentImg.sh" when the tar file is expanded into the Ventoy folder along with all the other Ventoy needs. In that folder, too, there is a README file.
Can someone steer me to any documentation on what this, "CreatePersistentImg.sh", is?
And how to use it when creating a Ventoy bootable disk?
The README file give NO clue to what it is nor when it is to be used. The following is the README
Code: ========== Ventoy2Disk.sh ===============
sudo sh Ventoy2Disk.sh { -i | -I | -u } /dev/XXX XXX is the USB device, for example /dev/sdb.
Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX
CMD:
-i install ventoy to sdX (fail if disk already installed with ventoy)
-I force install ventoy to sdX (no matter installed or not)
-u update ventoy in sdX
OPTION: (optional)
-r SIZE_MB preserve some space at the bottom of the disk (only for install)
-s enable secure boot support (default is disabled)
-g use GPT partition style, default is MBR style (only for install)
========== CreatePersistentImg.sh ===============
sudo sh CreatePersistentImg.sh
sh CreatePersistentImg.sh [ -s SIZE_IN_MB ] [ -t FSTYPE ] [ -l LABEL ] for example:
sh CreatePersistentImg.sh ----> persistence.img in 1GB size and ext4 filesystem and casper-rw label
sh CreatePersistentImg.sh -l MX-Persist ----> persistence.img in 1GB size and ext4 filesystem and MX-Persist label
sh CreatePersistentImg.sh -s 2048 ----> persistence.img in 2GB size and ext4 filesystem and casper-rw label
sh CreatePersistentImg.sh -s 4096 -t xfs ----> persistence.img in 4GB size and xfs filesystem (ext2/3/4 xfs are supported) and casper-rw label
If no documentation exist, could someone show a use case(s) of how this applies to the Ventoy bootable that is created, please?
Thanks in advance
|
|
|
Upgrade request for Ventoy |
Posted by: GCMartin - 08-23-2020, 01:52 AM - Forum: Ventoy Discussion Forum
- No Replies
|
|
Curious.
I do understand the very good benefit the script and EXE file do for us as it creates the Ventoy device.
But, the options when running these are NOT saved upon Ventoy device creation. And the user MUST REMEMBER those options whenever the user upgrades Ventoy from one release to the next.
Would the Ventoy developers consider saving a configuration/options file, either hidden or exposed, on Partition #2 of the Ventoy device?
If this is the case, on subsequent updates, there is no possibility that any user would get it wrong going from one release to another. Worst case in the Windows version, if Ventoy sees the 2nd partition, it could display the prior options that was used so a user would know what was done before...although I, personally, see little need for that. But, Ventoy could used the prior options as the default unless the user overrides some options from before.
If an implementation is forthcoming, all new upgrades would merely be:
Code: "Ventoy.sh - U /dev/ventoy-unit" and similar for a command-line .exe program
Thus the prior Ventoy bootable options would be read from the Ventoy unit. When the prior options are maintained, simply reading the configuration file from partition #2, the update to the new version will occur correctly, with nothing overlooked.
Hope this is helpful
|
|
|
Injection Plugin Wildcard Support |
Posted by: dimitrirodis - 08-22-2020, 03:37 AM - Forum: Ventoy Plugin Forum
- Replies (4)
|
|
Would it be possible to support something like the following? (Note the * wildcard in the image names)
{
"injection": [
{
"image": "/ISO/MX-19.1_x64.iso",
"archive": "/driver/mx-driver.tar.gz"
},
{
"image": "/ubuntu-*-desktop-amd64.iso",
"archive": "/driver/ubuntu-driver.tar.bz2"
},
{
"image": "/windows_10_*.iso",
"archive": "/driver/win10-driver.zip"
}
]
}
That way, as we update the ISO files on the USB drive, the injection still works without having to modify ventoy.json each time and for every single iso
|
|
|
What is the best way to install on 5tb portable storage? |
Posted by: Algernon - 08-20-2020, 08:14 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
|
I have a mypassport plug and play storage that appears as sdb. I could not install ventoy regularly to it with the exe even by running with the extra parameter letter, it still does not appear as an option, this only showed my internal drive extra. I first cloned a normal ventoy usb to it with easeus(I imagine copying would be the same but to be safe), then after tried to install on linux, this gave me an error mnt folder already existed but it says it installed successfully. I can boot in uefi on my true pc using either method but bios usb boot greets me with "GR.. then a no boot grub screen on both vb and real machine.
In virtualbox I am getting stuck at the uefi shell when booting with efi (have created usb.vmdk, ran as admin), it does not appear to find the fs0 or default efi mapping just blk device. Is there any trick for this, would secureboot or non-secure be recommended here? What is the maximum size drive for mbr support? The drive is empty now, is there anyway to make it appear as less space to allow dual legacy mbr bios & gpt boot, or just to ventoy boot the 5tb drive from uefi in virtualbox?All works ok with a 64gb usb. I would like to dedicate around 250gb to ventoy or maximum mbr allows if possible and collect iso and store them on it as time goes by. My apologies for so many questions, any help much appreciated.
|
|
|
Graphics Out of Sync On ISO Startup |
Posted by: FroggieTheGremlin - 08-20-2020, 12:28 AM - Forum: Ventoy Discussion Forum
- Replies (30)
|
|
Greetings! I have noticed that on many "tested" ISOs that when they start up, the graphics display is way out of sync and unreadable. On some ISOs it happens all the time, some are random and many never fail. These ISOs run fine from USB preparation tools (Rufus, etc) and from CD/DVD creations.
Any idea on where I should head with this issue? It only happens with VENTOY... thanx!
(Using i7 4th gen with internal graphics <Intel HD Graphics 4600> and VGA)
|
|
|
Inject files into windows |
Posted by: Matlox - 08-19-2020, 10:01 AM - Forum: Ventoy Plugin Forum
- Replies (7)
|
|
Hello,
I've tried to inject files into windows but they don't show up
I've made an archive like this with a single file in it : sources.zip\sources\$OEM$\$1\Users\Public\Desktop
My ventoy.json is like this
Code: "injection": [
{
"image": "/ISO/Windows/Win10_2004_French_x64.iso",
"archive": "/ventoy/sources.zip"
}
]
I have no errors while installing, but the file isn't dropped in Users\Public\Desktop
Any ideas ?
Thanks
|
|
|
|