[15:43] Hi I have an issue, I'm trying to automate the ubuntu 18.04 installation with preseed, this is how partitioning look like: https://pastebin.com/xm6dQiuV [15:43] however I get a prompt like this: https://imgur.com/a/W2sj7yu [15:43] I'm not sure which option I miss [15:44] I look at https://help.ubuntu.com/lts/installation-guide/i386/apbs04.html and seem to follow it [15:44] if I just hit enter on that screen all is just continuing and finalizing [15:48] 16384 16386 -1 ext4 - where did -1 come from? [15:51] CarlFK, it not from the guide but a synonym for "till end" [15:51] it works on debian 9 [16:42] Kiranos: i'm going to try your lines in my preseed setup and see what happens [16:42] do you know if I #include foo.cfg, will foo's settings override? [16:53] hmm,i guess I'll find out if can I chain these? d-i preseed/include string k.cfg [17:02] ~ "no roo fs defined" [17:13] Kiranos: welp, I got your 'error'. so you aren't crazy ;) [17:15] I wonder why "minsize 20.5 GB" [17:32] Kiranos: d-i partman-auto-lvm/guided_size string max [17:32] [17:47] CarlFK, thanks so adding that will remove the input field? [17:47] Kiranos: yes (if I understand your question) [17:48] before d-i partman-auto/expert_recipe string                           \ [17:48] I was surprised that having the line after the recipe par i was prompted for size [17:49] Thanks will try in a couple of hours thanks! [17:50] do you know if its a new parameter? as it works on debian stretch [17:51] no idea - i flounder around until things work for me ;) [17:51] preseed documentation is ont easy to come by :P [17:54] I recomend people start with: https://salsa.debian.org/debconf-video-team/ansible/tree/master/roles/tftp-server/files/d-i [17:54] we have a pretty good "start here.. run scripts.. have working box" [17:55] and then hack it up to make it do what you want [18:31] Kiranos: do you know ansible? I have a "works on debian, errors on ubuntu: http://paste.ubuntu.com/p/gtHhNBSCBg/