Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,437
» Latest member: fractaldg
» Forum threads: 1,665
» Forum posts: 6,697
Full Statistics
|
Online Users |
There are currently 474 online users. » 0 Member(s) | 471 Guest(s) Baidu, Bing, Google
|
Latest Threads |
Issues with windows vista...
Forum: Ventoy Discussion Forum
Last Post: johnson
08-26-2025, 06:48 AM
» Replies: 0
» Views: 354
|
What is Ventoy's boot fil...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
08-24-2025, 12:47 PM
» Replies: 1
» Views: 796
|
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: pete
08-18-2025, 12:41 PM
» Replies: 2
» Views: 849
|
Ventoy-1.1.06 release
Forum: Ventoy Discussion Forum
Last Post: longpanda
08-18-2025, 03:49 AM
» Replies: 0
» Views: 724
|
请问在ventoy界面时能输入中文吗?
Forum: Ventoy Discussion Forum
Last Post: longpanda
08-16-2025, 01:06 PM
» Replies: 1
» Views: 768
|
The New Windows 11 Bypass...
Forum: Ventoy Discussion Forum
Last Post: peoriait
08-14-2025, 03:40 PM
» Replies: 1
» Views: 3,878
|
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: vtFred
08-08-2025, 09:11 PM
» Replies: 0
» Views: 614
|
Marking up an NTFS or exF...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
08-03-2025, 07:55 AM
» Replies: 1
» Views: 995
|
Subdirectories in Part 1 ...
Forum: Ventoy Discussion Forum
Last Post: VentoyMic
08-02-2025, 04:18 PM
» Replies: 1
» Views: 774
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: lizhuojian
08-02-2025, 01:55 PM
» Replies: 2
» Views: 2,581
|
|
|
Which Plugin, and how? |
Posted by: dimitrirodis - 12-16-2020, 02:54 AM - Forum: Ventoy Plugin Forum
- Replies (5)
|
 |
I have a PPKG file that I would like to have automatically detected during a windows 10 installation.
The current process is as follows:
Boot Windows 10 with Ventoy
When the OOBE screen comes up, we insert the USB stick with the PPKG file
Windows 10 completes its final configuration
What I would like to do:
Boot Windows 10 with Ventoy
Choose the PPKG file (or perhaps an autounattend.xml?)
Windows 10 installs/completes on its own
I know there is a plugin to do unattended installations, but I haven't found a way to "inject" the PPKG.
Any advice or direction is appreciated.
|
|
|
ubuntu persistence version 20.04 in legacy mode |
Posted by: geole - 12-14-2020, 02:19 PM - Forum: Ventoy Plugin Forum
- Replies (3)
|
 |
Hello
I want to use the persistence for ubuntu in version 20.04 installed in legacy mode.
I have tried a few times to make it work without success.
Today I updated to version v30. It still doesn't work in my context.
Here is the content of my persistence file.
Code: {
"persistence" : [
{"image": "/ISO/ubuntu-18.04.1-desktop-amd64.iso", "backend": ["/persistence/18.04-OrdiA.PER", "/persistence/P19.PER" ] },
{"image": "/ISO/ubuntu-20.04.1-desktop-amd64.iso", "backend": [ "/persistence/20.04.dat" ] } ],
"conf_replace_legacy": [
{ "iso": "/ISO/ubuntu-20.04.1-desktop-amd64.iso", "org": "/isolinux/txt.cfg", "new": "/Menus/txt-20.1.cfg"},
{ "iso": "/ISO/ubuntu-18.04.5-desktop-amd64.iso", "org": "/isolinux/txt.cfg", "new": "/Menus/txt-18.5.cfg"},
{ "iso": "/ISO/ubuntu-18.04.1-desktop-amd64.iso", "org": "/isolinux/txt.cfg", "new": "/Menus/txt-18.1.cfg"} ]
}
It is verified. https://1drv.ms/u/s!AobnjnjPuoUqmQHJIRR1..._?e=74iOus
Here is the content of my personalized order line
For the first try
Code: label montest
menu label ^Essayer Ubuntu sans installation avec mes modifications
kernel /casper/vmlinuz
append file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd nomodeset vga=0x31B---
then for the second try
Code: label montest
menu label ^Essayer Ubuntu sans installation avec mes modifications
kernel /casper/vmlinuz
append file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd nomodeset persistent vga=0x31B---
Regardless of the context, initramfs does not find persistence and refuses to work.
===> CRASH! "can not mount /dev/disk/by-label/casoer-rw on /cow"
https://1drv.ms/u/s!AobnjnjPuoUqmQLUICoi...J?e=gsLmLw
The persistence file has also been recreated today but no change.
I still have to choose non-persistence mode and install the boot-repair software to boot with the installation media
Can you guide me?
Thank you.
|
|
|
Convert Ventoy Stick to ISO? |
Posted by: Schlumpfpirat - 12-13-2020, 08:52 AM - Forum: Ventoy Discussion Forum
- Replies (6)
|
 |
Hey – first off, absolutely LOVE Ventoy and been using it for a year now.
I recently got an IODD Mini, and was curious if it was possible to convert an existing Ventoy USB stick to an ISO. The main reason is, I have a lot of small *.wim files and *.isos on my Ventoy and don't want to scroll through 150 images on the little IODD screen.
I tried using dd, creating a 1:1 image of the stick but no success. Unfortunately I don't know much about how Ventoy works on a technical level and couldn't find any documentation about it, so I cannot really figure out on how I could modify the EFI and BOOT folder contents either. Any pointers on how that can be achieved? Would be much appreciated.
PS: Any way to get BitCoin Donations going?
|
|
|
Variables in ventoy_grub.cfg |
Posted by: Steve2926 - 12-03-2020, 08:18 PM - Forum: Ventoy Plugin Forum
- Replies (2)
|
 |
How do I set the root to the correct partition in ventoy_grub.cfg ?
Currently vtoy_iso_part = (hd0,msdos1) so set root=$vtoy_iso_part does not work
It would be better to leave off the parentheses so we can set the root - or is there a better way?
|
|
|
|