adamant-kite-43734
10/07/2023, 10:01 PMsalmon-city-57654
10/08/2023, 5:56 AMincalculable-painting-97670
10/08/2023, 9:06 AMincalculable-painting-97670
10/08/2023, 9:14 AMincalculable-painting-97670
10/08/2023, 11:20 AM/etc/network/interfaces
to adopt its installation to the real network interface. Do you know if Harvester does internal configurations based on the network config which explicitely would have to be changed? Or is there maybe a way that I could install harvester without requiring a serial console? I mean just provide a config file, start Harvester installation and wait till it reboots?incalculable-painting-97670
10/08/2023, 12:43 PMsalmon-city-57654
10/08/2023, 4:29 PMmenuentry "Harvester Installer" {
insmod xfs
set isofile="/harvester-v1.2.0-amd64.iso"
loopback loop (hd1,msdos1)$isofile
linux (loop)/boot/kernel cdroot root=live:/dev/nvme1n1 rd.live.dir=/ rd.live.squashimg=rootfs.squashfs console=tty1 console=ttyS0 rd.cos.disable net.ifnames=1
initrd (loop)/boot/initrd
}
The root
means the device of your ISO simulation instead of the target you would like to install.
> Do you know if Harvester does internal configurations based on the network config which explicitely would have to be changed? Or is there maybe a way that I could install harvester without requiring a serial console? I mean just provide a config file, start Harvester installation and wait till it reboots?
Yes, you could use iPXE for installation, please refer to https://docs.harvesterhci.io/v1.2/install/pxe-boot-install to check the config.yaml for non-interactive installation.
> I found a more detailed description from a guy trying to install Proxmox in a similar way here
> https://forum.proxmox.com/threads/install-pve-pbs-from-iso-on-hetzner-without-kvm-tutorial.94464/
> Are you aware of someone trying this with Harvester yet?
AFAIK, I do not know if someone tried the above way to install Harvester. Looks it very similar to your first approach.
Did you try again for it?incalculable-painting-97670
10/08/2023, 5:00 PMminiature-salesclerk-33951
10/08/2023, 7:23 PMminiature-salesclerk-33951
10/08/2023, 7:32 PMminiature-salesclerk-33951
10/08/2023, 7:38 PMminiature-salesclerk-33951
10/08/2023, 7:43 PMminiature-salesclerk-33951
10/08/2023, 7:50 PMincalculable-painting-97670
10/09/2023, 10:24 AM