From owner-freebsd-current@freebsd.org Sat Sep 5 03:07:56 2015 Return-Path: Delivered-To: freebsd-current@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 68B739CAEB4 for ; Sat, 5 Sep 2015 03:07:56 +0000 (UTC) (envelope-from dip-freebsd@yandex.ru) Received: from forward20h.cmail.yandex.net (forward20h.cmail.yandex.net [87.250.230.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC04F1ADD for ; Sat, 5 Sep 2015 03:07:55 +0000 (UTC) (envelope-from dip-freebsd@yandex.ru) Received: from web8h.yandex.ru (web8h.yandex.ru [IPv6:2a02:6b8:0:f05::18]) by forward20h.cmail.yandex.net (Yandex) with ESMTP id 9D794219C8 for ; Sat, 5 Sep 2015 06:07:45 +0300 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web8h.yandex.ru (Yandex) with ESMTP id 44D6F6962A3E; Sat, 5 Sep 2015 06:07:45 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1441422465; bh=e67wwzlD4NQo9YBVo71452kgupbfRM8SBMRQGrxh5s8=; h=From:To:In-Reply-To:References:Subject:Date; b=Ii4oTZdMbRf2J6TGeblSwrR5GmdcLC1XbZqvYPiBXYOekPn0URkHO3PsxlIs6CQfl JJappzlAiTIK67km+CQ8R/2HKlIfUVd+aPpjKAjg36k0sxA2lVRCW+BK0XdtEuQRJ/ iw/WQYemKP29MvxkVBrhm4/98heQ/02JPhEiR5+Q= Received: by web8h.yandex.ru with HTTP; Sat, 05 Sep 2015 06:07:44 +0300 From: Dmitry Postolov To: "freebsd-current@freebsd.org" In-Reply-To: <3154281441418758@web8o.yandex.ru> References: <832521431264768@web15o.yandex.ru> <3154281441418758@web8o.yandex.ru> Subject: Re: Problem with latest BIOS Intel NUC DN2820FYKH(2830) & FreeBSD-11-CURRENT MIME-Version: 1.0 Message-Id: <296121441422464@web8h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sat, 05 Sep 2015 06:07:44 +0300 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Sep 2015 03:07:56 -0000 Hi to all again! [Solved] After #dd if=freebsd11.0-current.img of=/dev/da1 bs=8M I am print man fdisk and run #fdisk -a /dev/da1 and set Active partition for FreeBSD-11.0-CURRENT installer, after that NUC Bios successfully run usb-stick.img. Thank to All and man pages! 05.09.2015, 05:06, "Dmitry Postolov" : > Hi to all! Sorry for my bad English... > > FreeBSD-10.2-RELEASE-amd64.img successfully starts from USB-stick and from drive afrer installation with workaround "GPT + Active" in installer menu. > > FreeBSD-11.0-CURRENT-amd64.img doesn't start from USB-stick. Intel NUC DN2820(2830)FYKH0 Bios 0051 print about error: "Reboot snd Select proper Boot device or insert Boot Media in selected Boot device and press a key". > > Maybe problem consists in, that to set a flag "GPT + Active" for CURRENT-amd64.img? How I can make it? > > 10.05.2015, 16:33, "Dmitry Postolov" : >> šHi to all! >> >> šSorry for my bad English... This message is translated with help of the translator's online. >> >> šYou could comment on a situation with my nettop Intel NUC DN2820FYKH (CPU Celeron N2830)? >> >> šThis NUC was delivered with pre-installed BIOS 0032. With this version BIOS I am could install FreeBSD 10 and 11-CURRENT. In next version of BIOS 0034 and later installing was a problems. Message of other user, NUC DN2820 can't recognize FreeBSD bootsect. >> >> šhttps://communities.intel.com/message/245413 >> >> šMy situation: --- >> >> šFreeBSD-10.1-STABLE-usb-stick.img (May 5 2015) after #dd: ls /dev/da* >> >> š/dev/da0 /dev/da0a # Probable this is MBR structure? >> >> šFreeBSD-11-CURRENT-usb-stick.img (May 5 2015) after #dd: ls /dev/da* >> >> š/dev/da0 /dev/da0p1 /dev/da0p2 /dev/da0p3 /dev/da0p4 # Probable this is GPT structure? >> >> š--- >> >> šAnd probable the Bug of Intel BIOS for NUC 2820 (N2830): >> >> š0032 BIOS can start MBR FreeBSD-10.1-usb-stick installer, bsdinstall by default offers GPT structure for HDD. 0032 successfully run FreeBSD from GPT HDD. Also 0032 can start GPT FreeBSD-11-CURRENT-usb-stick installer, bsdinstall by default offers MBR structure for HDD? (or use last MBR-HDD setting). After install 0032 successfully start FreeBSD-11-CURRENT from HDD. >> >> šBut with modern BIOS (for example 0050 - latest at this time): 0050 BIOS can start MBR FreeBSD-10.1-usb-stick installer, bsdinstaller by default offers GPT HDD structure. If install 10.1 with default settings and start 10.1 from HDD -> Error. If GPT HDD manually changed to MBR HDD, then 10.1 successfully starts from HDD. >> >> šBut 11-CURRENT-usb-stick has GPT structure and BIOS 0050 can't run it from USB. :-(( >> >> šWorkaround: Reflash 0032 -> Install FreeBSD-11-CURRENT -> OK -> Reflash 0050 -> 11-CURRENT starts OK from MBR HDD. >> >> šQuestion: if this situation doesn't be fixed by Intel, how NUC 2820(2830) new versions of BIOS users can start FreeBSD-11 without BIOS reflashing, if FreeBSD-11-stick.img will be only at GPT structure? >> >> š--- >> >> šbest regards, >> šDmitry Postolov >> šdip-freebsd@yandex.ru >> >> š_______________________________________________ >> šfreebsd-current@freebsd.org mailing list >> šhttp://lists.freebsd.org/mailman/listinfo/freebsd-current >> šTo unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"