| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 14,482
» Latest member: CoolShark
» Forum threads: 1,715
» Forum posts: 6,865
Full Statistics
|
| Online Users |
There are currently 327 online users. » 0 Member(s) | 323 Guest(s) Baidu, Bing, Facebook, Google
|
| Latest Threads |
Ventoy USB pendrive is no...
Forum: Ventoy Discussion Forum
Last Post: jiri
09-11-2026, 11:20 AM
» Replies: 2
» Views: 3,996
|
Can a perfectly partition...
Forum: Ventoy Discussion Forum
Last Post: FireswordDEA08
08-27-2026, 02:28 AM
» Replies: 0
» Views: 837
|
Erro iPXE 2.0.0 na versão...
Forum: iVentoy Discussion Forum
Last Post: matmus06
08-24-2026, 08:59 AM
» Replies: 1
» Views: 991
|
error "unknown filesystem...
Forum: Ventoy Discussion Forum
Last Post: kreuter
08-24-2026, 08:05 AM
» Replies: 0
» Views: 842
|
CachyOS vDisk (vtoyboot) ...
Forum: Ventoy Discussion Forum
Last Post: alain81
08-20-2026, 04:51 PM
» Replies: 2
» Views: 2,997
|
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:01 AM
» Replies: 3
» Views: 1,705
|
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 1,956
|
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 1,926
|
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 1,827
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 5,652
|
|
|
| Parted Magic secure erase |
|
Posted by: DFW - 07-07-2020, 11:45 AM - Forum: Ventoy Discussion Forum
- Replies (4)
|
 |
I think there is a problem when running parted magics secure erase feature for ATA drives when booting PM from a ventoy usb.
Parted Magic will boot just fine, it will allow you to secure erase NVMe drives, Sanitize ATA Devices, but when you click on Secure Erase ATA drives nothing happens and the menu to select which drive does not appear.
So to test PM I made a PM usb using rufus, ATA secure erase works fine.
Then made a E2B with alives grub2 file manger booted PM with default iso extension and secure erase worked fine, rebooted with alives grub2 file manger and selected the ventoy boot option and secure erase on ATA drives would not work.
So I rebooted the ventoy usb and selected the grubfm_multiarch.iso, selected PM with partnew option and all worked good.
It is only the secure erase of ATA drives that does not work, I can see the drives and their contents with PM file manager.
Tested with
Ventoy 1.14, 1.13
3 systems using uefi and bios
2 different USB drives
pmagic_2020_02_23.iso
pmagic_2019_09_03.iso
Any ideal why this is happening or what could be blocking ATA erase to run or load
|
|
|
| One of three machines - Ventoy menu unreadable and cursor movement irratic |
|
Posted by: bbertrand007 - 07-07-2020, 01:58 AM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
On one of my systems the Ventoy menu appears all blurry and the cursor - you can't tell what is selected. Same UFD works great on my other two systems.
So after creating my Ventoy UFD using V10.014, I went into its VTOYEFI partition and added a text file to both its root and in its Ventoy folder, named ventoy.json, hoping to tell it to display the menu in TEXT mode (CLI). It had no effect. If at the Ventoy menu, I press c and type in terminal_output console (enter) then press ESC I do get the text menu. What am I doing wrong?
Thank you.
My ventoy.json file is a text file; it contains:
{
"theme": {
"file": "/ventoy/theme/blur/theme.txt",
"gfxmode": "640x480",
"display_mode": "CLI",
"ventoy_left": "5%",
"ventoy_top": "95%",
"ventoy_color": "#0000ff",
"fonts": [
"/ventoy/theme/blur/Hack-12.pf2",
"/ventoy/theme/blur/Hack-14.pf2",
"/ventoy/theme/blur/Hack-16.pf2"
]
}
}
|
|
|
| kUBUNTU: NO Persistence |
|
Posted by: VentoyMic - 07-05-2020, 04:42 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
I have no success to get persistence for some actual UBUNTU-based distribution. The USB-Stick was created with ventoy 1.0.14 from an kUBUNTU (18.04)-PC.
The .json-Syntax (ref. below) was checked and after booting the stick, F5 Debug > Persistince reports OK. Booting kUBUNTU or KDEneon from the stick, I'm asked about using persistence and I agree. The systems start and I apply some modifications on the desktop (arrangement of icons, clock settings).
I shut the system down and restart it from the stick, again I'm asked about using persistence and I agree: But all modifications are gone, no persistence.
This is the structure of my USB-Stick (first partition):
./ventoy:
gParted-live-1.1.0-1-amd64.iso
KDEneon-user-20200625-1119.iso
kUBUNTU-20.04-desktop-amd64.iso
Manjaro-kde-20.0.3-200606-linux56.iso
ventoy
./ventoy/ventoy:
KDEneon20200625.img
kUBUNTU200400.img
Manjaro2003.img
ventoy.json
This is my .json:
{
"persistence":[
{
"image": "/KDEneon-user-20200625-1119.iso",
"backend": "/ventoy/KDEneon20200625.img"
},
{
"image": "/kUBUNTU-20.04-desktop-amd64.iso",
"backend": "/ventoy/kUBUNTU200400.img"
},
{
"image": "/Manjaro-kde-20.0.3-200606-linux56.iso",
"backend": "/ventoy/Manjaro2003.img"
}
]
}
How to solve this?
Thank you, Michael
|
|
|
| 【Solved】icons iso |
|
Posted by: senga34 - 07-02-2020, 08:28 AM - Forum: Ventoy Plugin Forum
- Replies (9)
|
 |
Hello !
Can you give me an example in order to display an icon in front of each "iso" file used.
I don't really understand the doc
https://www.ventoy.net/en/plugin_menuclass.html
The isos files are in a directory named isos
I created a sub directory named icons (+ icons) in the theme directory
the icon names correspond to the key line of the ventoy file
In the ventoy.json file, I have these lines...
{
"theme": {
"file": "/ventoy/theme/Vimix/theme.txt",
"gfxmode": "1920x1080."
"display_mode": "GUI",
"ventoy_left": "5%."
"ventoy_top": "95%",
"ventoy_color": "#0000ff"
}
}
{
"menu_class": [
{
"key": "Acronis."
"class": "Acronis_Bootable_PE_Media_06.2020"
},
{
"key." Acronis-Backup-advanced",
"class": "Acronis_Backup_Advanced_11.7_50230_en"
},
{
"key": "R-Drive-Image",
"class": "R-DriveImage."
}
]
}
exemple :
my iso name is Acronis_Bootable_PE_Media_06.2020.iso ( in the folder ISOS)
the respective icon is named 'Acronis.png (in the folder theme/icons )
Greetings
|
|
|
|