From owner-freebsd-questions@freebsd.org Fri Feb 7 08:04:24 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9D2612461C2 for ; Fri, 7 Feb 2020 08:04:24 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from holgerdanske.com (holgerdanske.com [184.105.128.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "holgerdanske.com", Issuer "holgerdanske.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48DSWD1zvfz4FjZ for ; Fri, 7 Feb 2020 08:04:24 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from IPv6:2601:644:8000:5990:141e:2ebc:c525:4da8 ([2601:644:8000:5990:141e:2ebc:c525:4da8]) by holgerdanske.com with ESMTPSA (ECDHE-RSA-AES128-GCM-SHA256:TLSv1.2:Kx=ECDH:Au=RSA:Enc=AESGCM(128):Mac=AEAD) (SMTP-AUTH username dpchrist@holgerdanske.com, mechanism PLAIN) for ; Fri, 7 Feb 2020 00:04:17 -0800 Subject: Re: Updating BIOS To: freebsd-questions@freebsd.org References: <20200206085845.7095d5af@scorpio> From: David Christensen Message-ID: <85023e06-2d15-59b5-7dbc-ab116a66e4d4@holgerdanske.com> Date: Fri, 7 Feb 2020 00:04:16 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <20200206085845.7095d5af@scorpio> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 48DSWD1zvfz4FjZ X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2020 08:04:24 -0000 On 2020-02-06 05:58, Jerry wrote: > I have a PC running FreeBSD 11.3 / amd64. I need to update the BIOS. > The BIOS update file is from Dell and is an "EXE" file. What is the > recommended method for updating the BIOS using that file? > > Thanks! Newer Dell machines have a CMOS Setup and/or Boot Menu item for updating the firmware from an *.exe file on a USB stick (FAT32?). Check the documentation (or press F2, F6, F10, or F12 during POST and fumble your way through). David