Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,520
» Latest member: GarthJT
» Forum threads: 1,670
» Forum posts: 6,708
Full Statistics
|
Online Users |
There are currently 820 online users. » 1 Member(s) | 816 Guest(s) Bing, Google, Internet Archive, fhqmqj
|
Latest Threads |
girls nearby for adult ch...
Forum: Ventoy Discussion Forum
Last Post: todd23
7 hours ago
» Replies: 0
» Views: 127
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Almighty1
8 hours ago
» Replies: 29
» Views: 59,254
|
iventoy 购买专业版发送发送激活邮件无回复
Forum: iVentoy Discussion Forum
Last Post: Cyber79
Yesterday, 12:36 AM
» Replies: 3
» Views: 4,979
|
chat with girls for adult...
Forum: Ventoy Discussion Forum
Last Post: ilhanh
09-16-2025, 03:46 PM
» Replies: 0
» Views: 1,215
|
Current status of the ARM...
Forum: iVentoy Discussion Forum
Last Post: pioj
09-15-2025, 11:25 AM
» Replies: 0
» Views: 1,879
|
real women for erotic rel...
Forum: Ventoy Discussion Forum
Last Post: ilhanh
09-14-2025, 11:32 PM
» Replies: 0
» Views: 4,584
|
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: AlexBryansk
09-11-2025, 09:40 AM
» Replies: 1
» Views: 5,512
|
Issues with windows vista...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
09-09-2025, 10:03 PM
» Replies: 2
» Views: 6,260
|
MAC Filter not working
Forum: iVentoy Discussion Forum
Last Post: iventoy_user_
09-03-2025, 07:24 AM
» Replies: 0
» Views: 4,245
|
What is Ventoy's boot fil...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
08-24-2025, 12:47 PM
» Replies: 1
» Views: 6,212
|
|
|
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 (29)
|
 |
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
|
|
|
|