Yosji wrote:I tried ... But it didn't work ...
Here is my menu file:
# Sample boot menu configuration file
# Timeout in seconds before booting first option timeout 10
hiddenmenu password --md5 $*****(hd0,0)/grub/menu.nop default saved
# Zen imaging
title Zen imaging
savedefault 1
kernel (hd0,0)/boot/kernel.zen rw reboot=w root=/dev/sda1
# Boot MS Vista
title Vista RC1 Build 5600
hide (hd0,2)
hide (hd0,3)
unhide (hd0,1)
root (hd0,1)
makeactive
savedefault 0
chainloader +1
# Boot Linux
title SUSE V10.1
hide (hd0,1)
hide (hd0,3)
unhide (hd0,2)
root (hd0,2)
makeactive
savedefault 0
chainloader +1
# Boot Windows XP
title University of Manchester
hide (hd0,1)
hide (hd0,2)
unhide (hd0,3)
root (hd0,3)
makeactive
savedefault 0
chainloader +1
Hope that gives you an idea of how to configure at grub prompt