public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Grub2 and softlevels
@ 2014-01-25 12:18 Peter Humphrey
  2014-01-25 13:07 ` Tanstaafl
                   ` (2 more replies)
  0 siblings, 3 replies; 34+ messages in thread
From: Peter Humphrey @ 2014-01-25 12:18 UTC (permalink / raw
  To: gentoo-user

Hello list,

James's recent thread on grub2 with several kernels prompted me to have
another play with grub2.

I followed the grub2 migration guide[1] up to and including where it says "At
this point you should reboot your machine and select GRUB2 Chainload." I did
that and found I was offered only one kernel, and something about advanced
options, which I couldn't make head nor tail of. That one kernel did boot ok,
but when I rebooted again into grub legacy and booted the same kernel my
volume groups had not started. One more reboot fixed that.

Now, my question is how to have grub2 offer me a choice of kernels from all
those that are present in /boot (a separate ext2 partition). Not only that,
but pass different softlevel selectors to them. Here's my grub.conf to
illustrate what I mean:

#
# Boot menu configuration file - Grub-legacy
#

root (hd0,0)
timeout 10
default 1
fallback 4
color white/blue black/light-gray
splashimage /grub/splash.xpm.gz

title GRUB2 Chainload
        kernel /boot/grub/i386-pc/core.img
        boot

title=Gentoo Linux 3.10.25
        kernel /boot/kernel-x86_64-3.10.25-gentoo root=/dev/md5 net.ifnames=0

title=Gentoo Linux 3.10.25, no X
        kernel /boot/kernel-x86_64-3.10.25-gentoo root=/dev/md5 softlevel=no-x net.ifnames=0

title=Gentoo Linux 3.10.25, no network
        kernel /boot/kernel-x86_64-3.10.25-gentoo root=/dev/md5 softlevel=no-net net.ifnames=0

title=Gentoo Linux 3.10.17
        kernel /boot/kernel-x86_64-3.10.17-gentoo root=/dev/md5 net.ifnames=0

title=Gentoo Linux 3.10.17, no X
        kernel /boot/kernel-x86_64-3.10.17-gentoo root=/dev/md5 softlevel=no-x net.ifnames=0

title=Gentoo Linux 3.10.17, no network
        kernel /boot/kernel-x86_64-3.10.17-gentoo root=/dev/md5 softlevel=no-net net.ifnames=0

title=Memtest86+
        kernel /boot/memtest86plus/memtest86+-4.20.bin

title=Rescue System 3.8.13
        kernel /boot/kernel-x86_64-3.8.13-gentoo-rescue root=/dev/sda8 net.ifnames=0

title=Rescue System 3.10.7-r1
        kernel /boot/kernel-x86_64-3.10.7-r1-gentoo-rescue root=/dev/sda8 net.ifnames=0

I've been operating this way for years and maintained the kernel versions
manually. That was not a lot of work, with the help of some elementary bash-
ing and copy&pasting, and I don't want the flexibility of boot options thrown 
away by switching to a supposedly better grub.

Any ideas anyone?

[1] https://wiki.gentoo.org/wiki/GRUB2_Migration

-- 
Regards
Peter



^ permalink raw reply	[flat|nested] 34+ messages in thread
* Re: [gentoo-user] Grub2 and softlevels
@ 2014-01-28 11:38 Thomas Mueller
  2014-01-28 12:26 ` Alan McKinnon
  0 siblings, 1 reply; 34+ messages in thread
From: Thomas Mueller @ 2014-01-28 11:38 UTC (permalink / raw
  To: gentoo-user

> I do. Why, does it have its own info reader? Personally I've never had to bite
> the bullet and had to learn how to use info.
        
> Regards
> Peter

I tried to learn info and never did well, always lost my place and had to hit q to get out.

Reading the info file as plain text worked better.

When I had Slackware with KDE 3.x, Konqueror had a good info reader, but I couldn't find my way in KDE after it went to 4.1.

Best I can think of in the absence of KDE is pinfo.

Why can't they get rid of info in favor of HTML, or even straight ASCII text?

Tom



^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2014-01-28 13:25 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-25 12:18 [gentoo-user] Grub2 and softlevels Peter Humphrey
2014-01-25 13:07 ` Tanstaafl
2014-01-25 15:08   ` J. Roeleveld
2014-01-25 13:51 ` [gentoo-user] " Martin Vaeth
2014-01-25 17:10   ` Peter Humphrey
2014-01-25 15:42 ` [gentoo-user] " Mike Gilbert
2014-01-25 17:08   ` Peter Humphrey
2014-01-25 17:22     ` Mike Gilbert
2014-01-25 18:29       ` Mick
2014-01-25 19:32         ` [gentoo-user] " James
2014-01-26 12:37           ` Mick
2014-01-26 15:46             ` James
2014-01-25 21:42         ` [gentoo-user] " Mike Gilbert
2014-01-26 20:03           ` Neil Bothwick
2014-01-26 20:08       ` Peter Humphrey
2014-01-26 20:13         ` Neil Bothwick
2014-01-26 21:28           ` Peter Humphrey
2014-01-26 21:39             ` [gentoo-user] " Martin Vaeth
2014-01-26 21:42             ` [gentoo-user] " Peter Humphrey
2014-01-27 16:04               ` Peter Humphrey
2014-01-28  9:25                 ` [gentoo-user] Grub2 and softlevels [SOLVED] Peter Humphrey
2014-01-27 16:41               ` [gentoo-user] Grub2 and softlevels Mike Gilbert
2014-01-27  9:38             ` Neil Bothwick
2014-01-27 16:00               ` Peter Humphrey
2014-01-27 16:07                 ` Alan McKinnon
2014-01-27 16:19                   ` Peter Humphrey
2014-01-27 18:48                     ` Alan McKinnon
2014-01-27 21:46                     ` Neil Bothwick
2014-01-27  9:40             ` Neil Bothwick
2014-01-27 16:06               ` Peter Humphrey
  -- strict thread matches above, loose matches on Subject: below --
2014-01-28 11:38 Thomas Mueller
2014-01-28 12:26 ` Alan McKinnon
2014-01-28 12:54   ` Peter Humphrey
2014-01-28 13:24     ` Alan McKinnon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox