惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
小众软件
小众软件
人人都是产品经理
人人都是产品经理
罗磊的独立博客
博客园 - 聂微东
雷峰网
雷峰网
量子位
美团技术团队
V
V2EX
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
IT之家
IT之家
The Cloudflare Blog
爱范儿
爱范儿
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Last Week in AI
Last Week in AI
Jina AI
Jina AI

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
partition 'proxmox-ais' not automatically used for install
invalid@exam · 2026-06-15 · via Proxmox Support Forum

pmk

Active Member

Hi,
I try to automate an installation but I just cannot t make the automated installer find and use my answer.toml without interaction.

I'm using a ventoy-stick to boot (normal mode) the installer ISO proxmox-ve_9.2-1.iso.
There's an additional partition (fat32) on the stick labeled 'proxmox-ais' as it is mentioned in the doc containing my "answer.toml".
This is never found although the parition seems to be named correctly (visible in /dev/disk/by-label)

Hower by just entering this command it run without any issues:

Bash:

proxmox-fetch-answer partition proxmox-ais >/run/automatic-installer-answers
exit

I also tried to supply a second USB drive with the answer file (for completeness: I renamed the partition on the Ventoy-Stick during this test).

Did I miss anything?

cheiss

Proxmox Staff Member

Staff member

Hi,

where exactly does it fail in the installation process?
Can you provide the full output of such a failed installation? (Screenshot or picture of the screen of course would be enough)

Did you run the command by yourself after it failed, in the installation environment?

pmk

Active Member

Directly after the start. It's just bare metal, so I could only supply a photo but anyway.

I could "fix it" by preparing an updated image using the provided tools:

Bash:

proxmox-auto-install-assistant prepare-iso ./proxmox-ve_9.2-1.iso --fetch-from partition --partition-label proxmox-ais

But as the downloadable image also has the option to use the automated installer and the documentation states that the "default label" is proxmox-ais I was assuming it just works out of the box with the standard-image