From owner-freebsd-stable@FreeBSD.ORG Fri Sep 5 18:37:45 2014 Return-Path: Delivered-To: freebsd-stable@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 491DDD5D for ; Fri, 5 Sep 2014 18:37:45 +0000 (UTC) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA0861C69 for ; Fri, 5 Sep 2014 18:37:43 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id b17so14275743lan.22 for ; Fri, 05 Sep 2014 11:37:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=bndlN++jSa/fyqNCciJyB30968lmpjbHCrrpjxgZ9rc=; b=buYop8D6jYTaR+mIoJRZSqzpt7eTj7Z1dIo4AH3rOJsh9qgKFJD0EjsFKAYK7PsMVf XiMPFYuFTGiVuEK73kRrHNKu/UQehXTCg21w2U8rxvfNg9fsmJhxH9rmepdx8xushdF1 YFZa79fNwamZo31XjYTGPZAbioLdnhzwOYOtr+mwvO/yrtbO3Irrx7Z4gl5ZaJGm2eoh Pq8Igmxu9D1EnXtGEZ++jjV/ohWLKUItQjXsYOxA3DJeaT5qSMRQ83tF99D9qxvP/yYK R5cuwKZ7LVeAOZeerJCLEtZDK8+dycrAvFCBwRpG9oq4FjiOBByWi/2zfqiDaMoEN3kZ Eumg== X-Gm-Message-State: ALoCoQlzU3mS2wMoKXltw3wFNdVIGKeQ6a7+w9T51jPrejE3oQfv/qixLWtDVaYir30b0tl+wija MIME-Version: 1.0 X-Received: by 10.112.114.227 with SMTP id jj3mr12919125lbb.39.1409942255596; Fri, 05 Sep 2014 11:37:35 -0700 (PDT) Received: by 10.112.142.38 with HTTP; Fri, 5 Sep 2014 11:37:35 -0700 (PDT) X-Originating-IP: [121.98.161.40] Date: Sat, 6 Sep 2014 06:37:35 +1200 Message-ID: Subject: UEFI on -stable From: Jonathan Chen To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 18:37:45 -0000 Hi, I notice that the UEFI code has now been merged to -stable, and I'm kinda keen on playing with it. Is there any documentation associated with it? There appears to be a few new files on /boot: boot1.efi, boot1.efifat, loader.efi. Since I've already got a system with an EFI System Partition, is it as simple as just copying boot1.efi onto it, eg: EFI/FreeBSD/boot1.efi and configuring the BIOS to use that to boot? Cheers. -- Jonathan Chen