unattended installer

Aug 6, 2014
136
3
18
Wed like to automate enough of the proxmox installation to take over with ansible after. this means default storage, setting up network, adding ssh keys etc. with ubuntu, i usually make a modified iso for the target machine with preseeded answers and a post install script.

is it possible to do this with the proxmox installer? are any of the questions answerable from the kernel boot line or preseeded?
 
We do this with PXE. Like this:
Code:
LABEL Proxmox-52
    MENU LABEL Proxmox 5.2 PVE Environment
    TEXT HELP
         Installiert einen Virtualisierungshost mit Proxmox 5.2
    ENDTEXT
    LINUX proxmox50/linux26
    APPEND vga=791 video=vesafb:ywrap,mtrr ramdisk_size=2000000 linux ext4 maxroot=60 swapsize=4 splash=verbose
    INITRD proxmox50/initrd.iso.img
The ISO is not open. So we've written us own installer.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!