cant get it past the welcome screen using auto,this is the welcome screen that asks for keyboard typing, timezome, wifi, privacy, user creation.. if i reboot at this screen without entering anything it goes to the login screen but i want to get around getting to this screen to begin with
timezone, user creation also created by the preseed conf
my grub is already set as per below
linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed auto=true priority=critical debian-installer/locale=en_US debian-installer/language-en keyboard-configuration/layoutcode=us ubiquity/reboot=casper languagechooser/language-name=English countrychooser/shortlist=US localechooser/supported-locales=en_US.UTF-8 boot=casper automatic-ubiquity autoinstall quiet splash noprompt noshell ---
and in my config, ive already set new items such as;
ubiquity languagechooser/language-name select English
ubiquity countrychooser/shortlist select US
ubiquity countrychooser/countryname select US
ubiquity countrychooser/country-name string US
debconf debconf/language string en
ubiquity console-keymaps-at/keymap select us
ubiquity tzconfig/gmt boolean false
ubiquity time/zone select Australia/Sydney
ubiquity debian-installer/country string US
ubiquity debian-installer/language string en
ubiquity debian-installer/locale select en_US
console-setup console-setup/layoutcode select us
console-setup console-setup/modelcode select pc105
console-setup console-setup/layout select US
console-setup console-setup/variant select US
d-i console-setup/ask_detect boolean false
d-i debian-installer/framebuffer boolean false
d-i keyboard-configuration/xkb-keymap select us
is there a way to verify the above settings to ensure they are entered correctly without guessing running a build thats taking several hours each time?