Code: Select all
password --md5 $1$jPkAn1$FY0mU7X0MVykJnybVvMgy1
Here is the entire config file.
Code: Select all
splashimage=(hd0,1)/boot/grub/psgrubsplash.xpm.gz
default 0
timeout 10
#password --md5 $1$FKP9s0$30JxvLeMFwdyFu4Of06L80
password --md5 $1$jPkAn1$FY0mU7X0MVykJnybVvMgy1
title windows
lock
root (hd0,0)
chainloader +1
title linux
kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 ro reboot=bios resume=/dev/hda3 splash=silent vga=788
initrd (hd0,1)/boot/initrd.img
#title 2.6.6-3ps
#kernel (hd0,1)/boot/vmlinuz-2.6.6-3ps root=/dev/hda2 ro devfs=nomount reboot=bios resume=/dev/hda3 splash=silent vga=788
#initrd (hd0,1)/boot/initrd-2.6.6-3ps.img
title stage2.pavsoft.com.au (harddrive installation, upgrade and repairs)
lock
kernel (hd0,1)/stage2/vmlinuz root=/dev/loop1 ro devfs=nomount reboot=bios resume=/dev/hda3
initrd (hd0,1)/stage2/initrd.img
title floppy
lock
root (fd0)
chainloader +1
title linux-nonfb
kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 ro reboot=bios resume=/dev/hda3
initrd (hd0,1)/boot/initrd.img
title failsafe
kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 ro failsafe reboot=bios resume=/dev/hda3
initrd (hd0,1)/boot/initrd.img
#title alt_windows
#root (hd0,0)
#chainloader +1
#title windows1
#root (hd1,0)
#map (0x81) (0x80)
#map (0x80) (0x81)
#makeactive
#chainloader +1
Cheers!