Hello all,
I'm not exactly sure what's going on here, and debugging is made more difficult because setting
I have an automated install server using the same code as the per-MAC address server in the Automated Install wiki page.
It successfully gets the config file from the server, but then dies with the error
Here's my configuration:
I manually verified that it was able to find the network adapter, and it does have an entry for /dev/sda.
Any ideas?
I'm not exactly sure what's going on here, and debugging is made more difficult because setting
reboot_on_error = false
isn't working.I have an automated install server using the same code as the per-MAC address server in the Automated Install wiki page.
It successfully gets the config file from the server, but then dies with the error
No such file or directory (os error 2)
. I can't debug it because it constantly reboots on errors despite having it configured not to do so. I also had to repack the install ISO because the DHCP timeout for my network was far too short.Here's my configuration:
Code:
[global]
keyboard = "en-us"
country = "us"
fqdn = "**removed**"
mailto = "**removed**"
timezone = "America/Detroit"
root_password = "**removed**"
reboot_on_error = false
[network]
source = "from-answer"
cidr = "172.20.128.100/21"
dns = "172.20.83.12"
gateway = "172.20.128.1"
[disk-setup]
filesystem = "ext4"
lvm.swapsize = 0
lvm.maxvz = 0
disk_list = [ "sda" ]
[first-boot]
source = "from-iso"
ordering = "fully-up"
[network.filter]
ID_NET_NAME_MAC = "enx90b11c12940f"
I manually verified that it was able to find the network adapter, and it does have an entry for /dev/sda.
Any ideas?
Attachments
Last edited: