Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 107 online users. » 0 Member(s) | 102 Guest(s) Baidu, Bing, DuckDuckGo, Google, Yandex
|
Latest Threads |
About the low activity
Forum: Ventoy Discussion Forum
Last Post: Epictetus
11 hours ago
» Replies: 2
» Views: 607
|
Installation looks streak...
Forum: iVentoy Discussion Forum
Last Post: lvinuezav
Yesterday, 10:11 PM
» Replies: 1
» Views: 574
|
Windows 11 24H2 installer...
Forum: Ventoy Discussion Forum
Last Post: DawnTreader
11-14-2024, 07:43 PM
» Replies: 5
» Views: 3,846
|
ventoy什么时候,能支持原生4K的U盘
Forum: Ventoy Discussion Forum
Last Post: pj1981618
11-12-2024, 09:11 AM
» Replies: 2
» Views: 2,308
|
Boot ISO from sata
Forum: Ventoy Discussion Forum
Last Post: jesudia
11-10-2024, 08:17 PM
» Replies: 0
» Views: 274
|
boot iso with ventoy: "n...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
11-08-2024, 01:55 PM
» Replies: 0
» Views: 339
|
vhdimg, does it work with...
Forum: Ventoy Discussion Forum
Last Post: asdffdsa1122
11-05-2024, 10:48 PM
» Replies: 0
» Views: 355
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
10-25-2024, 11:09 PM
» Replies: 26
» Views: 13,343
|
Get rid of the ExFAT warn...
Forum: Ventoy Discussion Forum
Last Post: Reiner
10-25-2024, 08:45 AM
» Replies: 0
» Views: 435
|
The source filesystem "/r...
Forum: Ventoy Discussion Forum
Last Post: ben79
10-20-2024, 01:22 PM
» Replies: 1
» Views: 509
|
|
|
[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?
|
|
|
Flash disk cannot boot |
Posted by: iliyan_pi - 05-19-2020, 07:48 AM - Forum: Ventoy Discussion Forum
- Replies (2)
|
|
Hi, everything worked fine , but after removing flash, on net start it cnanot boot - "..not such operating system..." and went to rescue mode. How recover FaT partition not afecting fist one?
Tank You!
(05-19-2020, 07:48 AM)iliyan_pi Wrote: Hi, everything worked fine , but after removing flash, on net start it cnanot boot - "..not such operating system..." and went to rescue mode. How recover FaT partition not afecting fist one?
Tank You! May be I should do upgrade command in new install?
|
|
|
Ubuntu Studio 20.04 |
Posted by: GlumWoodpecker - 05-18-2020, 04:18 PM - Forum: Ventoy Discussion Forum
- Replies (2)
|
|
Hey, thanks for a great tool that's much more user friendly to use than what I've been using previously.
Been testing it out and for the most part it works great, but Ubuntu Studio 20.04 does not boot.
Code: ln: /tmp/mountroot-fail-hooks.d//scripts/init-premount/lvm2: No such file or directory
BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu6) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs) Unable to find a medium containing a live file system
ISO md5sum: 78ae0c88d5eca1b9b13ee15a895186da ubuntustudio-20.04-dvd-amd64.iso
Hardware: HP ProBook 640 G1, booting in BIOS mode, Core i5-4210M, 12 GB RAM
|
|
|
Install Ventoy to HDD |
Posted by: mtisat - 05-18-2020, 02:31 PM - Forum: Ventoy Discussion Forum
- Replies (14)
|
|
Hi,
is there any chance to install Ventoy to HDD (SSD)? If possible in UEFI mode.
I have a Computer here, which is only for testing and Data-Recovery, so I use a bunch of Tools. It would be nice to do this from Hard-Drive and not from the USB-Pendrive.
Thanks for your help.
|
|
|
|