Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 12,610
» Latest member: maosifen
» Forum threads: 1,624
» Forum posts: 6,610
Full Statistics
|
Online Users |
There are currently 286 online users. » 0 Member(s) | 281 Guest(s) Bing, Facebook, Google, Internet Archive, Twitter
|
|
|
Forum |
Posted by: zeit - 06-03-2020, 12:36 PM - Forum: Ventoy Discussion Forum
- Replies (2)
|
 |
The forum is growing. Is it worth introducing thematic sections, e.g. application test, theme, plugins, etc.? Sorry for the poor knowledge of english.
|
|
|
Parted Magic ISO and GParted ISO will not finish booting from Ventoy |
Posted by: AgentX - 06-01-2020, 04:17 PM - Forum: Ventoy Discussion Forum
- Replies (10)
|
 |
I just updated my Ventoy key and have the below ISO's on it all work perfectly except for Parted Magic and GParted.
Code: 19041.264.200510-0403.VB_RELEASE_SVC_PROD1_CLIENTPRO_OEMRET_X64FRE_EN-US.ISO
'GandalfsWindows10PE_[FileCR].iso'
gparted-live-1.1.0-1-amd64.iso
manjaro-kde-20.0.2-200531-linux56.iso
pmagic_2019_12_24.iso
Code: [agentx@Secret-Computer ~]$ inxi -F
System: Host: Secret-Computer Kernel: 5.6.15-1-MANJARO x86_64 bits: 64 Desktop: KDE Plasma 5.18.5
Distro: Manjaro Linux
Machine: Type: Desktop Mobo: ASUSTeK model: ROG STRIX B450-F GAMING v: Rev 1.xx
serial: <root required> UEFI: American Megatrends v: 3003 date: 12/09/2019
CPU: Topology: Quad Core model: AMD Ryzen 3 3200G with Radeon Vega Graphics bits: 64
type: MCP L2 cache: 2048 KiB
Speed: 1299 MHz min/max: 1400/3600 MHz Core speeds (MHz): 1: 1332 2: 1207 3: 1208
4: 1205
Graphics: Device-1: NVIDIA TU116 [GeForce GTX 1650 SUPER] driver: nvidia v: 440.82
Display: x11 server: X.Org 1.20.8 driver: nvidia resolution: 2560x1080~60Hz
OpenGL: renderer: GeForce GTX 1650 SUPER/PCIe/SSE2 v: 4.6.0 NVIDIA 440.82
Audio: Device-1: NVIDIA TU116 High Definition Audio driver: snd_hda_intel
Device-2: AMD Family 17h HD Audio driver: snd_hda_intel
Sound Server: ALSA v: k5.6.15-1-MANJARO
Network: Device-1: Intel I211 Gigabit Network driver: igb
IF: enp4s0 state: up speed: 1000 Mbps duplex: full mac: a8:5e:45:55:75:ae
Drives: Local Storage: total: 4.45 TiB used: 3.34 TiB (75.0%)
ID-1: /dev/nvme0n1 model: Viper M.2 VPN100 size: 238.47 GiB
ID-2: /dev/sda vendor: Samsung model: SSD 850 EVO 120GB size: 111.79 GiB
ID-3: /dev/sdb vendor: Western Digital model: WD10EARS-00Y5B1 size: 931.51 GiB
ID-4: /dev/sdc type: USB vendor: Seagate model: Expansion size: 1.82 TiB
ID-5: /dev/sdd type: USB vendor: Seagate model: ST31500541AS size: 1.36 TiB
ID-6: /dev/sde type: USB vendor: Kingston model: DataTraveler 3.0 size: 14.41 GiB
Partition: ID-1: / size: 213.75 GiB used: 59.24 GiB (27.7%) fs: ext4 dev: /dev/nvme0n1p2
Sensors: System Temperatures: cpu: 36.9 C mobo: N/A gpu: nvidia temp: 30 C
Fan Speeds (RPM): N/A gpu: nvidia fan: 75%
Info: Processes: 314 Uptime: 1h 29m Memory: 7.76 GiB used: 3.59 GiB (46.3%) Shell: bash
inxi: 3.0.37
[agentx@Secret-Computer ~]$
|
|
|
[SOLVED] persistence difficulty |
Posted by: captain-sensible - 05-31-2020, 12:37 PM - Forum: Ventoy Discussion Forum
- Replies (21)
|
 |
i have no problem with formating disk and have several iso's in a 14gig stick all but one booted.
on a new 4gig stick i am trying to get persistence with linuxmint-19.3-xfce-64bit.iso which i note docs mention has been tested.
First my formated usb stick when mounted. it looks like this:
ventoy
├── CreatePersistentImg.sh
├── ISO
│ └── linuxmint-19.3-xfce-64bit.iso
├── persistence.img
└── ventoy.json
in ventoy.json I have :
{
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
{ "VTOY_DEFAULT_SEARCH_ROOT": "/ISO/" }
]
"persistence" : [
{
"image": "/ISO/linuxmint-19.3-xfce-64bit.iso",
"backend": "persistence.img"
}
],
//there was a missing ", " above but still not working
}
the first thing i note is that when CreatePersistentImg.sh is run i get a file called "persistence.img"
i did see in docs such as :
/persistence/ubuntu_20.04_1.img",",
would i be right that persistence.img is renamed to "ubuntu_20.04_1.img"
and is at /ventoy/persistence/ubuntu_20.04_1.img and ventoy.json is edited accordingly ?
also when running CreatePersistentImg.sh i get an issue:
bash-5.0$ cd /run/media/andrew/ventoy/
bash-5.0$ ls --color
CreatePersistentImg.sh ISO ventoy.json
bash-5.0$ su
Password:
bash-5.0# chmod a+x CreatePersistentImg.sh
bash-5.0# ./CreatePersistentImg.sh
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 113.815 s, 9.4 MB/s
mke2fs 1.45.5 (07-Jan-2020)
/dev/loop0 contains `ISO-8859 text, with very long lines, with no line terminators' data
Proceed anyway? (y,N)
i just entered y
as i say i acn boot iso but there is no sign of choice of choice of selecting persisitence
|
|
|
Rename Function |
Posted by: vishalvodro - 05-30-2020, 06:26 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
The 1.0.12 release is a huge improvement without a doubt! Many implementations have been done. Only found one option is missing or required, i.e: Rename function on the go.
Since Ventoy doesn't work on those ISOs with Space in it's name, it's better if we could Rename those files there only while ventoy is on. And next reboot we can get it worked smoothly...
Thank you for your tremendous development.
It's a revaluation in the USB ON THE GO era...
From INDIA with LOVE...
|
|
|
fat32 filesystem type support for the first partition |
Posted by: dee - 05-26-2020, 05:10 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
Since 1.0.10 release a lot file system formats supported by Ventoy.But fat32 is not. It would be great to add support FAT32 sine many older linux distros does not support exFat and windows distros not supporting ext file system. Minor disadvantage is file size less than 4GB per ISO but i can live with it.
|
|
|
|