I am trying to PXE kickstart Ubuntu 22 using Cobbler, but I am getting error
/init: line 49: can't open /dev/sr0: No medium found
I believe when boot files are loaded, it's trying USB or CD drive and failing from there.
Steps taken:
Extract Ubuntu 22 Server ISO File and copy the files and directories needed for PXE boot.
Cobbler import
sudo sudo cobbler import --path=/services/ubuntu22/ --name=xx-Ubuntu22_AMD64 --breed=ubuntu --kickstart="/var/lib/cobbler/kickstarts/ubuntu22_amd64--1.cfg sudo cobbler syncPXE Boot in VMware using Cobbler DHCP / TFTP
The errors I got:
- Please post the content of /etc/cobbler/settings[.yaml]
- Please post the contents of /var/lib/cobbler/kickstarts/ubuntu22_amd64--1.cfg
– user2433715 Dec 18 '23 at 19:25