Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,227
» Latest member: jqrdwmtd
» Forum threads: 1,655
» Forum posts: 6,667
Full Statistics
|
Online Users |
There are currently 174 online users. » 0 Member(s) | 170 Guest(s) Applebot, Bing, Google, Yandex
|
Latest Threads |
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: rjc862003
06-25-2025, 11:25 PM
» Replies: 0
» Views: 158
|
Ventoy and TrueNAS 25.04....
Forum: Ventoy Discussion Forum
Last Post: dragonlord76
06-25-2025, 07:27 PM
» Replies: 0
» Views: 162
|
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 01:11 PM
» Replies: 0
» Views: 273
|
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 12:54 PM
» Replies: 1
» Views: 1,082
|
plz update hardware info ...
Forum: Ventoy Discussion Forum
Last Post: kcs
06-09-2025, 02:57 PM
» Replies: 0
» Views: 468
|
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 519
|
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 8,071
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,466
|
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 2,256
|
Ventoy is genius!
Forum: Ventoy Discussion Forum
Last Post: Epictetus
05-28-2025, 12:56 AM
» Replies: 0
» Views: 755
|
|
|
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?
|
|
|
|