From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E77131384C0 for ; Fri, 28 Aug 2015 11:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84229E089D; Fri, 28 Aug 2015 11:35:31 +0000 (UTC) Received: from mail-io0-f174.google.com (mail-io0-f174.google.com [209.85.223.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A151E086F for ; Fri, 28 Aug 2015 11:35:30 +0000 (UTC) Received: by iofe124 with SMTP id e124so24045541iof.1 for ; Fri, 28 Aug 2015 04:35:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=G75oSUqLGHJ2qBHKVOhgVVhGYaNMkZMsnWmzwE8Y4qc=; b=pB3jw437yH6xskbKi+xxvo3hK+Zw0ANm1J5DHFpVWz35OqbuklJ7LuOadyfsD6M05K O8BU6HFFfkfv+ox6lVJSQewzEXH4L56C1Kldwu3/E0ALpT+DZFRBbcEpyTjH+2ud+kJ0 dA3meFqwdmSYn/3E0uJ1nWOsnaIyazvqrlHLp8kX9ky80d6PSvSGDRggFS5do9ZOyNoK myEVGwHtgvRlKm+TUG8ijZwwOEPvPhzecwDczAoFv4YtTxcEReRWez2OKPgREVrbZLqY SLbt0J8Khd6TOwp5xf9yMaS0zxZ655zRQY053M/rG4bZ1HINt97L34fc08Jmca8jx6mM cMbQ== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.107.47.97 with SMTP id j94mr13615215ioo.136.1440761729683; Fri, 28 Aug 2015 04:35:29 -0700 (PDT) Received: by 10.79.116.8 with HTTP; Fri, 28 Aug 2015 04:35:29 -0700 (PDT) In-Reply-To: References: <201508272044.13708.michaelkintzios@gmail.com> Date: Fri, 28 Aug 2015 07:35:29 -0400 Message-ID: Subject: Re: [gentoo-user] Re: Grub1: Cant ? Re: keeping grub 1 From: Tom H To: Gentoo User Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: f2274cd4-596b-49d3-b6e9-43104fb84499 X-Archives-Hash: 589c31a0030b93337f30879933ce0fea On Thu, Aug 27, 2015 at 4:03 PM, Fernando Rodriguez wrote: > > You do need a manager like efibootmgr unless you have a really good "bios" menu > where you can manage your entries. Only removable media is autodetected on all > EFI boxes I've seen. I use GRUB2 because my efi firmware (like most) is really > buggy. Changing the boot order doesn't work at all (neither on the menu nor > through efibootmgr), so I have to delete and recreate the entries in the right > order. What I did is create 2 efi entries, one for my main kernel and one for > grub2 and I added entries for all my secondary kernels and windows on the > grub2 menu. I've used "efibootmgr -o ..." to change the boot order on a number of laptops and U1/U2 systems without a problem. Perhaps I've been lucky. I prefer to use elilo/gummiboot on EFI.