All pastes #1995748 Raw Edit

/boot/grub/menu.lst.example

public text v1 · immutable
#1995748 ·published 2010-11-18 20:20 UTC
rendered paste body
### menu.lxt example

## For how long should GRUB wait until it chooses the default option.
timeout 10

## Chose the color your like to use with GRUB in text mode.
color black/cyan yellow/cyan

## Enable the graphical mode.
gfxmenu (hd0,3)/boot/gfxmenu

## What's the default OS that you want to start
default 0

## Default Mandriva entry, it may be different from yours.
title linux
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=cf1d7bd9-c410-42e5-b340-5e28f2h56539 resume=UUID=2143d3a6-1a7a-4463-bb17-ce00ad052908 splash=silent vga=788
initrd (hd0,1)/boot/initrd.img

title linux-nonfb
kernel (hd0,1)/boot/vmlinuz
initrd (hd0,1)/boot/initrd.img

title failsafe
kernel (hd0,1)/boot/vmlinuz failsafe
initrd (hd0,1)/boot/initrd.img


## If you have Windows installed, it's entry should looks like this.
title windows
root (hd0,0)
makeactive
chainloader +1