From owner-freebsd-current@freebsd.org Wed May 30 14:56:45 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 BCAA0F73577 for ; Wed, 30 May 2018 14:56:44 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x22c.google.com (mail-it0-x22c.google.com [IPv6:2607:f8b0:4001:c0b::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA99D873BF for ; Wed, 30 May 2018 14:56:43 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x22c.google.com with SMTP id j186-v6so23791427ita.5 for ; Wed, 30 May 2018 07:56:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=/CHZxbAyuR37+tt+76LljKanzgyQNlDRg/7vz72DTuE=; b=qc2CnTziAlOfsfpubwM0JkEUHmH2YxoB0/tz8kAnC6cKz+sQuLuqqFO5Omnetrduc/ NuDV+DebCCsCt4pKykvijnnlCIog+UW8E/+leBg+mJSngqEe+dBgJJ+WmFGAFkLtZH/E fntkdyt7qrFXGqTbTmL6VoUTMuousk2X2pppcQLAw4VhnBzaTUI44jxfqN3iRAwpH980 J344oaoGUHUePNS7qp1uLPSUB1v55xztzjjYcH/BOlRBxjtFSz3nlKBxeuPmDOvBhd1L pFKAarb+I73PB/Y1w6GjRch6sBNzafXE/q2sgkkdDzSKq8EEsb+c7WkqFDQ1W/fn5vNu LoAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=/CHZxbAyuR37+tt+76LljKanzgyQNlDRg/7vz72DTuE=; b=eQM/AKE4l22dKDK+EgfjxFba4cRIiMYt6IVqwNEw5kPyLwuXKxjrIpsBASQFh68Qgo GMW2/02uQmRZYSkYBT+7nE37QffOjrCI8T0JwtY+FyWL++/+NysRB7unrS77z5KHTQX7 rZQdc5tgYfV4Qd515vKg8kPKK7upH98iVfV8Gyc1ZyU29PpqK1TtwABriBwM6dlOPii4 UhFtoQ4zOmxicyZuOFLncoZmgIVWc0pcg/rJj+QbyS9nWHDXb16+h4y6DpMSrL3UMvMr SfWWRC+/CbiQjfpJ248e8f2Gt5YIXQbJn0RrBmLqy/mTePBygXhe3YToEPOrXtfA9z3o 0uIw== X-Gm-Message-State: APt69E1ho6NQyNDl3D2PV82aQbAXRjdMToGRMNNTyHKEQH8POaamD3+N DBIdNc2y5JhsBskQhtgWJ5ael8G0COlgI/eNqkI= X-Google-Smtp-Source: ADUXVKJOc9boAZEEPQCLeZt5oF5fGJKkAqDDMzgU5kLB/QZO3uotLIQXLt4d79hJhSLIlwYni5UzQGghP3LbhZfTLmc= X-Received: by 2002:a24:4293:: with SMTP id i141-v6mr1878711itb.54.1527692203428; Wed, 30 May 2018 07:56:43 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:87c4:0:0:0:0:0 with HTTP; Wed, 30 May 2018 07:56:22 -0700 (PDT) In-Reply-To: References: From: Ed Maste Date: Wed, 30 May 2018 10:56:22 -0400 X-Google-Sender-Auth: WCT1FQd8U0UgGRUnM8t01uygzDc Message-ID: Subject: Re: Boot USB memstick with MBR (WAS: Re: [RFC] Deprecation and removal of the drm2 driver) To: Philip Homburg Cc: Johannes Lundberg , FreeBSD Current , Andreas Nilsson Content-Type: text/plain; charset="UTF-8" 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: Wed, 30 May 2018 14:56:45 -0000 On 25 May 2018 at 04:51, Philip Homburg wrote: > > 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. At least it's not a regression. > 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. Strange. Can you try an updated test image of mine (https://people.freebsd.org/~emaste/mini-image-2018-05-28.xz) or this week's -CURRENT snapshot?