Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 12,269
» Latest member: minefy
» Forum threads: 1,600
» Forum posts: 6,557
Full Statistics
|
Online Users |
There are currently 128 online users. » 1 Member(s) | 124 Guest(s) Applebot, Bing, Google, xzaswq
|
Latest Threads |
Ventoy service autostart ...
Forum: Ventoy Discussion Forum
Last Post: reyesryder
Yesterday, 09:26 AM
» Replies: 0
» Views: 102
|
About the low activity
Forum: Ventoy Discussion Forum
Last Post: Epictetus
11-20-2024, 11:32 PM
» Replies: 2
» Views: 773
|
Installation looks streak...
Forum: iVentoy Discussion Forum
Last Post: lvinuezav
11-20-2024, 10:11 PM
» Replies: 1
» Views: 601
|
Windows 11 24H2 installer...
Forum: Ventoy Discussion Forum
Last Post: DawnTreader
11-14-2024, 07:43 PM
» Replies: 5
» Views: 4,066
|
ventoy什么时候,能支持原生4K的U盘
Forum: Ventoy Discussion Forum
Last Post: pj1981618
11-12-2024, 09:11 AM
» Replies: 2
» Views: 2,378
|
Boot ISO from sata
Forum: Ventoy Discussion Forum
Last Post: jesudia
11-10-2024, 08:17 PM
» Replies: 0
» Views: 301
|
boot iso with ventoy: "n...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
11-08-2024, 01:55 PM
» Replies: 0
» Views: 362
|
vhdimg, does it work with...
Forum: Ventoy Discussion Forum
Last Post: asdffdsa1122
11-05-2024, 10:48 PM
» Replies: 0
» Views: 379
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
10-25-2024, 11:09 PM
» Replies: 26
» Views: 13,586
|
Get rid of the ExFAT warn...
Forum: Ventoy Discussion Forum
Last Post: Reiner
10-25-2024, 08:45 AM
» Replies: 0
» Views: 454
|
|
|
Ubuntu 20.04 server autoinstallation HowTo |
Posted by: gbl - 03-02-2021, 01:46 PM - Forum: Ventoy Discussion Forum
- Replies (5)
|
|
Ventoy has a plugin to work with the debian autoinstaller. Unfortunately, Ubuntu 20 comes with a new auto install method (cloud-init), which works differently. At first, I wasn't able to get it to work with Ventoy, so I made an account to ask for help; in the time it took the account to get activated, I solved the problem however. So here's how to do it in case anyone else has the same problem.
A working auto installer needs two files, one `meta-data` and one `user-data`. These need to be on a partition that has `cidata` as the partition label.
These files can not be put into the same partition that has the iso files, because that partition is locked while the booted software is running.
So, to get it to work:
- When running Ventoy for the first time to install it on the USB drive, leave some space for a 3rd partition. On linux, that's `-r 16` to leave 16 MB at the end of the medium.
Code: ventoy-1.0.36/Ventoy2Disk.sh -I /dev/sdX -r 16
- Create a new partition on the medium
Code: fdisk /dev/sdX
n (new)
p (partition)
3 (partition number)
press return twice to confirm the sector numbers
t (type)
3 (partition number)
7 (vfat partition type)
w
- format it to vfat, and name it `cidata`.
Code: mkfs.vfat -n cidata /dev/sdX3
- copy the ubuntu installer iso to the first partition, and your user-data and meta-data to the third partition
More information about user-data is at https://ubuntu.com/server/docs/install/autoinstall. meta-data can be left empty unless you know what you're doing and want to have some version control for different configs.
|
|
|
Ventoy integration |
Posted by: Electroguard - 03-02-2021, 01:07 PM - Forum: Ventoy Discussion Forum
- No Replies
|
|
Hi,
Ventoy is already amazing as it is, and still keeps innovating to get even better.
So I would like to offer some suggestions for innovation in case they may be feasible and welcome… all aimed at helping Ventoy to fit in and integrate more with existing hdd usage, thereby making it even more useful and indispensable.
And at least it can offer some food for thought.
1. Currently Ventoy can be installed on hdd and preserve some unused space after it, but it could be helpful to have option for allocating a specified amount for Ventoy use, and preserving whatever is remaining.
At the moment Ventoy overwrites the partition table for itself, oblivious to any existing contents, thereby losing bootable access to any remaining existing partitions which may have been deliberately preserved.
So to avoid losing existing partitions and their contents:
2. Could Ventoy offer an option to detect existing partitions? and if so...
3. Could Ventoy have an option to install itself into the first partition to leave the remainder untouched?
4. Or even better, could Ventoy have an option to select any chosen existing partition to install itself into?
Lastly, with the aim of integrating Ventoy into existing drives:
5. Could Ventoy 'spoof' a version of windows (or linux) so that it could be recognised by subsequent installers (such as MX) and added to their grub menu? (the resulting menu entry could be changed later, eg: by grub customizer)
(this would allow other OS's to be installed after Ventoy without making Ventoy unbootable)
6. Instead of always creating a new grub menu, perhaps Ventoy could have an option to add itself as an entry into an existing grub menu file if present?
(this would allow Ventoy to be safely installed AFTER other OS's)
7. Ideally, could Ventoy offer 'discovery' of existing bootable partitions and add them into its Ventoy menu?
(this last feature would enable Ventoy to be added as a simple boot repair tool allowing non-booting OS's to be made bootable again from the Ventoy menu)
The ability to integrate with existing bootable drives, giving bootable access to all of Ventoy's ISO's as well as any previously installed bootable OS (or multiple OS's), would make Ventoy even more unique and powerful.
Thank you for your amazing creativity,
Robin.
|
|
|
unable to boot from disk |
Posted by: husky - 02-24-2021, 12:56 PM - Forum: Ventoy Discussion Forum
- Replies (6)
|
|
Hi!
I recently found that the modem port inside my Lenovo T14 AMD can be used to host an NVMe drive, too, and decided to use it as an emergency drive containing several ISOs and the like in order to rescue anything if necessary - sysrescd, kali, ubuntu, ...
So I got me Ventoy 1.0.35 and unpacked the tar on my Linuxmint OS, fired up a terminal and ran
Code: sudo ./Ventoy2disk.sh -i -s -g /dev/nvme1n1
Then I enrolled the necessary key using
Code: sudo mokutil --import ENROLL_THIS_KEY_IN_MOKMANAGER.cer
and copied some ISOs to the Ventoy partition. Then I rebooted in order to verify the enrollment. After completing it I rebooted and opened the boot device list. My Linuxmint drive was listed as 'ubuntu' and started up like before, but the Ventoy disk was displayed only with its manufacturer and model. Nevertheless I selected it and tried to boot into ventoy - but to no avail.
Since I ended up with Grub 2.02 command line (and my Linuxmint uses Grub 2.04) I think I was in the correct location.
I tried to load the Grub config, but this only resulted in an error
Code: error: cannot find command vt_list_img
being displayed and then a strangely looking grub menu came up, telling me that no ISO could be found.
Obviously something is wrong - but I'm a bit lost for now.
Any hint anyone?
|
|
|
|