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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 12,360
» Latest member: flagrans
» Forum threads: 1,609
» Forum posts: 6,580

Full Statistics

Online Users
There are currently 146 online users.
» 0 Member(s) | 142 Guest(s)
Applebot, Bing, Google, Yandex

Latest Threads
Ventoy and AMD vs Intel i...
Forum: Ventoy Discussion Forum
Last Post: ToysILike
Yesterday, 11:43 PM
» Replies: 0
» Views: 72
Live Injection makes all ...
Forum: iVentoy Discussion Forum
Last Post: LexPendragon
12-10-2024, 03:44 AM
» Replies: 0
» Views: 75
EFI Files on root
Forum: Ventoy Discussion Forum
Last Post: x16
12-08-2024, 12:55 PM
» Replies: 6
» Views: 843
iVentoy PXE Booting from ...
Forum: iVentoy Discussion Forum
Last Post: vmsman
12-07-2024, 04:20 AM
» Replies: 0
» Views: 138
Iventoy on Nas Synology
Forum: iVentoy Discussion Forum
Last Post: spidersyno
12-05-2024, 10:07 PM
» Replies: 1
» Views: 2,717
iventoy 1.0.20 crash
Forum: iVentoy Discussion Forum
Last Post: spidersyno
12-03-2024, 10:33 AM
» Replies: 0
» Views: 158
EFI partition has wrong I...
Forum: Ventoy Discussion Forum
Last Post: Reiner
11-30-2024, 08:29 PM
» Replies: 0
» Views: 241
iVentoy PXE Booting on Mi...
Forum: Ventoy Discussion Forum
Last Post: vmsman
11-30-2024, 02:14 AM
» Replies: 0
» Views: 231
i have ventoy usb with wi...
Forum: Ventoy Discussion Forum
Last Post: nguyen ha thai trong
11-27-2024, 04:19 AM
» Replies: 6
» Views: 1,668
欢迎iVentoy适配Circle Linux I...
Forum: iVentoy Discussion Forum
Last Post: yaoezi
11-26-2024, 08:35 AM
» Replies: 1
» Views: 697

 
  [Tested] Linux Neptune 6.5 „Jet” Plasma5-20200707
Posted by: dickw - 07-11-2020, 07:31 PM - Forum: Ventoy Discussion Forum - No Replies

I tested live Linux Neptune 6.5 „Jet” Plasma5-20200707 with ventoy-10/15.
ISO:  Neptune65-Plasma5-20200707.iso
Download: download
Boot:
- Legacy
- UEFI (Secure Boot disabled)
Platforms test:
- processor: Intel i5-5200U (Broadwell) laptop: Lenovo Z51-70



Attached Files Thumbnail(s)
   
Print this item

  Forum language
Posted by: Van Flusen - 07-11-2020, 01:34 PM - Forum: Ventoy Discussion Forum - Replies (6)

It would be very nice if the general forum language was English.

Print this item

  Haiku OS iso boot problem
Posted by: Zarnal - 07-11-2020, 08:38 AM - Forum: Ventoy Discussion Forum - Replies (1)

Hello,

I noticed a problem with the live cd ISO of the Haiku operating system.

Official site:

https://www.haiku-os.org/about/


Haiku 32bits :


https://s3.wasabisys.com/haiku-release/r...nyboot.zip


Haiku 64 bits :


https://s3.wasabisys.com/haiku-release/r...nyboot.zip


It refuses to boot on my DELL D630 and also on a virtual machine ( i have only tested in Legacy mode because I do not currently have UEFI).


Thank you for your attention.

Print this item

Lightbulb Some suggestions
Posted by: renatofrota - 07-11-2020, 07:11 AM - Forum: Ventoy Discussion Forum - Replies (6)

First of all, Ventoy is awesome!  Heart

Congratulations for the project and a big THANK YOU for publishing it for free under GPL license. Big Grin

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 Tongue

Print this item

  通过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?
望各位帮忙!多谢!

Print this item

  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.

Print this item

  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.

Print this item

  Theme Random Background Image
Posted by: vishalvodro - 07-10-2020, 06:27 PM - Forum: Ventoy Discussion Forum - No Replies

Any way to automatically/manually Randomly change the Background Image while booting every time or each time visiting the directories while in Tree View.

Like, if I enter ISO directory then the Background image will shuffle/change and so as with WIM directory...

Just a though if possible. No insist...



Attached Files Thumbnail(s)
   
Print this item

  ventoy-1.0.15 not updating
Posted by: awengers44 - 07-09-2020, 10:37 PM - Forum: Ventoy Discussion Forum - Replies (9)

Why not updating.. master



Attached Files Thumbnail(s)
   
Print this item

  [Tested] LinuxFX 10.3.1-WX LTS
Posted by: dickw - 07-09-2020, 10:43 AM - Forum: Ventoy Discussion Forum - No Replies

I tested LinuxFX 10.3.1-WX LTS with ventoy-1.0.14.
ISO: linuxfx10.3.1-wx-lts.iso
Download (10.4): download
Boot:
- Legacy
- UEFI (Secure Boot disabled)
Platforms test:
- processor: Intel i5-2410M (Sandy Bridge)  laptop: Packard Bell EN TS1HR
- processor: Intel i5-5200U (Broadwell) laptop: Lenovo Z51-70



Attached Files Thumbnail(s)
   
Print this item