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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 12,274
» Latest member: Mollishek
» Forum threads: 1,602
» Forum posts: 6,562

Full Statistics

Online Users
There are currently 94 online users.
» 1 Member(s) | 89 Guest(s)
Bing, Facebook, Google, Twitter, cruisetung

Latest Threads
Kraken: Гарантия безопасн...
Forum: Ventoy Discussion Forum
Last Post: JustinHew
5 hours ago
» Replies: 0
» Views: 22
i have ventoy usb with wi...
Forum: Ventoy Discussion Forum
Last Post: xzaswq
6 hours ago
» Replies: 3
» Views: 101
Ventoy service autostart ...
Forum: Ventoy Discussion Forum
Last Post: reyesryder
11-22-2024, 09:26 AM
» Replies: 0
» Views: 119
About the low activity
Forum: Ventoy Discussion Forum
Last Post: Epictetus
11-20-2024, 11:32 PM
» Replies: 2
» Views: 801
Installation looks streak...
Forum: iVentoy Discussion Forum
Last Post: lvinuezav
11-20-2024, 10:11 PM
» Replies: 1
» Views: 615
Windows 11 24H2 installer...
Forum: Ventoy Discussion Forum
Last Post: DawnTreader
11-14-2024, 07:43 PM
» Replies: 5
» Views: 4,135
ventoy什么时候,能支持原生4K的U盘
Forum: Ventoy Discussion Forum
Last Post: pj1981618
11-12-2024, 09:11 AM
» Replies: 2
» Views: 2,392
Boot ISO from sata
Forum: Ventoy Discussion Forum
Last Post: jesudia
11-10-2024, 08:17 PM
» Replies: 0
» Views: 307
boot iso with ventoy: "n...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
11-08-2024, 01:55 PM
» Replies: 0
» Views: 367
vhdimg, does it work with...
Forum: Ventoy Discussion Forum
Last Post: asdffdsa1122
11-05-2024, 10:48 PM
» Replies: 0
» Views: 384

 
  Ventoy does not work on Seagate 4TB HDD - Solved
Posted by: Senpai - 02-03-2023, 09:22 AM - Forum: Ventoy Discussion Forum - Replies (6)

Hi:
First of all thank you for this great program that I use regularly for my USBs.

I bought this model of 4TB external HDD: "USB vendor: Seagate model: Expansion HDD: size: 3.64 TiB block-size: physical: 4096 B logical: 512 B type: N/A serial: rev: 1901 scheme: GPT".

I did the installation of Ventoy in GTP, since in MBR it tells me that it can only be done in 2TB, but although the installation and partitions are done correctly, I have tried both in Linux and Windows, Ventoy does not work in this 4TB disk, it does not boot when starting the PC, it does not show anything from Ventoy boot, is there any way to make it work in this disk?

Thanks

Translated with www.DeepL.com/Translator (free version)

Print this item

  是否可以用vdfuse让vtoyboot支持启动动态大小的虚拟磁盘(以及vmdk格式)?
Posted by: grub2 - 02-03-2023, 02:12 AM - Forum: Ventoy Plugin Forum - Replies (2)

如果能做到,将会大大节省硬盘空间。
https://bbs.c3.wuyou.net/forum.php?mod=v...tid=418705
https://unix.stackexchange.com/questions...215#465215

Print this item

Question Translation file upload
Posted by: Gabriel Bueno - 02-01-2023, 01:59 PM - Forum: Ventoy Discussion Forum - No Replies

How can I upload the translation files so that they come out in the next update of ventoy?

Print this item

Wink Polish translation (approval)
Posted by: Endrju - 02-01-2023, 08:15 AM - Forum: Ventoy Discussion Forum - No Replies

Hello,

This is my first post on the forum, so welcome to everyone  Smile I have made updates and corrections to the Polish translation, unfortunately the update is still waiting for approval. I am an author or co-author to many translations so I have experience in this. This is the first time I'm doing this through GitHub so please forgive me if I get something wrong, of course I'm referring to the technical aspects of how GitHub works when updating content.

Have a nice day

Print this item

  What is needed to make an image compatible ... ?
Posted by: tmuehlhoff - 01-31-2023, 05:12 PM - Forum: Ventoy Discussion Forum - No Replies

I wished the now stable Armbian UEFI x86 image would be possible to make compatible to Ventoy, if I try I end up in grub rescue prompt. Where do I need to dig
https://www.armbian.com/uefi-x86/

/To

Print this item

  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.

Print this item

  مشكلة في ويندوز 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