[Bug 195839] New: [bhyve] linux kernel loads, but bhyve core dumps (signal 11)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 10 00:14:17 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195839

            Bug ID: 195839
           Summary: [bhyve] linux kernel loads, but bhyve core dumps
                    (signal 11)
           Product: Base System
           Version: 10.1-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: david at bitmail.cc

i'm trying to install the Centos 6.6 amd64 ISO image with bhyve. i'm following
the documentation at
https://www.freebsd.org/doc/handbook/virtualization-host-bhyve.html


% sudo kldload vmm

% cat centos-device.map
(hd0) ./centos.img
(cd0) ./centos.iso

% truncate -s 16G centos.img

% sudo grub-bhyve -r cd0 -m centos-device.map -M 2048 centos
..
grub> linux (cd0)/isolinux/vmlinuz
grub> initrd (cd0)/isolinux/initrd.img
grub> boot

note: here grub returns immediately (should i see the installer instead?)

% sudo bhyve -AI -H -P -s 0:0,hostbridge -s 1:0,lpc -s 2:0,virtio-net,tap1 -s
3:0,virtio-blk,./centos.img \
-s 4:0,ahci-cd,./centos.iso -l com1,stdio -c 4 -m 1024M centos

here the linux kernel boots up until it stops at the line "waiting for hardware
to initialize..."
and then it returns to the shell with a core dump:
pid 1198 (bhyve), uid 0: exited on signal 11 (core dumped)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list