https://bugzilla.novell.com/show_bug.cgi?id=896402 https://bugzilla.novell.com/show_bug.cgi?id=896402#c1 Marcus Schaefer <ms@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |agraf@suse.com --- Comment #1 from Marcus Schaefer <ms@suse.com> 2014-09-12 08:57:20 UTC --- for me and on x86 (tested with qemu) this has worked. the KIWILinuxRC.sh has a method which initializes the console using udev and or systemd tools: function consoleInit { local IFS=$IFS_ORIG local udev_console=/lib/udev/console_init local systemd_console=/usr/lib/systemd/systemd-vconsole-setup if [ -x $udev_console ];then $udev_console /dev/console elif [ -x $systemd_console ];then $systemd_console fi } There is not more kiwi does other than redirecting all output to /dev/console which I would expect to be a multiplexing device sharing the messages to all cmdline configured devices. I'm afraid I don't see what else I could do or where there is a problem in the kiwi initrd about this ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.