Ventoy icon indicating copy to clipboard operation
Ventoy copied to clipboard

[Success Image Report]: Tested Ubuntu 24.10 Installation Successful

Open TaiXeflar opened this issue 1 year ago • 7 comments

Official Website List

  • [x] I have checked the list in official website and the image file is not listed there.

Ventoy Version

1.0.99

BIOS Mode

UEFI Mode

Partition Style

GPT

Image file name

ubuntu-24.10-desktop-amd64.iso

Image file checksum type

SHA256

Image file checksum value

489079483487f92ad0d2f3d4b6c88a7b197969eb286b277534047920854a8b03

Image file download link (if applicable)

https://releases.ubuntu.com/oracular/

Test environment

ROG PC Desktop

More Details?

My Boot USB Drive:

Transcend Jet Flash Drive 256GB (USB 3.2 Gen 1)
Ubuntu 24.10 "Oracular Oriole" (Ubuntu 20th anniversary)

My PC Device:

ROG Dominus Extreme MB (UEFI/BIOS: 0801)
Intel Xeon W-3175X
NVIDIA GeForce RTX 4070ti Super
Micron Crucial DDR4 32GB x4
Micron T500 PCIe 4.0 SSD 2TB

TaiXeflar avatar Oct 21 '24 05:10 TaiXeflar

Reporting this here for now. But using an autoinstall.yml I am running into an issue on 24.10

  • Ubuntu 24.04 w/ autoinstall.yml works
  • Ubuntu 24.10 w/ autoinstall.yml does not work. Appears to be an issue during the remounting phase - does not appear to be an issue using a regular USB boot (non-ventoy)
  • Ubuntu 25.04 beta w autoinstall.yml - not tested yet.

choman avatar Feb 27 '25 15:02 choman

@choman i'm struggling with autoinstall, kept hitting manual selection and eventually back to manual installation, possible to share your ventoy.json, maybe the working autoinstall.yml?

my trials on ventoy.json

{
  "control": [
    { "VTOY_SECONDARY_BOOT_MENU": "0" },
    { "VTOY_MENU_TIMEOUT": "1" },
    { "VTOY_DEFAULT_IMAGE": "/iso/ubuntu-24.04.2-live-server-amd64.iso" }
  ],
  "auto_install": [
    {
      "image": "/iso/kubuntu-24.04.2-desktop-amd64.iso",
      "template": ["/ventoy/cidata/user-data"],
      "timeout": 1,
      "autosel": 1
    }
  ],
  "conf_replace": [
    {
      "iso": "/iso/ubuntu-24.04.2-live-server-amd64.iso",
      "org": "/boot/grub/grub.cfg",
      "new": "/cidata/grub.cfg"
    }
  ]
}

complib2891 avatar Mar 09 '25 01:03 complib2891

I will get you a copy of the autoinstall.yml file this coming week. I will also try and looking your suggestions above

choman avatar Mar 22 '25 17:03 choman

Here is my current autoinstall.yml (scrubbed) and renamed for github posting

autoinstall.yml.txt

choman avatar Mar 27 '25 15:03 choman

Thank you so much for the reference. Been asking LLM but still struggling a bit. Really appreciate your input on this. Thanks again.

On Thu, 27 Mar 2025, 23:26 chad, @.***> wrote:

Here is my current autoinstall.yml (scrubbed) and renamed for github posting

autoinstall.yml.txt https://github.com/user-attachments/files/19489261/autoinstall.yml.txt

— Reply to this email directly, view it on GitHub https://github.com/ventoy/Ventoy/issues/3008#issuecomment-2758469418, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2ECTLVYBVI5ZGDC25IGOL2WQKDTAVCNFSM6AAAAABQJLJSYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJYGQ3DSNBRHA . You are receiving this because you commented.Message ID: @.***> [image: choman]choman left a comment (ventoy/Ventoy#3008) https://github.com/ventoy/Ventoy/issues/3008#issuecomment-2758469418

Here is my current autoinstall.yml (scrubbed) and renamed for github posting

autoinstall.yml.txt https://github.com/user-attachments/files/19489261/autoinstall.yml.txt

— Reply to this email directly, view it on GitHub https://github.com/ventoy/Ventoy/issues/3008#issuecomment-2758469418, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2ECTLVYBVI5ZGDC25IGOL2WQKDTAVCNFSM6AAAAABQJLJSYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJYGQ3DSNBRHA . You are receiving this because you commented.Message ID: @.***>

complib2891 avatar Mar 27 '25 15:03 complib2891

Thank you so much for the reference. Been asking LLM but still struggling a bit. Really appreciate your input on this. Thanks again.

Reminder: This same file works with 24.04 off ventoy

choman avatar Mar 27 '25 15:03 choman

Today (2025.06.03) I tested 25.10 autoinstall.yml with ventoy 1.1.05 and all is well. Since 24.10 is a normal release, let's close this for now. I open a new ticket if I run into another issue

choman avatar Jun 03 '25 22:06 choman