IBM KVM on P8 saga: 11.0 CURRENT 20151229 r292858 installs but won't boot

Nathan Whitehorn nwhitehorn at freebsd.org
Thu Dec 31 05:00:42 UTC 2015



On 12/30/15 07:28, Luciano Mannucci wrote:
> On Wed, 30 Dec 2015 07:23:41 -0800
> Nathan Whitehorn <nwhitehorn at freebsd.org> wrote:
>
>> Could you paste your QEMU command line?
> You mean something like that? (taken ftom the libvirt log)
>
> 2015-12-30 19:59:54.210+0000: starting up libvirt version: 1.2.16, package: 1.el7_1.pkvm3_1_0.4000.1 (Koji, 2015-11-10-13:29:45, bldple1), qemu version: 2.3.0
> LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin QEMU_AUDIO_DRV=none /usr/bin/qemu-system-ppc64 -name creosotis -S -machine pseries-2.4,accel=kvm,usb=off -m 1024 -mem-prealloc -mem-path /dev/hugepages/libvirt/qemu -realtime mlock=off -smp 2,sockets=2,cores=1,threads=1 -uuid f8de0577-ce7e-43ab-9672-ec00a23797f2 -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/creosotis.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -boot strict=on -device pci-ohci,id=usb,bus=pci.0,addr=0x2 -device spapr-vscsi,id=scsi0,reg=0x2000 -device ahci,id=sata0,bus=pci.0,addr=0x5 -drive file=/var/lib/libvirt/images/creosotis.qcow2,if=none,id=drive-scsi0-0-0-0,format=qcow2 -device scsi-hd,bus=scsi0.0,channel=0,scsi-id=0,lun=0,drive=drive-scsi0-0-0-0,id=scsi0-0-0-0,bootindex=2 -drive file=/var/lib/libvirt/images/FreeBSD-10.2-RELEASE-powerpc-powerpc64-disc1.iso,if=none,id=drive-scsi0-0-0-1,readonly=on,form
>   at=raw -device scsi-cd,bus=scsi0.0,channel=0,scsi-id=0,lun=1,drive=drive-scsi0-0-0-1,id=scsi0-0-0-1,bootindex=1 -netdev tap,fd=30,id=hostnet0 -device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:b7:48:dc,bus=pci.0,addr=0x1 -chardev pty,id=charserial0 -device spapr-vty,chardev=charserial0,reg=0x30000000 -device usb-kbd,id=input0 -device usb-mouse,id=input1 -vnc 127.0.0.1:0 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 -msg timestamp=on
> char device redirected to /dev/pts/2 (label charserial0)
>
> luciano.
Thanks, that's exactly what I wanted. Two ideas:
1. Can you disable graphics? The command line bits to accomplish that 
would be -nographic -vga none. I'm not sure how to do it through libvirt.
2. If you boot again from the install CD, can you send the output of 
"gpart show" from the install shell? I'd be interested to see how the 
partitions have been set up on the disk.
-Nathan



More information about the freebsd-ppc mailing list