[15:47] Hello, I am trying to preseed an 18.04 ubuntu server installation. I have tried using a debian preseed file and passing the path of the file to the kernal on install. This preseed file has been validated by debian-installer and was previously used for a 14.04 instalation. We have also investigated using an answers.yaml file to seed the installation, but there is not much documentation on this method. Have there been breaking changes f [15:50] answers.yaml? [15:51] I would post the details of your problem - like you don't even say you have a problem [15:54] I am unable to seed the installation. When booting the live iso, none of the preseeded values have been used. [15:56] From what I can tell, answers.yaml is another way to preseed subiquity. Although the only references I can find are here: https://ubuntuforums.org/showthread.php?t=2390710 and here https://github.com/CanonicalLtd/subiquity/blob/master/examples/answers.yaml [15:59] unable to seed - how are you giving the file to the installer? [15:59] I host it on a http server on my lan, and add a kernel append: url=hostname [16:00] it sounds like the installer isn't aware of your file [16:00] By passing the file path to the kernal as a parameter : file=/cdrom/preseed/mypreseed.seed [16:01] try url=file://cdrom/... or maybe url=file:///cdrom... [16:02] I think I have seen file= but I am not sure now [16:02] Ok let me give that a try. Is there somewhere in a log that would say it failed to find the file? [16:03] for me, the installer errors and halts. but I also have debug=5 or something that might cause that [16:03] I have been trying to follow this documentation: https://help.ubuntu.com/lts/installation-guide/s390x/apbs01.html#preseed-methods [16:05] if you want to try to trace what I use.. which works, but is pretty convoluted... [16:05] https://salsa.debian.org/debconf-video-team/ansible/blob/master/scripts/mk_usb_installer.sh#L29 [16:06] the preseed files are way over here: https://salsa.debian.org/debconf-video-team/ansible/tree/master/roles/tftp-server/files [16:07] because they get used by both "mk usb install media" and "pxe boot the installer" [16:07] the usb stick is made with that shell script, the pxe server is built with ansible - using the same files for both is ... convoluted [16:11] Is the debug level for the installer something I can also pass as a kernal parameter? [16:13] yes [16:13] loking ... it is in/around that script... [16:15] https://salsa.debian.org/debconf-video-team/ansible/blob/master/scripts/syslinux.cfg#L5 [16:15] APPEND --- debconf/priority=high auto=true netcfg/dhcp_timeout=60 [16:15] debconf/priority=high [17:02] Ok I think it might be a problem for how I am creating the iso. I will look over your script and keep playing with it. Thank you for the help. [17:04] are you burning to CD or making a usb thumb drive? [17:05] I 'hate' making CDs - so hard to make changes [17:05] Using a thumbdrive. Me too haha, CDs are the worst [17:14] you might want to try that script - it tries to support Ubuntu too [17:15] I waffle between ubuntu and debian - currently using debian because it is more tested, and I haveent taken the time to test ubuntu in a while