Im having some trouble using the auto install assistant. The valitation passes with no errors, when i plug in the usb it prompts me to choose graphical, cli or automated proxmox install, i choose automated and after running for about 10 seconds it says to remove boot media and that it will reboot. I remove the usb and get
I can barely read anything that shows when it is trying the install because it shows like 5 lines then goes black and shows something else.
Here is the answer.toml i used
Here are the commands i used
Please let me know if there are any other files or command outputs you'd like me to post.
Since it's my first post I don't really know about any conventions to follow in posting questions like this, any help is welcome.
Code:
BootDevice Not Found
Please install an operating system on your hard disk.
Hard Disk - (3F0)
F2 System Diagnostics
For more information, please visit: www.hp.com/go/techcenter/startup
I can barely read anything that shows when it is trying the install because it shows like 5 lines then goes black and shows something else.
Here is the answer.toml i used
Code:
[global]
keyboard = "en-us"
country = "be"
fqdn = "pveauto.testinstall"
mailto = "mail@test.com"
timezone = "Europe/Paris"
root_password = "12345678"
[network]
source = "from-dhcp"
[disk-setup]
disk_list = ["/dev/nvme0n1"]
filesystem = "zfs"
zfs.raid = "raid0"
[first-boot]
source = "from-iso"
ordering = "before-network"
Here are the commands i used
Code:
root@pve1:/# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 1 57.3G 0 disk
nvme0n1 259:0 0 238.5G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 1G 0 part /boot/efi
└─nvme0n1p3 259:3 0 237.5G 0 part
├─pve-swap 252:0 0 8G 0 lvm [SWAP]
├─pve-root 252:1 0 69.4G 0 lvm /
├─pve-data_tmeta 252:2 0 1.4G 0 lvm
│ └─pve-data 252:4 0 141.2G 0 lvm
└─pve-data_tdata 252:3 0 141.2G 0 lvm
└─pve-data 252:4 0 141.2G 0 lvm
root@pve1:/# proxmox-auto-install-assistant validate-answer /root/answer.toml
The answer file was parsed successfully, no errors found!
root@pve1:/# proxmox-auto-install-assistant prepare-iso /proxmox-ve_8.3-1.iso --fetch-from iso --answer-file /root/answer.toml
Checking provided answer file...
The answer file was parsed successfully, no errors found!
Copying source ISO to temporary location...
Preparing ISO...
Moving prepared ISO to target location...
Final ISO is available at "/proxmox-ve_8.3-1-auto-from-iso.iso".
root@pve1:/# dd if=/proxmox-ve_8.3-1-auto-from-iso.iso of=/dev/sda bs=4M status=progress && sync
345+1 records in
345+1 records out
1450049536 bytes (1.5 GB, 1.4 GiB) copied, 34.0469 s, 42.6 MB/s
Please let me know if there are any other files or command outputs you'd like me to post.
Since it's my first post I don't really know about any conventions to follow in posting questions like this, any help is welcome.