| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 14,450
» Latest member: shan bibi
» Forum threads: 1,716
» Forum posts: 6,866
Full Statistics
|
| Online Users |
There are currently 1972 online users. » 0 Member(s) | 1968 Guest(s) Baidu, Bing, Google, Yandex
|
| Latest Threads |
Ventoy USB pendrive is no...
Forum: Ventoy Discussion Forum
Last Post: pcpartpicker
Today, 07:44 AM
» Replies: 0
» Views: 54
|
Can a perfectly partition...
Forum: Ventoy Discussion Forum
Last Post: FireswordDEA08
08-27-2026, 02:28 AM
» Replies: 0
» Views: 248
|
Erro iPXE 2.0.0 na versão...
Forum: iVentoy Discussion Forum
Last Post: matmus06
08-24-2026, 08:59 AM
» Replies: 1
» Views: 669
|
error "unknown filesystem...
Forum: Ventoy Discussion Forum
Last Post: kreuter
08-24-2026, 08:05 AM
» Replies: 0
» Views: 312
|
CachyOS vDisk (vtoyboot) ...
Forum: Ventoy Discussion Forum
Last Post: alain81
08-20-2026, 04:51 PM
» Replies: 2
» Views: 2,384
|
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:01 AM
» Replies: 3
» Views: 1,343
|
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 1,397
|
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 1,282
|
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 1,430
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 4,824
|
|
|
| [SOLVED] sda access from linux |
|
Posted by: ventoy24 - 05-22-2021, 07:53 PM - Forum: Ventoy Discussion Forum
- Replies (9)
|
 |
Hello
I installed Ventoy to an USB hard drive.
I have added 2 different OS.
The first one is windows using a vhd file.
The second one is a linux with a persitance file.
When I use windows, I'm able to see the ventoy partition and remove / add any iso file.
When I use linux, this partition is not availabe and I get the message :
error mounting /dev/sda1
How could I get access to this partition using linux ?
Kind regards
|
|
|
[SOLVED] How to correctly add "image_list" to ventoy.json |
|
Posted by: BKPB - 05-22-2021, 09:53 AM - Forum: Ventoy Discussion Forum
- Replies (6)
|
 |
How to properly add "image_list" to " ventoy.json". I tried this way, but it doesn't work.
{
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "0" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" }
],
"theme": {
"file": "/ventoy/theme/theme.txt",
"gfxmode": "1920x1080",
"display_mode": "GUI",
"ventoy_left": "5%",
"ventoy_top": "95%",
"ventoy_color": "#191919"
},
"menu_class": [
{
"key": "Windows",
"class": "Windows"
},
{
"key": "Memtest",
"class": "Memtest"
},
{
"key": "Memtest86+",
"class": "Memtest86+"
},
{
"key": "Sergei Strelec",
"class": "WinPE"
},
{
"key": "WinPE",
"class": "WinPE"
},
{
"dir": "ISO",
"class": "ISO-hat"
},
"image_list": [
"/ISO/Linux/archlinux-2020.10.01-x86_64.iso",
"/ISO/cn_windows_10_enterprise_ltsc_2019_x64_dvd_9c09ff24.iso",
"/ISO/Win10PE.iso"
]
}
|
|
|
|