From owner-freebsd-current@freebsd.org Fri May 25 08:51:15 2018 Return-Path: Delivered-To: freebsd-current@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 9D715F7668D for ; Fri, 25 May 2018 08:51:15 +0000 (UTC) (envelope-from pch-bCE2691D2@u-1.phicoh.com) Received: from stereo.hq.phicoh.net (stereo6-tun.hq.phicoh.net [IPv6:2001:888:1044:10:2a0:c9ff:fe9f:17a9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E944786FF; Fri, 25 May 2018 08:51:14 +0000 (UTC) (envelope-from pch-bCE2691D2@u-1.phicoh.com) Received: from stereo.hq.phicoh.net (localhost [::ffff:127.0.0.1]) by stereo.hq.phicoh.net with esmtp (TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384) (Smail #157) id m1fM8RL-0000H5C; Fri, 25 May 2018 10:51:11 +0200 Message-Id: To: Ed Maste Cc: Johannes Lundberg , FreeBSD Current , Andreas Nilsson Subject: Re: Boot USB memstick with MBR (WAS: Re: [RFC] Deprecation and removal of the drm2 driver) From: Philip Homburg Sender: pch-bCE2691D2@u-1.phicoh.com References: In-reply-to: Your message of "Thu, 24 May 2018 09:11:25 -0400 ." Date: Fri, 25 May 2018 10:51:10 +0200 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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: Fri, 25 May 2018 08:51:15 -0000 >Can you download the image from >https://people.freebsd.org/~emaste/mini-image.amd64.xz, uncompress and >write it to a USB stick and try on this system? This is a >MBR-partitioned dual-mode test image. It's not an installer - it >should just boot to a login prompt - but can be used to test this >scheme. I have bad news and some good news. The bad news is that with this image the USB stick doesn't get recognized as a boot device. Same as with the 11.2-BETA2 images. The good news is that if I completely recreate the MBR, keeping the layout of the partitions the same, then the USB stick is recognized. The weird news is that it then proceeds to boot from harddisk. But that may be an issue with the boot code I put on. So the issue is limited to the MBR. I'll try to figure out what exactly makes the difference.