Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 13,237
» Latest member: svkenana
» Forum threads: 1,656
» Forum posts: 6,670

Full Statistics

Online Users
There are currently 208 online users.
» 0 Member(s) | 206 Guest(s)
Bing, Google

Latest Threads
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
07-02-2025, 01:35 AM
» Replies: 1
» Views: 146
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
07-01-2025, 03:12 PM
» Replies: 1
» Views: 243
Ventoy and TrueNAS 25.04....
Forum: Ventoy Discussion Forum
Last Post: dragonlord76
06-25-2025, 07:27 PM
» Replies: 0
» Views: 212
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 01:11 PM
» Replies: 0
» Views: 312
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 12:54 PM
» Replies: 1
» Views: 1,108
plz update hardware info ...
Forum: Ventoy Discussion Forum
Last Post: kcs
06-09-2025, 02:57 PM
» Replies: 0
» Views: 494
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 553
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 8,133
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,501
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 2,344

 
  مشكلة في ويندوز 7
Posted by: Alikocher - 01-28-2023, 02:08 PM - Forum: Ventoy Discussion Forum - Replies (15)


Hello fellow developer

There is an error in your program, you may not know
The error is: When installing the 32-bit version of Windows, I cannot install applications, and the error message appears during the installation, as well as when I try to download the Chrome browser, the browser cannot be loaded, and the error message also appears during the download. Here are some pictures to clarify the problem



Attached Files Thumbnail(s)
   
Print this item

  关于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,最好多测试几台电脑,确保不会出现奇怪的问题。

Print this item

  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

Print this item

  hotkey
Posted by: hyun9358 - 01-23-2023, 06:02 AM - Forum: Ventoy Plugin Forum - Replies (6)

I want to make the power on and off function work directly with F11 and F12. How do I use a hotkey?

Print this item

  Without persistence choice, lost
Posted by: Menard - 01-20-2023, 03:02 PM - Forum: Ventoy Plugin Forum - Replies (4)

Hello,

After upgrading my USB stick to Ventoy 1.0.86 , I lost the Without persistence choice in the menu to boot Linux 21.0 Mint Cinnamon iso  Dodgy
 

Print this item

  1 GiB gap in Ventoy partition
Posted by: Menard - 01-20-2023, 09:44 AM - Forum: Ventoy Discussion Forum - Replies (2)

Hello

A picture is clearer 

[Image: AAGCMA0l.png]

7.1 GiB are used as there is only 6.1 GiB files in it, what's this difference ? (Nemo under Linux Mint 20.3)

Print this item

  PNG chunk issues on Ventoy theming but checked OK on Linux
Posted by: hd_scania - 01-16-2023, 09:23 PM - Forum: Ventoy Discussion Forum - Replies (1)

Ventoy version
1.0.70 (functioning normally other than theming; has to be downgraded which the most recent version for both official and CI channels doesn’t function but also reports ‘‘alloc magic broken’’ issues)
Hardware
System: Lenovo Z71-50 laptop
USB drive: 256GB SanDisk thumb drive USB 3.0
Reproductions
Make your own GRUB theme for Ventoy with your own png wallpaper(s) and/or avatar(s), then check if shown to you chunk size errors

