On Wed, Dec 29, 2010 at 04:25:22PM +0100, Ingo Molnar <mingo@elte.hu> wrote:
Hm, indeed. (I get a crash in qemu, but not on the host machine.)
qemu -enable-kvm -kernel kernel-build/arch/x86/boot/bzImage -append "root=/dev/sda1 debug sched_debug ignore_loglevel sysrq_always_enabled console=ttyS0 init=/bin/systemd" -hda systemd.img -serial stdio -m 1G -vnc :0
does not crash here, but
qemu -enable-kvm -kernel kernel-build/arch/x86/boot/bzImage -append "root=/dev/sda1 debug sched_debug ignore_loglevel sysrq_always_enabled console=ttyS0" -hda systemd.img -serial stdio -m 1G -vnc :0
does.
I'm attaching the config (what I already sent earlier in this thread)
and the output of the above two commands just in case that helps Peter.