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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 13,240
» Latest member: CaponeK
» Forum threads: 1,656
» Forum posts: 6,670

Full Statistics

Online Users
There are currently 211 online users.
» 0 Member(s) | 208 Guest(s)
Applebot, 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: 164
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
07-01-2025, 03:12 PM
» Replies: 1
» Views: 250
Ventoy and TrueNAS 25.04....
Forum: Ventoy Discussion Forum
Last Post: dragonlord76
06-25-2025, 07:27 PM
» Replies: 0
» Views: 214
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 01:11 PM
» Replies: 0
» Views: 315
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 12:54 PM
» Replies: 1
» Views: 1,110
plz update hardware info ...
Forum: Ventoy Discussion Forum
Last Post: kcs
06-09-2025, 02:57 PM
» Replies: 0
» Views: 496
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 560
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 8,136
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,508
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 2,352

 
  No ISO files found (Press enter to reboot...)
Posted by: elisatems - 11-04-2021, 02:38 AM - Forum: Ventoy Discussion Forum - Replies (3)

This is the message Ventoy gives me when I try to boot from a USB stick with Ventoy installed and two Linux dist ISOs copied to it. With the disk mounted under Linux, a directory listing gives:

ls -al /run/media/lise/Ventoy/
total 3956224
drwxrwxrwx. 1 lise lise    131072 Dec 31  1969 .
drwxr-x---+ 3 root root        60 Nov  3 22:16 ..
-rwxrwxrwx. 1 lise lise 2007367680 Nov  3 20:21 Fedora-Workstation-Live-x86_64-34-1.2.iso
-rwxrwxrwx. 1 lise lise 2043674624 Nov  3 20:21 SL-79-x86_64-2020-10-17-LiveDVDgnome.iso


Did I misunderstand what is meant by "you just need to copy iso files to this partition"?

For completeness: in order to mount the Ventoy disk to copy the files to it, I needed to install the fuse-exfat package for RHEL. But the disk does mount, and df returns:

% df
Filesystem        1K-blocks      Used Available Use% Mounted on
devtmpfs            16417944        0  16417944  0% /dev
tmpfs              16433800        16  16433784  1% /dev/shm
tmpfs              16433800    10200  16423600  1% /run
tmpfs              16433800        0  16433800  0% /sys/fs/cgroup
/dev/sda5          275321120  19337296 241975148  8% /
tmpfs              16433800        8  16433792  1% /tmp
/dev/sdb1          480587432  44105740 412046032  10% /usr2
/dev/sda3            487634    189181    268757  42% /boot
macbookpro:/backup 488245312 488245312 218162432  70% /mac/backup
tmpfs                3286760        28  3286732  1% /run/user/1000
/dev/sdc1          120093696  3960320 116133376  4% /run/media/lise/Ventoy

%

The last line shows that the partition containing the iso files is the first partition on /dev/sdc. I installed Ventoy with

Code:
sh Ventoy2Disk.sh -i /dev/sdc
Was this wrong? Should I have specified something other than /dev/sdc?

Any help would be appreciated.

Print this item

  Partition from ISO - RAW
Posted by: rafq - 11-03-2021, 06:29 PM - Forum: Ventoy Discussion Forum - Replies (1)

Hello, my ISO file partition is damaged. It is shown as RAW. It happened after connecting and disconnecting the pendrive several times. Is it going to be fixed somehow?

Print this item

  Mount error with persistence file
Posted by: avggeek - 11-02-2021, 11:00 AM - Forum: Ventoy Discussion Forum - Replies (11)

I'm having trouble getting an Ubuntu ISO to boot with a persistence file:

My Environment:

  • Ventoy version 1.0.55
  • Host OS: Windows 10 Pro (21H2)
  • 256 GB USB key - Partition 1 formatted as exFAT.
Expected Behavior:
  • The Ubuntu 21.10 ISO will allow me to retain files between reboots using the persistence behavior
Actual Behavior:
  • The Ubuntu 21.10 ISO stops on boot with an error stating "mounting /dev/disk/by-label/casper-rw on /cow failed: Input/output error"
[Image: tDq3Sjz.png]

