From owner-freebsd-virtualization@freebsd.org Sun Oct 28 14:20:14 2018 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8530610D3181 for ; Sun, 28 Oct 2018 14:20:14 +0000 (UTC) (envelope-from paul.g.webster@googlemail.com) Received: from mail-qk1-x729.google.com (mail-qk1-x729.google.com [IPv6:2607:f8b0:4864:20::729]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B8FE868BE for ; Sun, 28 Oct 2018 14:20:14 +0000 (UTC) (envelope-from paul.g.webster@googlemail.com) Received: by mail-qk1-x729.google.com with SMTP id r71so3416215qkr.10 for ; Sun, 28 Oct 2018 07:20:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=un19B2CjKryK3lJGnqmxhHelTsZ3MlOokHJiQZsV+9M=; b=sQRi+Rlm5e72scgly3VJapP98xRmRZBy/7eTA2XgDRozKJAVB7fHl7i8hYPADgaGKT UMC9bqdKWe9rKV3KROI7v1fpOSdVepEgeaQ0rjAE0CwABjEJcJKjciVH5IZItTZVDXos 6RCVyhCWucJ1tFulxTtTAEWXNfM6E/jjH4MkIWxtqsDI8mEHLO4FyDxTBNqV6A1lOeC9 VdbqUYqoZQE9aUVxPNi4sYhFGV1EE8ZreENldlWYrgJMMMTb9akwgAju6PPyza0nsT3g dQ0JO66asoJPiyCmtva6yZ+uqv8SWAi9L0EDVSKc2KgeQ/wudYWVjvjp4077oyHs5CQH GXTg== X-Gm-Message-State: AGRZ1gIOaInXb9xAgy7pVoWn+5y8c7llKxtD12slGU3e+gooRwf8GRGE tO8KCgSyCxTH3oN3gZuNsoQkL5jDCsLAGD1ezATCnAf2Ec8= X-Google-Smtp-Source: AJdET5ciuWFwtGg7B0uby7qZJinP+vzc9akJf4Dd8A9OjZTkUeEjUsHdEASvTtGHTp2ptzMqbG7mbDg7Wst0FhpCz9s= X-Received: by 2002:a37:ef18:: with SMTP id j24-v6mr9155883qkk.241.1540736413259; Sun, 28 Oct 2018 07:20:13 -0700 (PDT) MIME-Version: 1.0 From: Paul Webster Date: Sun, 28 Oct 2018 14:20:02 +0000 Message-ID: Subject: Information regarding CSM (If having issues may be worth checking out!) To: "freebsd-virtua." Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 28 Oct 2018 14:20:14 -0000 I have spotted quite a few questions as of late about getting CSM to work (with anything in some cases), I just thought I would drop into the list that in fact CSM is BIOS emulation mode, meaning it makes the UEFI act like a BIOS from the point of view of the OS, and is really only useful for special cases. For those of you that for some reason are trying to boot Linux on it, stop you are almost certainly doing something very wrong. You should always try standard UEFI as a FIRST OPTION, if that does not work but your target OS supports GRUB then great start using bhyve-grub2 to do the boot, this will cover almost all use cases for anything made within the last 5 years. Just thought it was worth mentioning for if anyone was getting confused as to what CSM was actually for :-) -- Special thanks(for explaining this to me in the first place) to: debdrup @IRC