From owner-freebsd-questions@freebsd.org Fri Oct 28 12:31:55 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DBD4C21DBC for ; Fri, 28 Oct 2016 12:31:55 +0000 (UTC) (envelope-from laoluomoks@gmail.com) Received: from mail-yw0-x230.google.com (mail-yw0-x230.google.com [IPv6:2607:f8b0:4002:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE61BA93 for ; Fri, 28 Oct 2016 12:31:54 +0000 (UTC) (envelope-from laoluomoks@gmail.com) Received: by mail-yw0-x230.google.com with SMTP id w3so80723307ywg.1 for ; Fri, 28 Oct 2016 05:31:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=YOPvNwxM3Sz7sHwQiRX17wNdbcVLEDNKZviWdeY3qdM=; b=SZhjQ5QpMzHA7Ysisq8hFggXu/DFtKorr0+d8wkDJg79JnC2hbe4M3ZEc4P0KOVu0z kmWVGNhENfZZtlSCWbWVIU6BYnnfOf7vfTW9mWzORRwmJXssip/OfYcNmWDD/yTxgtFG Vibk4YCUHqdnY/khEYMqfLlZMA3LlUyG6M9pIKoD+mVEU3LiJ7xBpuzqJGLZd5MhQHbi CQdOFtaAgAL10nJlANBnBhP+h3YFayVokBgEv5HFPEWSZNr4R24dKLUb9GQYF48/09DU /RfTfOr589kDXtCPN0O7sbM1J67avSEGNEqUatRABkTRr4mfpgfjXeq+8pKmYOLPAUdQ 13dg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=YOPvNwxM3Sz7sHwQiRX17wNdbcVLEDNKZviWdeY3qdM=; b=gvyHYcFBVpGhnavUsowJkLYuYpRqsM90ToAmdInB/WhC0lp4dyBMd5q7mGREmCaBUa 3/pM4jA1git8Kzi4pnjWyT3fRV4308/1Frz/Y3kj/1otJVDuFikX8ZRw7bTlqg9vpp7S PocMltqJuAX79ZvqZCMGcS0CjLocw474oyOriecxRw6aIG3He/YCe5tsCnbIR2bgtfYA lA+OUeWG4M1AoQHKqeUnO9+a8U5d2qZ++CIGJAfVOrb9h2WHTfH6TjN8JXOhAjl/Gsna QUZRauJX8KATblmnmzDmbULKHjt/bWxBW5O0V5b990QVaiN3ca/h5L5/9cu42jXAnU9Y Bbww== X-Gm-Message-State: ABUngvflfynwm7r5VxOhvcMezodEeiTsh/S1b92AEvVGaPQBFUXPYRry00q02rrSWOQZbaS6h9Cu9eLEQqtfow== X-Received: by 10.36.18.12 with SMTP id 12mr1576775itp.112.1477657913932; Fri, 28 Oct 2016 05:31:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.0.153 with HTTP; Fri, 28 Oct 2016 05:31:52 -0700 (PDT) Received: by 10.79.0.153 with HTTP; Fri, 28 Oct 2016 05:31:52 -0700 (PDT) In-Reply-To: References: From: Olaoluwa Omokanwaiye Date: Fri, 28 Oct 2016 13:31:52 +0100 Message-ID: Subject: Re: Bhyve on freebsd11 To: Manish Jain Cc: Emre Gundogan via freebsd-questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 12:31:55 -0000 Dear Manish, Thank you, my system is an i386 HP pavilion laptop. I already did all these yesterday and even enabled virtualization in bios as well. And also did this below dmesg | grep POPCNT And the system shows that it supports SVM and vmm. If your board has VM feature (named something like SVM)... How do I enable these? What else could you think is the problem. Sent from my MotoE2(4G-LTE) On 28 Oct 2016 1:22 p.m., "Manish Jain" wrote: > > On 10/28/16 17:30, freebsd-questions-request@freebsd.org wrote: > > Message: 4 > > While trying to load vmm on FreeBSD 11, I am getting the error - > kldload:can't load vmm: no such file or directory > > Probably your VM feature in BIOS is disabled. If your processor is AMD, > you can check whether your motherboard has VM hardware with : > > dmesg | grep POPCNT > > If your board has VM feature (named something like SVM) and it is > disabled, enable it and try again. > > Regards > Manish Jain >