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 4C11A138A2F for ; Fri, 24 Jan 2014 21:17:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90A86E0BE9; Fri, 24 Jan 2014 21:17:25 +0000 (UTC) Received: from mail-gg0-f170.google.com (mail-gg0-f170.google.com [209.85.161.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61525E0BDA for ; Fri, 24 Jan 2014 21:17:24 +0000 (UTC) Received: by mail-gg0-f170.google.com with SMTP id l4so1312206ggi.15 for ; Fri, 24 Jan 2014 13:17:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=j/Shj/xBuEv0giujlkRnPdh8GBPOzLYX0Cll+srVhyU=; b=ul/7KWZT7iDwdiuxcBPHfcBc2FpQW3eLM133zYiedHeZnapZK0LbO3UH5wSVXltCZO lBkBv7SNUkaxGjGpdjBqLQi5+TBxayAc7lowkS2RWjqFz7BmvE77/I+ctXZnlibW3TcY D8BrtVMXod1TC+4bpPtOIv2q3ns4kUnTHUMj9bwnUIH1ikzcVlAi8z+mTE1veI3uozoj zqu36F4QumdFWoBbcICRqY/w8uMT2SITqvfZ+RRnG6GUUwkRZocoVNFloHVzB0L1mAoE SEGviVFNtzwBKrhacJ9yq0irGSDWT2FVpTtk7J2cGBHyB/uNej1hU4hF0gKK3v1GjmK6 L7WA== X-Received: by 10.236.86.141 with SMTP id w13mr14907142yhe.41.1390598243429; Fri, 24 Jan 2014 13:17:23 -0800 (PST) Received: from [192.168.2.5] (adsl-98-95-131-60.jan.bellsouth.net. [98.95.131.60]) by mx.google.com with ESMTPSA id d32sm6488902yhq.27.2014.01.24.13.17.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 24 Jan 2014 13:17:22 -0800 (PST) Message-ID: <52E2D861.7060906@gmail.com> Date: Fri, 24 Jan 2014 15:17:21 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 SeaMonkey/2.23 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] grub2 multiple kernels References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: multipart/alternative; boundary="------------030407080102080301060005" X-Archives-Salt: d02cad86-d418-4df4-9250-40faf4b455cf X-Archives-Hash: 60207a11dc2f3e5f9d22fb9abed354b5 This is a multi-part message in MIME format. --------------030407080102080301060005 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Andrés Becerra Sandoval wrote: > > ​Hi James, > > If you put the kernels in /boot with proper names and launch: > > ​ grub2-mkconfig -o /boot/grub/grub.cfg > > Grub will set up the kernels for you. > > If you want (not likely) to create a manual entry, put it in > /etc/grub.d/40_custom > > > -- > Andrés Becerra Sandoval > That has been my experience so far as well. Little info for OP. root@fireball / # ls -al /boot/kernel* -rw-r--r-- 1 root root 5148896 Dec 6 21:05 /boot/kernel-3.11.6-1 -rw-r--r-- 1 root root 5023696 Oct 18 08:31 /boot/kernel-3.9.5-NEWMOBO -rw-r--r-- 1 root root 5020432 Oct 20 22:30 /boot/kernel-3.9.5-NEWMOBO-1 root@fireball / # root@fireball / # grub2-mkconfig -o /boot/grub2/grub.cfg Generating grub configuration file ... Found linux image: /boot/kernel-3.11.6-1 Found linux image: /boot/kernel-3.9.5-NEWMOBO-1 Found linux image: /boot/kernel-3.9.5-NEWMOBO done root@fireball / # What I have not figured out yet, how to know that it sees and applies that init thingy that dracut made. It doesn't mention finding it so I don't know if it does or not. Hmmmm. Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words! --------------030407080102080301060005 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit
Andrés Becerra Sandoval wrote:

​Hi James,

If you put the kernels in /boot with proper names and launch:

​ grub2-mkconfig -o /boot/grub/grub.cfg

Grub will set up the kernels for you.

If you want (not likely)  to create a manual entry, put it in /etc/grub.d/40_custom


--
  Andrés Becerra Sandoval



That has been my experience so far as well.  Little info for OP.

root@fireball / # ls -al /boot/kernel*
-rw-r--r-- 1 root root 5148896 Dec  6 21:05 /boot/kernel-3.11.6-1
-rw-r--r-- 1 root root 5023696 Oct 18 08:31 /boot/kernel-3.9.5-NEWMOBO
-rw-r--r-- 1 root root 5020432 Oct 20 22:30 /boot/kernel-3.9.5-NEWMOBO-1
root@fireball / # 

root@fireball / # grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/kernel-3.11.6-1
Found linux image: /boot/kernel-3.9.5-NEWMOBO-1
Found linux image: /boot/kernel-3.9.5-NEWMOBO
done
root@fireball / #


What I have not figured out yet, how to know that it sees and applies that init thingy that dracut made.  It doesn't mention finding it so I don't know if it does or not.  Hmmmm.

Dale

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
--------------030407080102080301060005--