| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 14,406
» Latest member: fabio8v
» Forum threads: 1,716
» Forum posts: 6,864
Full Statistics
|
| Online Users |
There are currently 334 online users. » 0 Member(s) | 328 Guest(s) Applebot, Baidu, Bing, Facebook, Google, Yandex
|
| Latest Threads |
IsmaelKaste
Forum: Ventoy Discussion Forum
Last Post: Dichaelved
11 hours ago
» Replies: 0
» Views: 34
|
ShaneDum
Forum: Ventoy Discussion Forum
Last Post: LewisPab
Yesterday, 02:12 PM
» Replies: 0
» Views: 36
|
Erro iPXE 2.0.0 na versão...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:04 AM
» Replies: 0
» Views: 340
|
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:01 AM
» Replies: 3
» Views: 914
|
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 1,040
|
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 881
|
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 943
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 4,227
|
Auto Memdisk Plugin
Forum: Ventoy Discussion Forum
Last Post: jlsupremo
07-01-2026, 01:16 PM
» Replies: 2
» Views: 1,075
|
[SOLVED] iVentoy 1.0.36 -...
Forum: iVentoy Discussion Forum
Last Post: longpanda
07-01-2026, 10:05 AM
» Replies: 4
» Views: 1,675
|
|
|
| How can you make a Portable SSD Ventoy Secure |
|
Posted by: Sparks79 - 01-30-2023, 09:19 AM - Forum: Ventoy Discussion Forum
- Replies (3)
|
 |
I really like the way Ventoy works.
Having all my iso's and apps on one portable ssd.
But I am Concerned about Loosing it.
If it falls into someone else hands all of your private data would be at risk.
Other Manufacturers have their own Proprietary Security Software for Situations like that.
But what about Ventoy.
Does anyone know if I can Add disk Security to a Portable Ventoy SSD Without Screwing up the Ventoy Process.
|
|
|
| 关于Chrome OS (Brunch) |
|
Posted by: grub2 - 01-28-2023, 12:54 PM - Forum: Ventoy Discussion Forum
- Replies (4)
|
 |
ventoy是最新版1.0.88,我用brunch安装脚本生成的grub配置能够顺利启动Chrome OS,但是每次都要按F6选择。
Code: menuentry "ChromeOS" --class "brunch" {
img_path=/chromeos.img
img_uuid=276bfdf6-92bb-4e24-b6f7-5817ef54969b
search --no-floppy --set=root --file $img_path
loopback loop $img_path
source (loop,12)/efi/boot/settings.cfg
if [ -z $verbose ] -o [ $verbose -eq 0 ]; then
linux (loop,7)$kernel boot=local noresume noswap loglevel=7 options=$options chromeos_bootsplash=$chromeos_bootsplash $cmdline_params \
cros_secure cros_debug img_uuid=$img_uuid img_path=$img_path \
console= vt.global_cursor_default=0 brunch_bootsplash=$brunch_bootsplash quiet
else
linux (loop,7)$kernel boot=local noresume noswap loglevel=7 options=$options chromeos_bootsplash=$chromeos_bootsplash $cmdline_params \
cros_secure cros_debug img_uuid=$img_uuid img_path=$img_path
fi
initrd (loop,7)/lib/firmware/amd-ucode.img (loop,7)/lib/firmware/intel-ucode.img (loop,7)/initramfs.img
}
menuentry "ChromeOS (settings)" --class "brunch-settings" {
img_path=/chromeos.img
img_uuid=276bfdf6-92bb-4e24-b6f7-5817ef54969b
search --no-floppy --set=root --file $img_path
loopback loop $img_path
source (loop,12)/efi/boot/settings.cfg
linux (loop,7)/kernel boot=local noresume noswap loglevel=7 options= chromeos_bootsplash= edit_brunch_config=1 \
cros_secure cros_debug img_uuid=$img_uuid img_path=$img_path
initrd (loop,7)/lib/firmware/amd-ucode.img (loop,7)/lib/firmware/intel-ucode.img (loop,7)/initramfs.img
}
之前尝试过直接启动,有几种结果:
1.报错:Not bootable file found for UEFI。
2.在某些情况下(比如复制全部ventoy分区的文件到另一个磁盘),能够进入brunch里面的grub,但是选择任意一个启动项都会在几秒后重启。
3.奇怪的是,如果硬盘直接安装了brunch版本的Chrome OS,会启动硬盘上的Chrome OS而不是img镜像。
我看了brunch里的grub配置,跟上面贴出的应该是一样的。更奇怪的是,如果直接启动不报错,我生成的第一个img启动会自动重启(无论是brunch版grub还是F6启动),重新生成一个才能通过F6启动,此时直接启动会报错(第一种情况)。我对比了安装脚本生成的两个grub配置,发现只有img_path和img_uuid不同,把新的grub覆盖旧的以后,第一个img也能通过F6正常启动了。
希望ventoy在下个版本直接使用上面的grub配置以支持brunch Chrome OS,最好多测试几台电脑,确保不会出现奇怪的问题。
|
|
|
| blendOS support |
|
Posted by: AgentX - 01-28-2023, 11:24 AM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
I wanted to take a look at blendOS and short of using Mintstick to burn it to a key I can't. In Ventoy once selected it get to the screen with the loading animation and a small B at the bottom of the screen and just sits there spinning. Any chance of getting it added to work with Ventoy? Thanks
https://blendos.co
|
|
|
|