On Sat, Jan 25, 2014 at 7:18 AM, Peter Humphrey <pe...@prh.myzen.co.uk> wrote:
> Any ideas anyone?
>

Here's a manually written grub.cfg that should do pretty much what
your old menu.lst did.

root=(hd0,msdos1)
timeout=10
default=0
fallback=3
color_normal=white/blue
color_highlight=black/light-gray

insmod all_video
terminal_output gfxterm

background_image /grub/splash.xpm.gz

menuentry "Gentoo Linux 3.10.25" {
linux /boot/linux-x86_64-3.10.25-gentoo root=/dev/md5 net.ifnames=0
}

menuentry "Gentoo Linux 3.10.25, no X" {
linux /boot/linux-x86_64-3.10.25-gentoo root=/dev/md5 softlevel=no-x
net.ifnames=0
}

menuentry "Gentoo Linux 3.10.25, no network" {
linux /boot/kernel-x86_64-3.10.25-gentoo root=/dev/md5
softlevel=no-net net.ifnames=0
}

menuentry "Gentoo Linux 3.10.17" {
linux /boot/kernel-x86_64-3.10.17-gentoo root=/dev/md5 net.ifnames=0
}

menuentry "Gentoo Linux 3.10.17, no X" {
linux /boot/kernel-x86_64-3.10.17-gentoo root=/dev/md5 softlevel=no-x
net.ifnames=0
}

menuentry "Gentoo Linux 3.10.17, no network" {
linux /boot/kernel-x86_64-3.10.17-gentoo root=/dev/md5
softlevel=no-net net.ifnames=0
}

menuentry "Memtest86+" {
linux16 /boot/memtest86plus/memtest86+-4.20.bin
}

menuentry "Rescue System 3.8.13" {
linux /boot/kernel-x86_64-3.8.13-gentoo-rescue root=/dev/sda8 net.ifnames=0
}

menuentry "Rescue System 3.10.7-r1" {
linux /boot/kernel-x86_64-3.10.7-r1-gentoo-rescue root=/dev/sda8 net.ifnames=0
}

Reply via email to