On Wednesday 20 May 2015 21:35:11 Neil Bothwick wrote:
> On Wed, 20 May 2015 16:08:53 +0100, Peter Humphrey wrote:
> > I followed the instructions in
> > https://wiki.gentoo.org/wiki/GRUB2_Migration, after copying my
> > grub.conf as you suggested, but when I rebooted, the GRUB2 menu text
> > was minuscule, it only included one of the five kernel lines it should
> > have, and when it ran it didn't start my RAID devices.
>
> Can you post the contents of grub.conf, /etc/defaults/grub and any custm
> scripts in /etc/grub.d.
This is my grub.conf (copied in from my e-mail yesterday):
root (hd0,0)
timeout 10
default 0
fallback 3
color white/blue black/light-gray
splashimage /grub/splash.xpm.gz
title=Gentoo Linux 3.18.12
kernel /boot/kernel-x86_64-3.18.12-gentoo root=/dev/md5 net.ifnames=0
irqpoll
title=Gentoo Linux 3.18.12, no X
kernel /boot/kernel-x86_64-3.18.12-gentoo root=/dev/md5 softlevel=nox
net.ifnames=0 irqpoll
title=Gentoo Linux 3.18.12, no network
kernel /boot/kernel-x86_64-3.18.12-gentoo root=/dev/md5 softlevel=nonet
net.ifnames=0 irqpoll
title=Rescue System 3.18.11
kernel /boot/kernel-x86_64-3.18.11-gentoo-rescue root=/dev/sda8
net.ifnames=0 irqpoll
title=Rescue System 3.18.12
kernel /boot/kernel-x86_64-3.18.12-gentoo-rescue root=/dev/sda8
net.ifnames=0 irqpoll
I copied it into /etc/grub.d/05_linux. /etc/defaults/grub is all comments.
--
Rgds
Peter