# Pastebin UKx1caJa ``` - got the deploy images prebuilt with IPA from https://tarballs.opendev.org/openstack/ironic-python-agent/dib/files/ and uploaded to glance. - Now i tried to build the user images using: disk-image-create ubuntu baremetal dhcp-all-interfaces grub2 dynamic-login -o my-image - created encrypted root password using openssl and added that in ironic.conf: [pxe] boot_retry_timeout = 1200 pxe_append_params = 'rootpwd="\$1\$LTZOXtgv\$AcW90ATdayFZWX.XpjTc91"' sudo systemctl restart openstack-ironic-conductor - uploaded as per steps in here: https://docs.openstack.org/ironic/train/install/configure-glance-images.html - tried to provide the node: openstack baremetal node manage 6064e0ca-27fb-42a3-9562-b0317c743a4f openstack baremetal node provide 6064e0ca-27fb-42a3-9562-b0317c743a4f - ubuntu 18.04 os gets booted - In KVM console, i'm trying to login with using the root password i set as per above, but i'm unable to do so. ```