| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 14,402
» Latest member: er_shi
» Forum threads: 1,714
» Forum posts: 6,862
Full Statistics
|
| Online Users |
There are currently 531 online users. » 0 Member(s) | 525 Guest(s) Applebot, Baidu, Bing, DuckDuckGo, Google, Yandex
|
| Latest Threads |
Erro iPXE 2.0.0 na versão...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:04 AM
» Replies: 0
» Views: 324
|
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:01 AM
» Replies: 3
» Views: 890
|
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 1,004
|
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 857
|
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 907
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 4,180
|
Auto Memdisk Plugin
Forum: Ventoy Discussion Forum
Last Post: jlsupremo
07-01-2026, 01:16 PM
» Replies: 2
» Views: 1,045
|
[SOLVED] iVentoy 1.0.36 -...
Forum: iVentoy Discussion Forum
Last Post: longpanda
07-01-2026, 10:05 AM
» Replies: 4
» Views: 1,631
|
Using ks script issues
Forum: iVentoy Discussion Forum
Last Post: longpanda
06-29-2026, 02:40 PM
» Replies: 2
» Views: 737
|
Comparison of Iventoy and...
Forum: iVentoy Discussion Forum
Last Post: crasadure
06-28-2026, 02:08 PM
» Replies: 7
» Views: 3,163
|
|
|
| AOMEI Backupper ISO Not Booting ! |
|
Posted by: EdT - 06-23-2024, 09:58 AM - Forum: Ventoy Discussion Forum
- Replies (5)
|
 |
So I created the AOMEI Backupper ISO ampe.iso file using the built in Create Bootable Media tool in the AOMEI Backupper program, but I can't get the ampe.iso to boot in Ventoy.
Secure boot is turned off and other Windows ISO are able to boot in Ventoy so I don't think it's a Ventoy issue. Anyone experienced this with this AOMEI ISO and have solution for it ?
|
|
|
| *.img vs. *.iso are both read only? |
|
Posted by: harry88 - 06-22-2024, 12:21 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
Hello,
some operatings systems (e.g. some Linux live systems) are available as DVD-version(*.iso) and in addition as USB-version (*.img) .
Are both "versions" read only if started from an Ventoy-USB stick (out of the box) ?
Thank's in advance!
|
|
|
| Ventoy enroll key manager not working in new Dell laptops that use SecureBoot |
|
Posted by: MBSTech - 06-11-2024, 02:00 PM - Forum: Ventoy Discussion Forum
- Replies (33)
|
 |
In earlier Dell models, enrolling the ventoy key into the key manager works fine and allows you to boot Ventoy after enrolling the key.
However, in at least the new Dell Latitude 5550's, this no longer works. As a matter of fact, you don't even get the pop up from Ventoy to enroll the key into the key manager, it just tries to boot, then can't.
The only way to boot Ventoy with new Dell laptops is to disable secure boot in the bios, do what you need, then re-enable secure boot.
Can you put this on a buglist or a list to fix?
|
|
|
| How to exit (quit) Ventoy |
|
Posted by: Ppeinard - 06-10-2024, 03:10 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
Hello everybody,
Introducing: I'm new in this forum and last month I didn't even know what the word "Linux" meant... I am learning this world.
And I discovered Ventoy ! I join the millions of people who have already said how excellent it is.
So, please be understanding if what I'm saying here could be well known to everyone...except to me.
Currently I'm having fun with theme and I've noted the recommended " tap 'c' and 'exit' " on dozens of forums (it doesn't really suit me).
In fact, in normal use one never (rarely) needs to quit Ventoy... Except when testing theme creations, where you do it 100 times a day.
Then, from this 'exit' word, I've also discovered 2 other magic ones: 'halt' and 'reboot'.
{- I don't really know why one doesn't talk about it more ? Is it disruptive for the Ventoy process to use them ?
- I seem to have understood that they risk to close all current sessions ? But I'm alone on my PC ? Also, I haven't launched any distro yet ?
Note: I also tried 'shutdown' and 'poweroff' words used in Grub, but without result}
Anyway, here is still a full way to quit, not as fast as " tap 'c' ", but it's graphical mode and just "for the pleasure" of using what exists (and also what Mr. Ventoy has spent so much effort to offer to us). This uses the 'ventoy_grub.cfg' via 'F6/exMenu'.
This is long version, using 'submenu'...
In fact, I don't have any other commands in it yet, one can also place these commands in "primary menu" level and then rewrite 'F6/exMenu' title in simply "F6/Exit" ?
Watch out: the “Oops!” container is useful to protect against excessive {Enter} key typing (if not, when arriving into menu, you risk to exit without wanting it).
The "Ho Ho Ho" containers are facultative, to separate the block from other commands (if any).
==== (Sorry, I have tried to use "CODE" decoration, but...) ====
menuentry ' ' --class=custom {
echo 'Ho Ho Ho'
}
submenu 'Quit Ventoy Program -->' --class=customsub {
menuentry ' ' --class=custom2 {
echo 'Oops !'
}
menuentry ' --> Exit and Return to BIOS Boot Shell' --class=custom2 {
echo 'Bye Bye... You are redirected to BIOS Boot Shell…'
sleep 2
exit
}
menuentry ' --> Exit and Reboot the system' --class=custom2 {
echo 'See you soon... System is rebooting…'
sleep 2
reboot
}
menuentry ' --> Complete Shutdown' --class=custom2 {
echo 'Bye Bye.. System is shuting down…'
sleep 2
halt
}
menuentry '<-- Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
echo 'return...'
}
}
menuentry ' ' --class=custom {
echo 'Ho Ho Ho'
}
menuentry '<-- Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
echo 'Return …'
}
=========== END ===========
I hope it will please someone as newbie as me.
Thanks for reading
|
|
|
|