Code:
artixlinux:[hd_scania]:/run/media/hd_scania/VTOYEFI/grub/themes/012_119$ pngcheck -v background.png && pngcheck -v logo.png
File: background.png (1666405 bytes)
No errors detected in background.png (210 chunks, 79.9% compression).
No errors detected in logo.png (36 chunks, 75.6% compression).
artixlinux:[hd_scania]:/run/media/hd_scania/VTOYEFI/grub/themes/012_119$ l
total 1899
-rw-r--r-- 1 hd_scania hd_scania 1666405 Jan 17 04:51 background.png
-rw-r--r-- 1 hd_scania hd_scania  254782 Jan 16 18:18 logo.png
drwxr-xr-x 2 hd_scania hd_scania    2560 Jan 17 04:51 .
-rw-r--r-- 1 hd_scania hd_scania    1678 Jan 16 20:06 theme.txt
-rw-r--r-- 1 hd_scania hd_scania    1115 Dec  4 07:16 terminal_box_ne.png
-rw-r--r-- 1 hd_scania hd_scania    1107 Dec  4 07:16 terminal_box_sw.png
-rw-r--r-- 1 hd_scania hd_scania    1102 Dec  4 07:16 terminal_box_se.png
-rw-r--r-- 1 hd_scania hd_scania    1094 Dec  4 07:16 terminal_box_nw.png
-rw-r--r-- 1 hd_scania hd_scania    976 Dec  4 07:16 terminal_box_c.png
-rw-r--r-- 1 hd_scania hd_scania    963 Dec  4 07:16 terminal_box_n.png
-rw-r--r-- 1 hd_scania hd_scania    963 Dec  4 07:16 terminal_box_s.png
-rw-r--r-- 1 hd_scania hd_scania    952 Dec  4 07:16 terminal_box_e.png
-rw-r--r-- 1 hd_scania hd_scania    952 Dec  4 07:16 terminal_box_w.png
drwxr-xr-x 3 hd_scania hd_scania    512 Jan 16 21:40 ..
-rw-r--r-- 1 hd_scania hd_scania    318 Dec  4 07:16 select_c.png
-rw-r--r-- 1 hd_scania hd_scania    190 Dec  4 07:16 slider_n.png
-rw-r--r-- 1 hd_scania hd_scania    184 Dec  4 07:16 slider_s.png
-rw-r--r-- 1 hd_scania hd_scania    181 Dec  4 07:16 menu_se.png
-rw-r--r-- 1 hd_scania hd_scania    181 Dec  4 07:16 menu_sw.png
-rw-r--r-- 1 hd_scania hd_scania    178 Dec  4 07:16 menu_ne.png
-rw-r--r-- 1 hd_scania hd_scania    178 Dec  4 07:16 menu_nw.png
-rw-r--r-- 1 hd_scania hd_scania    157 Dec  4 07:16 menu_n.png
-rw-r--r-- 1 hd_scania hd_scania    157 Dec  4 07:16 menu_s.png
-rw-r--r-- 1 hd_scania hd_scania    154 Dec  4 07:16 menu_e.png
-rw-r--r-- 1 hd_scania hd_scania    154 Dec  4 07:16 menu_w.png
-rw-r--r-- 1 hd_scania hd_scania    152 Dec  4 07:16 menu_c.png
-rw-r--r-- 1 hd_scania hd_scania      99 Dec  4 07:16 slider_c.png
artixlinux:[hd_scania]:/run/media/hd_scania/VTOYEFI/grub/themes/012_119$ pngcheck *.png
OK: background.png (1920x1080, 32-bit RGB+alpha, non-interlaced, 79.9%).
OK: logo.png (512x510, 32-bit RGB+alpha, non-interlaced, 75.6%).
OK: menu_c.png (4x4, 32-bit RGB+alpha, non-interlaced, -137.5%).
OK: menu_e.png (30x4, 32-bit RGB+alpha, non-interlaced, 67.9%).
OK: menu_ne.png (30x30, 32-bit RGB+alpha, non-interlaced, 95.1%).
OK: menu_n.png (4x30, 32-bit RGB+alpha, non-interlaced, 67.3%).
OK: menu_nw.png (30x30, 32-bit RGB+alpha, non-interlaced, 95.1%).
OK: menu_se.png (30x30, 32-bit RGB+alpha, non-interlaced, 95.0%).
OK: menu_s.png (4x30, 32-bit RGB+alpha, non-interlaced, 67.3%).
OK: menu_sw.png (30x30, 32-bit RGB+alpha, non-interlaced, 95.0%).
OK: menu_w.png (30x4, 32-bit RGB+alpha, non-interlaced, 67.9%).
OK: select_c.png (638x36, 32-bit RGB+alpha, non-interlaced, 99.7%).
OK: slider_c.png (20x4, 32-bit RGB+alpha, non-interlaced, 69.1%).
OK: slider_n.png (20x8, 32-bit RGB+alpha, non-interlaced, 70.3%).
OK: slider_s.png (20x8, 32-bit RGB+alpha, non-interlaced, 71.3%).
OK: terminal_box_c.png (64x34, 32-bit RGB+alpha, non-interlaced, 88.8%).
OK: terminal_box_e.png (16x34, 32-bit RGB+alpha, non-interlaced, 56.3%).
OK: terminal_box_ne.png (16x16, 32-bit RGB+alpha, non-interlaced, -8.9%).
OK: terminal_box_n.png (64x16, 32-bit RGB+alpha, non-interlaced, 76.5%).
OK: terminal_box_nw.png (16x16, 32-bit RGB+alpha, non-interlaced, -6.8%).
OK: terminal_box_se.png (16x16, 32-bit RGB+alpha, non-interlaced, -7.6%).
OK: terminal_box_s.png (64x16, 32-bit RGB+alpha, non-interlaced, 76.5%).
OK: terminal_box_sw.png (16x16, 32-bit RGB+alpha, non-interlaced, -8.1%).
OK: terminal_box_w.png (16x34, 32-bit RGB+alpha, non-interlaced, 56.3%).

