Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,327
» Latest member: Snafy
» Forum threads: 1,658
» Forum posts: 6,682
Full Statistics
|
Online Users |
There are currently 367 online users. » 0 Member(s) | 364 Guest(s) Baidu, Bing, Google
|
Latest Threads |
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: GlenTech83
Yesterday, 01:11 PM
» Replies: 27
» Views: 39,238
|
Failure to boot into USB ...
Forum: Ventoy Discussion Forum
Last Post: BKPB
07-31-2025, 03:45 PM
» Replies: 4
» Views: 63,348
|
Marking up an NTFS or exF...
Forum: Ventoy Discussion Forum
Last Post: BKPB
07-31-2025, 02:56 PM
» Replies: 0
» Views: 63
|
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: pioj
07-28-2025, 03:27 PM
» Replies: 1
» Views: 683
|
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
07-24-2025, 12:14 AM
» Replies: 6
» Views: 1,177
|
Ventoy is genius!
Forum: Ventoy Discussion Forum
Last Post: tenshikohaku
07-17-2025, 03:45 AM
» Replies: 1
» Views: 1,334
|
Ventoy的QQ群 945752978 什么时候...
Forum: Ventoy Discussion Forum
Last Post: alcy
07-11-2025, 06:18 PM
» Replies: 0
» Views: 364
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
07-01-2025, 03:12 PM
» Replies: 1
» Views: 616
|
Ventoy and TrueNAS 25.04....
Forum: Ventoy Discussion Forum
Last Post: dragonlord76
06-25-2025, 07:27 PM
» Replies: 0
» Views: 685
|
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 12:54 PM
» Replies: 1
» Views: 1,477
|
|
|
*.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 (27)
|
 |
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
|
|
|
Clock in ventoy |
Posted by: forum - 06-03-2024, 11:05 AM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
Hi,
I am doing some boot timing sped tests from ventoy
I can't see a clock on screen when I boot an iso
is there a way to get an onscreen clock to display in ventoy?
Thanks
|
|
|
Grub entry to boot ventoy? - mbr |
Posted by: forum - 06-03-2024, 10:56 AM - Forum: Ventoy Discussion Forum
- Replies (2)
|
 |
Hi,
I have installed ventoy to some hardrives of mine, one is uefi the other is MBR
By default with these drives plugged my pc wil default to ventoy
Sometimes I use supergrub live to generate a live entry of the other operating systems installed on the same disks, but it's a slow process
I would like to boot these drives with grub and see a menu entry to boot ventoy
Has anybody done this?
If so could you please copy paste your grub entry that boots ventoy and I will modify it accordingly
Thanks
|
|
|
|