Git Product home page Git Product logo

proxmox-pve-pxe-unattended's Introduction

proxmox-pve-pxe-unattended

Modify the installer for Proxmox PVE 8.1.2 to accept parameters to run unattened. Note: This also works on 8.2, but you need to modify the files as described in the build custom initrd.img. Files included on this site is for 8.1.2.

Limitations

  • No software RAID setup
  • My perl skills :-)

Extra kernel parameters:

  • px_dns=<dns ip>
  • px_domain=<domain>
  • px_cidr=<server ip/subnet>
  • px_gw=<gateway ip>
  • px_keymap=<keyboard>
  • px_time_zone=<timezone>
  • px_country=<country code>
  • px_hostname=<hostname>
  • px_mail=<mail address>
  • px_target_hd=<hd>
  • px_mngmt_nic=<nic>
  • px_mngmt_nic_id=<nic id>
  • px_password=<root password>
  • px_unattend=<yes/no>

Example from grub.cfg

  • linux /boot/linux26 ro ramdisk_size=16777216 rw splash=verbose vga=788 px_dns=10.10.10.100 px_domain=mgmt.domain.com px_cidr=10.10.10.10/24 px_gw=10.10.10.1 px_keymap=dk px_time_zone=Europe/Copenhagen px_country=dk px_hostname=pv202 px_mail=[email protected] px_target_hd=/dev/sda px_mngmt_nic=eno5np0 px_mngmt_nic_id=2 px_password=SuperSecret px_unattend=yes

Findings:

  • Using grubx64.efi from the Proxmox iso gave me an "out of memory" error when loading initrd so I used grubx64.efi from the latest Ubuntu distro.
  • Diable TPM in BIOS
  • Add "rmmod tpm" to grub.cfg

proxmox-pve-pxe-unattended's People

Contributors

throxzu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.