From owner-freebsd-virtualization@FreeBSD.ORG Wed Jan 22 02:34:28 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68B91AA1 for ; Wed, 22 Jan 2014 02:34:28 +0000 (UTC) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3AAB41253 for ; Wed, 22 Jan 2014 02:34:28 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id kq14so9261240pab.31 for ; Tue, 21 Jan 2014 18:34:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dokukino.com; s=google; h=mime-version:from:date:message-id:subject:to:content-type; bh=5UWTfVH0pq2rifsTi+6ELZo0W2KhyDUvQxvJ+ooasbI=; b=PKJVSUhZsuiszhTUvnrTalmVb8+oIRW5k2NB8n265v5LH/9l8bWtDBPl5ssRFQGk1F Rhgd9rMI9Q5re0r3FlPjfLjqFCt5RBtNnyHhZmK15oJe8StW2XIux7rlywhrtxHcPHrd 7n1XHkbMjFPoIPees9B7CuimVsKGP3Y2YjpnE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=5UWTfVH0pq2rifsTi+6ELZo0W2KhyDUvQxvJ+ooasbI=; b=SIHjgwRPmu7qn9j0Kxj1/+piQeyM12wvV5cbITIenphse+l05S9HhoJuy6q9Xq0SZz woTM/pM4kTUq09PDCFfZcFxDfZLcyc/N3UhTqXyetXDMJTEHHFQS8e+hmOoFEfLJSSDL aFj92OiXMvoM6Y44cuBNLAl9T635UZEy02kOxjDxxWgvdqu71GH/gZNYg9blAX7G1v05 9KGu14eBiZT4JaTtm7ORTFjIDIa4tF/PPHtK159hQxAqL01k1BbyRw/nklu5lx5dl9bi YeomD/jlfhawxEs4oWIs0a6b+KM1TFcYwcr9e3p7xcJ0RfRQuclSSI5s0u9MuCeS3KOT cOxw== X-Gm-Message-State: ALoCoQkfZ2zZoyzQu/EhHro4259Gw+c5lMycyPw5uZ94vzTDhtC3NOuQ465Rn0c7AIpg9QbFZxmj X-Received: by 10.66.154.75 with SMTP id vm11mr18238481pab.124.1390358058929; Tue, 21 Jan 2014 18:34:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.36.38 with HTTP; Tue, 21 Jan 2014 18:33:38 -0800 (PST) From: Takuya ASADA Date: Wed, 22 Jan 2014 11:33:38 +0900 Message-ID: Subject: Linux on BHyVe in 10.0-RELEASE To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 02:34:28 -0000 Hi, I want to know which Linux distribution is supported on BHyVe (+grub2-bhyve) in 10.0-RELEASE. I tried to these distributions, but I haven't succeeded to install any choice. On these tests, I used modified vmrun.sh script for all test, source code is here: https://gist.github.com/syuu1228/8552418 * Fedora 20 Fedora 20 has disk image for VM, I just tried to boot it from the image: ./linuxrun.sh -d Fedora-x86_64-20-20131211.1-sda.raw fedora grub> linux (hd1,msdos1)/boot/vmlinuz-3.11.10-301.fc20.x86_64 grub> initrd (hd1,msdos1)/boot/initramfs-3.11.10-301.fc20.x86_64.img grub> boot but bhyve dies by unhandled rdmsr: [ 1.676041] device-mapper: uevent: version 1.0.3 [ 1.676556] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com vm exit rdmsr 0xe8, cpu 0 * CentOS 6.5 Tried to install with following commands but no luck: ./linuxrun.sh centos grub> linux (hd0)/isolinux/vmlinuz grub> initrd (hd0)/isolinux/initrd.img grub> boot Got following error: NET: Registered protocol family 1 Trying to unpack rootfs image as initramfs... Freeing initrd memory: 32610k freed Unknown WRMSR code 391, val 2000000f, cpu 0 * Ubuntu 13.10 Almost boot-up but couldn't mount cdrom. ./linuxrun.sh -d ubuntu.img -I ubuntu-13.10-desktop-amd64.iso ubuntu grub> linux (hd0)/casper/vmlinuz.efi grub> initrd (hd0)/casper/initrd.lz grub> boot Got following error, maybe it can prevents by passing root= argument? [ 6.380384] Btrfs loaded Scanning for Btrfs filesystems done. mount: can't read '/etc/fstab': No such file or directory Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... mount: mounting /dev on /root/dev failed: No such file or directory done. mount: mounting /sys on /root/sys failed: No such file or directory mount: mounting /proc on /root/proc failed: No such file or directory Target filesystem doesn't have requested /sbin/init. No init found. Try passing init= bootarg. BusyBox v1.20.2 (Ubuntu 1:1.20.0-8.1ubuntu1) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs) Any suggestions?