Note to anyone trying to make this work, we are using these lines in preseed/late_command: sed -i 's/\(GRUB_CMDLINE_LINUX_DEFAULT=\).*/\1\"\"/g' /target/etc/default/grub; \ in-target bash -c 'update-grub'; \
To set GRUB_CMDLINE_LINUX_DEFAULT to "". I read in another bug that the intended behaviour for Ubuntu Server was to not have the splash, only the quiet option. Our systems got installed using both quiet and splash all the time using netinst. This late_command allows us to have a completely verbose boot process. -- grub-installer ignores grub2/linux_cmdline_default in preseed https://bugs.launchpad.net/bugs/581796 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
