Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 212 online users. » 0 Member(s) | 207 Guest(s) Applebot, Bing, Facebook, Google, Twitter
|
Latest Threads |
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
16 minutes ago
» Replies: 1
» Views: 23
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
10 hours ago
» Replies: 1
» Views: 188
|
Ventoy and TrueNAS 25.04....
Forum: Ventoy Discussion Forum
Last Post: dragonlord76
06-25-2025, 07:27 PM
» Replies: 0
» Views: 185
|
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 01:11 PM
» Replies: 0
» Views: 284
|
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 12:54 PM
» Replies: 1
» Views: 1,090
|
plz update hardware info ...
Forum: Ventoy Discussion Forum
Last Post: kcs
06-09-2025, 02:57 PM
» Replies: 0
» Views: 475
|
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 530
|
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 8,091
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,469
|
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 2,281
|
|
|
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.
|
|
|
Custom theme fonts |
Posted by: PlumberOfSound - 05-26-2020, 02:10 AM - Forum: Ventoy Discussion Forum
- Replies (5)
|
 |
Playing around with Ventoy and themes I found that the theme fonts (or custom fonts I create) are not loaded unless I add the to the EFI partition under grub/fonts and then edit grub.cfg and add them in using loadfonts. I'm no grub expert so maybe there is a better way to to do this that is more dynamic? Or is this a feature request to be something that is configurable in the theme object in ventoy.json?
|
|
|
Using ventoy to install opensense[error in mounting CD/DVD-device] |
Posted by: Thhunder - 05-25-2020, 09:54 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
Hey Guys,
i'll try to use Ventoy to install my firewallsoftware opensense. first it boots correctly, but at one time its looking for an CD/DVD-ROM device to mount, at this point it breaks up because Ventoy maybe does not emulate this correct?
opensense is based on freeBSD and starts at a live-system at the first point there looks it good after the bootscreen of opensense you can chose to boot up as single user or multiuser system or an rescue mode (if i remember correctly) at this point is anything ok.
After it starts to bootup it goes into the live mode and fails at the point when it mounts up the filesystem from the CD/DVD-ROM it fails because there is no hardware CD/DVD to find and no CD/DVD-ROM device.
after all, i love it to use ventoy because i have less time with flashing an iso to USB stick anymore so please work on it more it's the best tool i have ever found on the web!
greets
Thh
|
|
|
auto_install grub entries |
Posted by: PlumberOfSound - 05-25-2020, 09:30 PM - Forum: Ventoy Discussion Forum
- Replies (10)
|
 |
New to Ventoy and already a fan. The part that pulled me to Ventoy over anything else, including hardware based ISO emulators, was the auto_install plugin, essentially raising Ventoy above simple ISO booting to a full fledged kickstart. A a question on auto_install, however: once I configure a auto_install entry does that create a unique grub entry or does it mean that every time I attempt to boot the ISO configured it always uses the kickstart script?
|
|
|
[FEATURE REQUEST] Resize the existing partition instead of format the drive |
Posted by: KaMyKaSii - 05-23-2020, 12:44 AM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
I know you haven't added that support yet because you don't want a headache with users losing their data and blaming you, but I don't see why not adding a parameter to resize and install Ventoy keeping current data. You just need to make it clear that the user is responsible for any data loss. Today I did it manually on my external HD and it worked perfectly, if anyone wants to try it, here are the instructions:
To boot with UEFI:
- Install Ventoy on any flash drive and make a dd backup of the second partition EFI that Ventoy created on the flash drive
Code: sudo dd if=/path/to/the/part2/of/ventoy/flash/drive of=part2-EFI.img
- Resize the NTFS partition of the external HD using Gparted or any similar tool, leaving 32MB at the end of the disk and then create an ext4 partition in that space (on the first attempt Gparted failed because my NTFS partition had some errors, I had to restart on Windows first and run the command "chkdsk /f /x H:" on my external HD to correct these errors).
- Restore the dd backup of the second partition EFI on the second partition that you created before
Code: sudo dd if=part2-EFI.img of=/path/to/the/part2/of/external/hd
To boot with Legacy BIOS:
- First you need to follow all the steps for UEFI
- Backup the first 1MiB of a flash drive created by Ventoy
Code: sudo dd if=/path/to/ventoy/flash/drive of=VentoyMBRandGAP.img bs=1MiB count=1
- Backup the original MBR of the external HD as a precaution in case something goes wrong
Code: sudo dd if=/path/to/external/hd of=OriginalMBRandGAP.img bs=1MiB count=1
- Backup the original partition table of the external HD
Code: sudo dd if=/path/to/external/hd of=OriginalPartitionTable.img skip=446 bs=1 count=64
- First you have to check by GParted that your first partition starts in sector 2048 (1048576 bytes). If yes, you can restore the VentoyMBRandGAP.img to the external HD
Code: sudo dd if=VentoyMBRandGAP.img of=/path/to/external/hd bs=1MiB count=1
- Restore his original partition table
Code: sudo dd if=OriginalPartitionTable.img of=/path/to/external/hd seek=446 bs=1 count=64
- Use fdisk to change the partition 2 type and set the boot flag (you need to paste all lines at once on terminal and press enter)
Code: echo "t
2
ef
a
1
w" | sudo fdisk /path/to/external/hd
Notes:
When I say "/path/to/ventoy/flash/drive" or "/path/to/external/hd" I mean the path of the entire block device such as "/dev/sdb" or "/dev/sdc".
When I say "/path/to/the/part2/of/ventoy/flash/drive" or "/path/to/the/part2/of/external/hd" I mean the path of the specific partition block such as "/dev/sdb2" or "/dev/sdc2"
You can find these values on your system using the lsblk command
|
|
|
PC will not load Ventoy |
Posted by: Hairy Mutley - 05-19-2020, 05:24 PM - Forum: Ventoy Discussion Forum
- Replies (20)
|
 |
I have a PC a rather old Advent laptop with Intel Dual-Core T3200 64 bit processor.
I can use Etcher to put a Linux Mint iso onto a USB stick and get the PC to boot from it
However, if I reformat the USB with Ventoy (1.0.10) and put the Linux Mint ISO on it, the PC will not boot from it. It doesn't show the Ventoy selection menu, it just moves onto the next bootable device.
If I use this USB with Ventoy on a different PC, it boots Ventoy and then Linux Mint without a problem.
Clearly the PC can handle the USB stick.
Also, the Ventoy installation on the stick is OK.
But, the PC is unable to handle Ventoy as a bootable media.
Any suggestions how to find out what is wrong?
|
|
|
|