No errors were detected in 24 of the 24 files tested.
artixlinux:[hd_scania]:/run/media/hd_scania/VTOYEFI/grub/themes/012_119$

Print this item

  VHD Not Visible
Posted by: Sparks79 - 01-16-2023, 07:28 PM - Forum: Ventoy Discussion Forum - Replies (5)

I have Successfully Made a Windows 10 VHD with WinToUsb and it Works just fine from my Flash Drive.
So I Copied that vhd to my Ventoy Folder, but when I Boot from my Ventoy SSD , the vhd does not show up.
Everything else I have on it works, like I can install windows 10 from it etc.
I have tried a lot of different versions of ventoy, the current one is 01160755.
The Layout of my Ventoy is, Formated to NTS and created a ventoy partition ntfs MBR where I have put all my other iso's and this vhd.
I have copied the ( ventoy_vhdboot.img ) file to the ventoy folder.
My Ventoy is on a Sandisk 2TB External Portable SSD
 Any help would be appreciated.

Print this item

  Linux Mint 21.1 iso fails to complete boot up.
Posted by: timboxy - 01-16-2023, 02:12 PM - Forum: Ventoy Discussion Forum - Replies (4)

I added a fresh linuxmint-21.1-cinnamon-64bit.iso to my Ventoy 1.0.88 stick and although it appears in the menu list along with all my other files it fails to completely boot. I have tried normal and Grub 2 options and both seem to fail.

Upon selection I get the Mint Grub menu and it all starts OK but then hangs with either a blank screen or the green mint icon that usually appears part way through booting. This is on a laptop running the same version natively and the ISO burnt to USB drive in the traditional manner also works fine as do all my other images on the Ventot drive. (Leap, clonezilla, System Rescue etc).

I notice that at https://www.ventoy.net/en/distro_iso/linux_mint.html V21 (not 21.1) is shown as only tested on UEFI and I know Mint now assume UEFI for installs but it is still easily possible to install on non UEFI systems so I can't see why it wouldn't work under Ventoy given I have it working in other ways.

Print this item

  用win11创建的可恢复媒体u盘如何转换为ventoy支持的iso
Posted by: jiafei2427 - 01-16-2023, 06:22 AM - Forum: Ventoy Discussion Forum - Replies (1)

我尝试将可启动u盘用UltraISO转换后无法在ventoy下引导。

Print this item