Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 12,268
» Latest member: Matveu
» Forum threads: 1,600
» Forum posts: 6,557
Full Statistics
|
Online Users |
There are currently 223 online users. » 1 Member(s) | 219 Guest(s) Applebot, Bing, Google, FroggieTheGremlin
|
Latest Threads |
Ventoy service autostart ...
Forum: Ventoy Discussion Forum
Last Post: reyesryder
Today, 09:26 AM
» Replies: 0
» Views: 62
|
About the low activity
Forum: Ventoy Discussion Forum
Last Post: Epictetus
11-20-2024, 11:32 PM
» Replies: 2
» Views: 734
|
Installation looks streak...
Forum: iVentoy Discussion Forum
Last Post: lvinuezav
11-20-2024, 10:11 PM
» Replies: 1
» Views: 587
|
Windows 11 24H2 installer...
Forum: Ventoy Discussion Forum
Last Post: DawnTreader
11-14-2024, 07:43 PM
» Replies: 5
» Views: 3,996
|
ventoy什么时候,能支持原生4K的U盘
Forum: Ventoy Discussion Forum
Last Post: pj1981618
11-12-2024, 09:11 AM
» Replies: 2
» Views: 2,345
|
Boot ISO from sata
Forum: Ventoy Discussion Forum
Last Post: jesudia
11-10-2024, 08:17 PM
» Replies: 0
» Views: 291
|
boot iso with ventoy: "n...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
11-08-2024, 01:55 PM
» Replies: 0
» Views: 354
|
vhdimg, does it work with...
Forum: Ventoy Discussion Forum
Last Post: asdffdsa1122
11-05-2024, 10:48 PM
» Replies: 0
» Views: 372
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
10-25-2024, 11:09 PM
» Replies: 26
» Views: 13,516
|
Get rid of the ExFAT warn...
Forum: Ventoy Discussion Forum
Last Post: Reiner
10-25-2024, 08:45 AM
» Replies: 0
» Views: 448
|
|
|
Some suggestions |
Posted by: renatofrota - 07-11-2020, 07:11 AM - Forum: Ventoy Discussion Forum
- Replies (6)
|
|
First of all, Ventoy is awesome!
Congratulations for the project and a big THANK YOU for publishing it for free under GPL license.
Suggestions:
1. The option to reserve a space for additional partitions could be more proeminent in the installer. As per my understanding, reserving a space in a form the 1st partition stays under 137 GB prevents that legacy BIOS access range limitation problem (what is not mentioned in that documentation page). Maybe instead an "Option" menu, all the settings could be visible in the main area of the app, bellow the boxes that show package/device Ventoy version.
2. It would be great if the files we have to put under ventoy directory in 1st partition (like ventoy.json and ventoy_wimboot.img) could be located under ventoy (or other) directory in 2nd partition instead. This way the 1st partition would be totally free of Ventoy data (allowing easier formatting to a different filesystem with no need to back up and restore the ventoy directory). Big plus if scripts and persistence files could also be located in 2nd partition (the installer could offer an option to select desired size of 2nd partition to easier accomodate the persistence files or we could manually resize 2nd partition after install).
3. I was unable to center align the hotkey tips hbox and memdisk hbox in grub theme. I was able to achieve the result I wanted using regular labels instead:
Code: + label {
top = 92%
left = 25%
width = 50%
align = "center"
text = "@VTOY_MEM_DISK@"
color = "white"
}
+ label {
top = 95%
left = 25%
width = 50%
align = "center"
text = "@VTOY_HOTKEY_TIP@"
color = "white"
}
It would be cool if ventoy_width and ventoy_align were available options in ventoy.json and it were displayed as a regular label (in case it is not yet) so center align would work.
4. I have been playing with Chrome OS (Brunch Framework, to be more precise) and one of their install options is to create a disk image (.img) in a ext4 or ntfs partition and boot from it by adding to grub an entry like this:
Code: menuentry "Chrome OS"{
img_part=/dev/sdb3
img_path=/chromeos.img
search --no-floppy --set=root --file $img_path
loopback loop $img_path
linux (loop,gpt7)/kernel boot=local noresume noswap loglevel=7 disablevmx=off \
cros_secure cros_debug loop.max_part=16 img_part=$img_part img_path=$img_path
initrd (loop,gpt7)/initramfs.img
}
I have added it to the grub install I already have on another disk and it worked fine but it would be cool if Ventoy allowed custom entries like this to be added to it's own grub manually, so we could boot Chrome OS (and other images similarly) with no need to have grub in another disk.
That's all - for now
|
|
|
通过rEFInd启动Ventoy优盘,再启动微PE时,无法启动 |
Posted by: luqf871024 - 07-11-2020, 04:41 AM - Forum: Ventoy Discussion Forum
- Replies (1)
|
|
在系统的ESP分区复制了refind文件夹,安装了refind启动系统,插上Ventoy优盘,通过rEFInd的自动查找找到了可启动的Ventoy优盘,通过refind启动界面进入Ventoy优盘启动界面,再启动微PE(x64版)时,微PE无法启动,会回到Ventoy优盘启动界面。而通过bios直接启动Ventoy优盘时,微PE就可以启动。在1.0.14和1.0.15版都是如此,1.0.15版的gpt分区模式和mbr分区模式也都是如此。refind版本为最新的0.12.0版,refind文件夹为其解压所得。
如何才能通过refind启动界面进入Ventoy优盘启动界面后,启动微PE?
望各位帮忙!多谢!
|
|
|
Shadow Protect Recovery Environment ISO |
Posted by: bbertrand007 - 07-10-2020, 07:52 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
|
ShadowProtect Recovery Environment is WinPE based. However when I select it I get the press any key to boot message but despite pressing a key the prompt remains there and eventually times out and returns to the Ventoy menu. In my ventoy.json file I specify CLI and the initial menu is CLI however after a period of time I'm returned to the Ventoy menu in GUI mode. Why would a WinPE based bootable ISO fail to boot and why am I returned to a GUI Ventoy menu?
By the way, despite my posts, this is an excellent software - very well designed.
|
|
|
EFI files appearing on menu |
Posted by: bbertrand007 - 07-10-2020, 07:47 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
|
I have in Ventoy partition created a subfolder "ventoy" and in it "ventoy.json". In this file I have:
{
"theme": {
"display_mode": "CLI"
}
}
{
"control": [
{ "VTOY_DEFAULT_SEARCH_ROOT": "/BootableISOs" }
]
}
I got the CLI working. My UFD has a lot of .EFI files but they are not in the BootableISOs folder so they should not appear in the menu - only ISO/EFI files in the ufdI\BootableISOs should appear correct?
V1.0.15.
|
|
|
|