From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::241; helo=mail-wm0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 41D072035520C for ; Wed, 8 Nov 2017 05:40:07 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id r196so10580262wmf.2 for ; Wed, 08 Nov 2017 05:44:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=yTUXpSp85/JtC0vHvPYZlMenWXZWyXSDyRFf1d2dgiM=; b=XQkj6ypGKcs2w++vVlEXQytmPwcUIInJpjS1Md43nM5ErQp3U1UTDPWBUjjcSFrhhr +rP5YrJ3cqVz46riK7cTbFNuczYI1E+rYEtqYR7cRjETCEgxz7mh3bm44cgSTBQPwSDK U+dQuhY5h2icU3NpBZR1w/Ci70n10Ou71I+RY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=yTUXpSp85/JtC0vHvPYZlMenWXZWyXSDyRFf1d2dgiM=; b=U8O/td8lQhPNceqtMG8iM3s3KoE2Q4VnYTUQJaSoIoKgXOlkRJB+I/f/pPdjWMjIRf 9/22ZLFHtOtnbuNu7ad07RZ+j0sNdaqLU7lPn5nE4V1oIlOaF57FzT2ZNNf55+lF0JQc khVvTYpc8/ntHeD1GfIWMY9lTOJC7J3kP9qsSk91Gu3+nfP8XFOyguKwP1WPwxg3IDa5 EKM31K0H8QGhuUdnNbN+lxshauLRg6DuDb4ZC/lvYCr5ZseWUgxyA13MZz6crSuDCNCU MGwsI/PAoq9ky6qgqAVl1ETOY6zZMW2cls2K8p5BnNOH+66fHkai2wh8izz0jpBRIU/4 nZaA== X-Gm-Message-State: AJaThX5BN5qTGAPC9fgUNWmfhuVoTIiDOoFSKTQXRhE+P28RJtang57L vHYbMapkmIQEumOWufEq/bwXwA== X-Google-Smtp-Source: ABhQp+SI8NfYR1BILV9o52OscYtGNAVjgv7rGfAKVVwc70xRtlt8kgLhSdPN7Cl2XUwDPi6bWTHmNg== X-Received: by 10.28.220.132 with SMTP id t126mr506532wmg.51.1510148646851; Wed, 08 Nov 2017 05:44:06 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 71sm6798576wmg.0.2017.11.08.05.44.05 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 08 Nov 2017 05:44:05 -0800 (PST) Date: Wed, 8 Nov 2017 13:44:04 +0000 From: Leif Lindholm To: Haojian Zhuang Cc: Vladimir 'phcoder' Serbinenko , Fathi Boudra , "edk2-devel@lists.01.org" , okuji@enbug.org, grub-devel@gnu.org Message-ID: <20171108134404.upvajw33ykl4s7n3@bivouac.eciton.net> References: <5efb001e-f292-9f22-edae-a617147749c6@linaro.org> <3239f02f-73ce-0bd3-681b-494d378d3ebd@linaro.org> MIME-Version: 1.0 In-Reply-To: <3239f02f-73ce-0bd3-681b-494d378d3ebd@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: GRUB issue on device priority X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 13:40:08 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Nov 08, 2017 at 01:46:13PM +0800, Haojian Zhuang wrote: > On 2017/11/7 23:14, Vladimir 'phcoder' Serbinenko wrote: > > On Tue, Nov 7, 2017, 15:23 Haojian Zhuang > > wrote: > > > > Hi all, > > > > It seems there's a device priority issue in GRUB. > > > > Please use mailing list for grub, not just messaging random people some > > of whom have left project 10 years ago. > > Sure. Just find the mailing account. Loop grub-devel@gnu.org. I don't think we need to loop in grub-devel: If you tell grub to boot from the first block device it encounters, it will boot from the first block device it encounters. That is as expected. I will delete grub-devel and Vladimir from the recipient list beyond this email and then respond to your original email on edk2-devel. / Leif