Hide Forgot
Created attachment 487126 [details] console output Description of problem: kernel panic while installing latest rawhide build 3.23.11 under qemu-kvm. same problem using following switch: -no-kvm / -no-kvm-irqchip / -no-kvm-pit Version-Release number of selected component (if applicable): Host: kernel = Linux fdb9 2.6.35.11-83.fc14.x86_64 #1 SMP Mon Feb 7 07:06:44 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux CPU: AMD Phenom(tm) II X4 B55 Processor qemu.x86_64 2:0.13.0-1.fc14 Guest: x86 using the latest rawhide build (3.23.11) commandline: /usr/bin/qemu-kvm -kernel /home/a/m/sf/dev/i386/os/isolinux/vmlinuz -initrd /home/a/m/sf/dev/i386/os/isolinux/initrd.img -append "ks=http://192.168.5.109/a/ks/fda0-25740 console=ttyS0,115200" -drive file=/home/a/i/fda0 -localtime -usbdevice tablet -vga std -vnc :19840 -monitor stdio -name fda0-25740 -net nic,vlan=25740,macaddr=52:54:00:09:18:40 -net user,vlan=25740,hostname=fda0-25740 -m 512 -serial file:/home/a/q/z/z.qdebug How reproducible: persistent Steps to Reproduce: 1. Prepare under x86_64 F14 fedora host with guest: x86 latest build (3.23.11) 2. run command line: /usr/bin/qemu-kvm -kernel /home/a/m/sf/dev/i386/os/isolinux/vmlinuz -initrd /home/a/m/sf/dev/i386/os/isolinux/initrd.img -append "ks=http://192.168.5.109/a/ks/fda0-25740 console=ttyS0,115200" -drive file=/home/a/i/fda0 -localtime -usbdevice tablet -vga std -vnc :19840 -monitor stdio -name fda0-25740 -net nic,vlan=25740,macaddr=52:54:00:09:18:40 -net user,vlan=25740,hostname=fda0-25740 -m 512 -serial file:/home/a/q/z/z.qdebug 3. Actual results: kernel panics Expected results: Additional info:
You ran out of memory. See: -m 512 - add more.
(We're working on dropping the memory requirements of the installer, but the behavior you hit was not a bug - it's handling OOM correctly.)