Steps:
  • Create a folder called "persistence" under "ventoy" in the USB key.
  • Download the persistence releases file "Ventoy persistence backend image files 5.0" from https://github.com/ventoy/backend/releases
  • Expand the "persistence_ext4_1GB_casper-rw.dat.7z" from the release file.
  • Rename the folder/file to "ubuntu2110.dat"
  • Copy the renamed folder/file to the path [Drive Letter]:/ventoy/persistence/
  • Verify that your ventoy.json has the following content (which is verified valid json):
Code:
{
    "control": [
        { "VTOY_DEFAULT_MENU_MODE": "1" },
        { "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },     
        { "VTOY_TREE_VIEW_MENU_STYLE": "1" },
        { "VTOY_MAX_SEARCH_LEVEL": "max" },
        { "VTOY_FILE_FLT_ISO": "0" },
        { "VTOY_FILE_FLT_WIM": "0" },
        { "VTOY_FILE_FLT_EFI": "0" },
        { "VTOY_FILE_FLT_IMG": "0" },
        { "VTOY_FILE_FLT_VHD": "0" },
        { "VTOY_FILE_FLT_VTOY": "0" },
        { "VTOY_DEFAULT_KBD_LAYOUT": "QWERTY_USA" }       
    ],
    "theme": {
        "file": "/ventoy/theme/Tela/theme.txt",       
        "display_mode": "GUI",
        "gfxmode": "1920x1080",
        "ventoy_left": "0%",
        "ventoy_top": "0",
        "ventoy_color": "#f2f2f2",
        "fonts": [
            "/ventoy/theme/Tela/dejavu_32.pf2",
            "/ventoy/theme/Tela/dejavu_sans_12.pf2",
            "/ventoy/theme/Tela/dejavu_sans_14.pf2",
            "/ventoy/theme/Tela/dejavu_sans_16.pf2",
            "/ventoy/theme/Tela/dejavu_sans_24.pf2",
            "/ventoy/theme/Tela/dejavu_sans_48.pf2",
            "/ventoy/theme/Tela/terminus-12.pf2",
            "/ventoy/theme/Tela/terminus-14.pf2",
            "/ventoy/theme/Tela/terminus-16.pf2",
            "/ventoy/theme/Tela/terminus-18.pf2"
        ]
    },
    "menu_class": [       
        {
            "dir": "/Antivirus",
            "class": "antivirus"
        },
        {
            "key": "[UEFI]_Malwarebytes_Antimalware",
            "class": "malwarebytes"
        },
        {
            "key": "eset_sysrescue",
            "class": "eset"
        },
        {
            "key": "krd",
            "class": "krd"
        },
        {
            "dir": "/VHD",
            "class": "vhd"
        },
        {
            "key": "[UEFI]_MediCat_VHD_",
            "class": "win10vhd"
        },
        {
            "dir": "/Backup_and_Restore",
            "class": "backup"
        },
        {
            "key": "[UEFI]_Acronis_Cyber_Backup_",
            "class": "acronisbackup"
        },
        {
            "key": "[UEFI]_Acronis_True_Image_",
            "class": "acronistrueimage"
        },
        {
            "key": "AcronisBootablePEMedia",
            "class": "acronistrueimage"
        },
        {
            "key": "[UEFI]_AOMEI_Backupper_",
            "class": "aomeibackupper"
        },
        {
            "key": "[UEFI]_EaseUS_Data_Recovery_Wizard_",
            "class": "easeusdatarecovery"
        },
        {
            "key": "[UEFI]_EaseUS_Todo_Backup_",
            "class": "easeustodobackup"
        },
        {
            "key": "[UEFI]_Elcomsoft_System_Recovery_",
            "class": "elcomsoft"
        },
        {
            "key": "[UEFI]_Macrium_Reflect_",
            "class": "macriumreflect"
        },
        {
            "key": "[UEFI]_MiniTool_Power_Data_Recovery_",
            "class": "minitoolpowerdatarecovery"
        },
        {
            "key": "[UEFI]_MiniTool_ShadowMaker_Pro_Ultimate_",
            "class": "minitoolshadowmaker"
        },
        {
            "key": "[UEFI]_O&O_BlueCon_",
            "class": "O&O"
        },
        {
            "key": "[UEFI]_rescuezilla-",
            "class": "rescuezilla"
        },
        {
            "key": "[UEFI]_Symantec_Ghost_",
            "class": "ghost"
        },
        {
            "dir": "/Boot_an_Operating_System",
            "class": "systemrescue"
        },
        {
            "key": "[UEFI]_Active@_",
            "class": "active"
        },
        {
            "key": "[UEFI]_Mini_Windows_10",
            "class": "windows10"
        },
        {
            "key": "[UEFI]_SystemRescue_",
            "class": "systemrescue"
        },
        {
            "dir": "/Boot_Repair",
            "class": "bootrepair"
        },
        {
            "key": "[BIOS]_BootIt_Bare_Metal_",
            "class": "bootitbaremetal"
        },
        {
            "key": "[BIOS]_Boot-Repair-Disk_",
            "class": "bootrepairdisk"
        },
        {
            "key": "[UEFI]_EasyUEFI_Enterprise_",
            "class": "easyuefi"
        },
        {
            "key": "[UEFI]_rescatux-",
            "class": "rescatux"
        },
        {
            "key": "[UEFI]_super_grub2-",
            "class": "linux"
        },
        {
            "dir": "/Diagnostic_Tools",
            "class": "diagnostics"
        },
        {
            "key": "[BIOS]_HDAT2_",
            "class": "hdat2"
        },
        {
            "key": "[BIOS]_MemTest86+_",
            "class": "memtest86+"
        },
        {
            "key": "[BIOS]_Spinrite",
            "class": "spinrite"
        },
        {
            "key": "[BIOS]_Ultimate_Boot_CD_",
            "class": "ubcd"
        },
        {
            "key": "[UEFI]_MemTest86_",
            "class": "memtest86"
        },
        {
            "dir": "/Partition_Tools",
            "class": "partitions"
        },
        {
            "key": "[UEFI]_Acronis_Disk_Director_",
            "class": "acronisdiskdirector"
        },
        {
            "key": "[UEFI]_AOMEI_Partition_Assistant_",
            "class": "aomeipartitionassistant"
        },
        {
            "key": "[UEFI]_DiskGenius_",
            "class": "diskgenius"
        },
        {
            "key": "[UEFI]_EaseUS_Partition_Master_",
            "class": "easeuspartitionmaster"
        },
        {
            "key": "[UEFI]_MiniTool_Partition_Wizard_",
            "class": "minitoolpartitionwizard"
        },
        {
            "key": "[UEFI]_NIUBI_Partition_Editor_",
            "class": "niubi"
        },
        {
            "key": "[UEFI]_Paragon_Hard_Disk_Manager_",
            "class": "paragonharddiskmanager"
        },
        {
            "key": "[UEFI]_Parted_Magic_",
            "class": "partedmagic"
        },
        {
            "key": "[UEFI]_ShredOS-",
            "class": "shredos"
        },
        {
            "dir": "/Password_Removal",
            "class": "passwords"
        },
        {
            "key": "[UEFI]_Jayro's_Lockpick",
            "class": "lockpick"
        },      
        {
            "dir": "/OSimages",
            "class": "os"
        },
        {
            "dir": "/OSimages/Linux",
            "class": "linux"
        },
        {
            "dir": "/Windows_Recovery",
            "class": "recovery"
        },
        {
            "key": "[UEFI]_Windows_8",
            "class": "windows8"
        },
        {
            "key": "ubuntu",
            "class": "ubuntu"
        },
        {
            "key": "debian",
            "class": "debian"
        },
        {
            "key": "proxmox",
            "class": "proxmox"
        },
        {
            "key": "[UEFI]_Windows_10",
            "class": "windows10"
        }
    ],
    "menu_alias": [
        {
            "dir": "/OSimages/Linux",
            "alias": "Linux ISO"
        },
        {
            "image": "/OSimages/Linux/debian-11.1.0-amd64-DVD-1.iso",
            "alias": "Debian Bullseye"
        },
        {
            "image": "/OSimages/Linux/ubuntu-20.04.1-live-server-amd64.iso",
            "alias": "Ubuntu 20.04 LTS (Server)"
        },
        {
            "image": "/OSimages/Linux/proxmox-ve_7.0-2.iso",
            "alias": "Proxmox 7"
        },
        {
            "image": "/OSimages/Linux/debian-live-11.1.0-amd64-xfce.iso",
            "alias": "Debian Bullseye Desktop (XFCE)"
        },
        {
            "image": "/OSimages/Linux/ubuntu-20.04.1-desktop-amd64.iso",
            "alias": "Ubuntu 20.04 (Desktop)"
        },
        {
            "image": "/OSimages/Linux/debian-10.11.0-amd64-DVD-1.iso",
            "alias": "Debian Buster"
        },
        {
            "image": "/OSimages/Linux/proxmox-ve_6.3-1.iso",
            "alias": "Proxmox 6"
        },
        {
            "image": "/Boot_an_Operating_System/ubuntu-21.10-desktop-amd64.iso",
            "alias": "Ubuntu 21.10 (Desktop w. Persistence)"
        },
        {
            "image": "/Backup_and_Restore/AcronisBootablePEMedia.iso",
            "alias": "Acronis Rescue Media (WinPE)"
        },
        {
            "image": "/Antivirus/eset_sysrescue_live_enu.iso",
            "alias": "ESET SysRescue Live"
        },
        {
            "image": "/Antivirus/krd.iso",
            "alias": "Kaspersky Rescue Disk Free"
        },
        {
            "image": "/VHD/[UEFI]_MediCat_VHD_&DW.vhd",
            "alias": "MediCat VHD"
        },
        {
            "image": "/Antivirus/[UEFI]_Malwarebytes_Antimalware_v21.06.wim",
            "alias": "[UEFI] Malwarebytes Bootable"
        },
        {
            "image": "/Backup_and_Restore/[UEFI]_Acronis_Cyber_Backup_v12.5_Build_16428.iso",
            "alias": "[UEFI] Acronis Cyber Backup v12.5 Build 16428"
        },
        {
            "image": "/Backup_and_Restore/[UEFI]_Acronis_True_Image_v2021_Build_39216.iso",
            "alias": "[UEFI] Acronis True Image v2021 Build 39216"
        },
        {
            "image": "/Backup_and_Restore/[UEFI]_AOMEI_Backupper_v6.5.0.wim",
            "alias": "[UEFI] AOMEI Backupper v6.5.0"
        },
        {
            "image": "/Backup_and_Restore/[UEFI]_EaseUS_Data_Recovery_Wizard_v14.0.wim",
            "alias": "[UEFI] EaseUS Data Recovery Wizard v14.0"
        },
        {
            "image": "/Backup_and_Restore/[UEFI]_EaseUS_Todo_Backup_v13.5.0.wim",
            "alias": "[UEFI] EaseUS Todo Backup v13.5.0"
        },
        {
            "image": "/Backup_and_Restore/[UEFI]_Elcomsoft_System_Recovery_v7.2.628.iso",
            "alias": "[UEFI] Elcomsoft System Recovery v7.2.628"
        },
        {
            "image": "/Backup_and_Restore/[UEFI]_Macrium_Reflect_v8.0.5994.wim",
            "alias": "[UEFI] Macrium Reflect v8.0.5994"
        },
        {
            "image": "/Backup_and_Restore/[UEFI]_MiniTool_Power_Data_Recovery_v9.2.wim",
            "alias": "[UEFI] MiniTool Power Data Recovery v9.2"
        },
        {
            "image": "/Backup_and_Restore/[UEFI]_MiniTool_ShadowMaker_Pro_Ultimate_v3.6.wim",
            "alias": "[UEFI] MiniTool ShadowMaker v3.6"
        },
        {
            "image": "/Backup_and_Restore/[UEFI]_rescuezilla-2.2-64bit.iso",
            "alias": "[UEFI] Rescuezilla v2.2"
        },
        {
            "image": "/Backup_and_Restore/[UEFI]_Symantec_Ghost_x64_v12.0.0.11331.wim",
            "alias": "[UEFI] Symantec Ghost v12.0.0.11331"
        },
        {
            "image": "/Boot_an_Operating_System/[UEFI]_Active@_Data_Studio_v17.0.0.iso",
            "alias": "[UEFI] Active@ Data Studio v17.0.0"
        },
        {
            "image": "/Boot_an_Operating_System/[UEFI]_Mini_Windows_10.wim",
            "alias": "[UEFI] Mini Windows 10"
        },
        {
            "image": "/Boot_an_Operating_System/[UEFI]_O&O_BlueCon_v18.0.8088.wim",
            "alias": "[UEFI] O&O BlueCon v18.0.8088"
        },
        {
            "image": "/Boot_an_Operating_System/[UEFI]_systemrescue-8.03-x64.iso",
            "alias": "[UEFI] SystemRescue v8.03"
        },
        {
            "image": "/Boot_Repair/[BIOS]_Boot-Repair-Disk_v2020-6-13.iso",
            "alias": "[BIOS] Boot-Repair-Disk v2020.6.13"
        },
        {
            "image": "/Boot_Repair/[UEFI]_EasyUEFI_v4.6.2.wim",
            "alias": "[UEFI] EasyUEFI v4.6.2"
        },
        {
            "image": "/Boot_Repair/[UEFI]_rescatux-0.73.iso",
            "alias": "[UEFI] Rescatux v0.73"
        },
        {
            "image": "/Boot_Repair/[BIOS]_BootIt_Bare_Metal_v1.70.iso",
            "alias": "[BIOS] BootIt Bare Metal v1.70"
        },
        {
            "image": "/Boot_Repair/[UEFI]_super_grub2-2.04s2-beta2-x86_64_efi-.efi",
            "alias": "[UEFI] Super Grub2 Disk v2.04 S2 Beta 2 (EFI Version)"
        },
        {
            "image": "/Boot_Repair/[UEFI]_super_grub2-2.04s2-beta2-x86_64_efi-.iso",
            "alias": "[UEFI] Super Grub2 Disk v2.04 S2 Beta 2 (ISO Version)"
        },
        {
            "image": "/Diagnostic_Tools/[BIOS]_HDAT2_v7.2.iso",
            "alias": "[BIOS] HDAT2 v7.2"
        },
        {
            "image": "/Diagnostic_Tools/[BIOS]_MemTest86+_v5.31_Beta.iso",
            "alias": "[BIOS] MemTest86+ v5.31 Beta"
        },
        {
            "image": "/Diagnostic_Tools/[BIOS]_Spinrite.iso",
            "alias": "[BIOS] Spinrite v6.0"
        },
        {
            "image": "/Diagnostic_Tools/[BIOS]_Ultimate_Boot_CD_539.iso",
            "alias": "[BIOS] Ultimate Boot CD v5.3.9"
        },
        {
            "image": "/Diagnostic_Tools/[UEFI]_MemTest86_v9.0._ARM64.efi",
            "alias": "[UEFI] PassMark MemTest86 v9.0 [ARM64/AARCH64]"
        },
        {
            "image": "/Diagnostic_Tools/[UEFI]_MemTest86_v9.0.efi",
            "alias": "[UEFI] PassMark MemTest86 v9.0 [AMD64]"
        },
        {
            "image": "/Partition_Tools/[UEFI]_Acronis_Disk_Director_v12.5_Build_163.wim",
            "alias": "[UEFI] Acronis Disk Director v12.5"
        },
        {
            "image": "/Partition_Tools/[UEFI]_Active@_UNERASER_v16.0.2.wim",
            "alias": "[UEFI] Active@ UNERASER v16.0.2"
        },
        {
            "image": "/Partition_Tools/[UEFI]_AOMEI_Partition_Assistant_v9.2.1.wim",
            "alias": "[UEFI] AOMEI Partition Assistant v9.2.1"
        },
        {
            "image": "/Partition_Tools/[UEFI]_DiskGenius_5.4.2.2278.wim",
            "alias": "[UEFI] DiskGenius v5.4.2.2278"
        },
        {
            "image": "/Partition_Tools/[UEFI]_EaseUS_Partition_Master_15.8.wim",
            "alias": "[UEFI] EaseUS Partition Master 15.8"
        },
        {
            "image": "/Partition_Tools/[UEFI]_MiniTool_Partition_Wizard_12.3.wim",
            "alias": "[UEFI] MiniTool Partition Wizard v12.3"
        },
        {
            "image": "/Partition_Tools/[UEFI]_NIUBI_Partition_Editor_v7.4.1.wim",
            "alias": "[UEFI] NIUBI Partition Editor v7.4.1"
        },
        {
            "image": "/Partition_Tools/[UEFI]_Paragon_Hard_Disk_Manager_v17.13.1.wim",
            "alias": "[UEFI] Paragon Hard Disk Manager v17.13.1"
        },
        {
            "image": "/Partition_Tools/[UEFI]_Parted_Magic_2021_05_12_0.iso",
            "alias": "[UEFI] Parted Magic v2021.05.12"
        },
        {
            "image": "/Partition_Tools/[UEFI]_ShredOS-2020.05.img",
            "alias": "[UEFI] ShredOS (Pass: medicat)"
        },
        {
            "image": "/Password_Removal/[UEFI]_Jayro's_Lockpick.wim",
            "alias": "[UEFI] Jayro's Lockpick"
        },
        {
            "image": "/Windows_Recovery/[UEFI]_Windows_8_Recovery.wim",
            "alias": "[UEFI] Windows 8 Recovery +MS DaRT"
        },
        {
            "image": "/Windows_Recovery/[UEFI]_Windows_10_Recovery.wim",
            "alias": "[UEFI] Windows 10 Recovery +MS DaRT"
        },
        {
            "dir": "/Antivirus",
            "alias": "Antivirus -->"
        },
        {
            "dir": "/Backup_and_Restore",
            "alias": "Backup and Restore -->"
        },
        {
            "dir": "/Boot_an_Operating_System",
            "alias": "Boot an Operating System -->"
        },
        {
            "dir": "/Boot_Repair",
            "alias": "Boot Repair -->"
        },
        {
            "dir": "/Diagnostic_Tools",
            "alias": "Diagnostic Tools -->"
        },
        {
            "dir": "/OSimages",
            "alias": "Install OS -->"
        },
        {
            "dir": "/Partition_Tools",
            "alias": "Partition Tools -->"
        },
        {
            "dir": "/Password_Removal",
            "alias": "Password Removal -->"
        },
        {
            "dir": "/VHD",
            "alias": "VHDs -->"
        },
        {
            "dir": "/Windows_Recovery",
            "alias": "Windows Recovery -->"
        }
    ],
    "auto_memdisk": [
        "/Diagnostic_Tools/[BIOS]_HDAT2_7.2.iso",
        "/Diagnostic_Tools/[BIOS]_Spinrite.iso",
        "/Diagnostic_Tools/[BIOS]_MemTest86+_v5.31_Beta.iso"
    ],
    "persistence": [
        {
            "image": "/Boot_an_Operating_System/ubuntu-21.10-desktop-amd64.iso",
            "backend": [
                "/ventoy/persistence/ubuntu2110.dat/ubuntu2110.dat"
            ]
        }
    ],
    "auto_install": [
        {
            "image": "/OSimages/Linux/debian-11.1.0-amd64-DVD-1.iso",
            "template": [
                "/ventoy/templates/debian11-generic-preseed.cfg",
                "/ventoy/templates/debian11-test-preseed.cfg"
            ],
            "timeout": 10
        }
    ]
}
  • Verify that the persistence file on the USB key is indeed an ext4 file with the "casper-rw" label:
Code:
$ file /j/ventoy/persistence/ubuntu2110.dat/ubuntu2110.dat
/j/ventoy/persistence/ubuntu2110.dat/ubuntu2110.dat: Linux rev 1.0 ext4 filesystem data, UUID=62fcf2b5-ffff9ac2-4a00-ffff9bac-78e61bb05976, volume name "casper-rw" (extents) (64bit) (large files) (huge files)
  • Boot the ventoy USB key and select the ISO "/Boot_an_Operating_System/ubuntu-21.10-desktop-amd64.iso"


Following the instructions posted here (https://forums.ventoy.net/showthread.php...202#pid202), I ran vt_dump_persistence at the ventoy grub shell. Screenshot below:

[Image: BXsLoBg.png]

Print this item

  64-bit version
Posted by: RenierX - 11-02-2021, 07:09 AM - Forum: Ventoy Discussion Forum - Replies (3)

Hi, I sometimes use Ventoy (Windows installer) in a Windows PE environment. It works smoothly, but only in the 32-bit version. Is there a chance that there will be a 64-bit version of Ventoy in the future?

Print this item

  Boot unpacked iso with persistence
Posted by: spirtman96 - 11-02-2021, 04:09 AM - Forum: Ventoy Discussion Forum - Replies (4)

Hello
Im unpacked kali iso and boot live version from exmenu (f6) with secure boot

Code:
menuentry "Kali Live Persistence 2021.3a" {
search -s root -f /Image/Linux/Kali/live/vmlinuz
linux /Image/Linux/Kali/live/vmlinuz-* boot=live components live-media-path=/Image/Linux/Kali/live/ vt.default_utf8=0 persistence nosplash vgahi
initrd /Image/Linux/Kali/live/initrd.img-*
}

How I can use persistence dat with this?

Print this item

  ADK and Windows PE add-on for Windows 11
Posted by: Van Flusen - 11-01-2021, 08:35 AM - Forum: Ventoy Discussion Forum - Replies (3)

I have created a MacriumReflect_7.3.6284_PE_x64.iso on a Windows 11 system.
Macrium downloads pe10_1709x64 for this purpose.
I have alternatively installed the newer Windows ADK for Windows 10, version 2004 and Windows PE add-on for the ADK, version 2004 and it also works with Original Ventoy (UEFI).
The latest ADK and PE add-on for Windows 11, version 22000 does not work with Original Ventoy (UEFI). Legacy OK.
When I extract the boot.wim, Ventoy boots fine from it (UEFI).
When I create a USB drive with Macrium it boots fine (UEFI).
Does Ventoy not work with Windows ADK for Windows 11, version 22000 and Windows PE add-on for the ADK, version 22000 (UEFI)?

Print this item

  compile issue - help menu not working
Posted by: Steve2926 - 11-01-2021, 08:23 AM - Forum: Ventoy Discussion Forum - Replies (1)

I download master zip for 1.0.57
compile seemed to work OK, however if I press h or m then there is no help\checksum screen displayed.
I compared with downloaded  windows.zip file and problem is the windows download has /grub/help.tar.gz but my compiled version does not have this file but does have /grub/help/*.txt files instead.
Not sure if I have done something wrong or if missing code in .sh files?

Print this item

  Help booting iso from Intel SSD FW update
Posted by: MAnew - 11-01-2021, 06:04 AM - Forum: Ventoy Discussion Forum - Replies (1)

Dear all,
             Need help to boot issdfut_64_3.0.11.iso  from issdfut_64_3.0.11.zip located at
https://www.intel.com/content/www/us/en/...-tool.html

always post error    fail to load ldlinux.c32

Doing a search in forum, find no match so far.


Thankx for help!

Print this item

  Logacy模式启动WinPE卡死的一个提报
Posted by: lsw13227 - 11-01-2021, 02:23 AM - Forum: Ventoy Discussion Forum - Replies (7)

Kinston的U盘DT101 G2在HP 400 G2一体机上测试
使用WimBuilder2-Full.v2021-08-08制作Win10LTSC2019的WinPE启动盘

做好后的iso复制一份分别命名上.iso和下.iso使用ventoy-1.0.57启动测试

启动后菜单第1项是上.iso,可以通过启动,第2项下.iso无法启动会闪一下黑框卡死在菜单界面
将上.iso改名为-上.iso后重新测试,第一项变为下.iso,此时原来卡死的下.iso变得能启动了,而变为第2项的-上.iso则卡死了。

干脆多复制几个,1.ISO 2.iso 3.iso 4.iso都是logacy模式启动发现
排在第1,3位的可启动,,,,排在第2,4位的卡死。。

电脑,U盘硬件环境一样,iso是直接复制的,应该是Ventoy的问题。

Print this item

  1.0.57
Posted by: cscs - 10-29-2021, 11:59 PM - Forum: Ventoy Discussion Forum - No Replies

1.0.57 has virus detection by Symantec


WS.Reputation.1

Print this item