# This is a sample menu.lst file. You should make some changes to it. # The old install method of booting via the stage-files has been removed. # Please install GRLDR boot strap code to MBR with the bootlace.com # utility under DOS/Win9x or Linux. #color black/cyan black/yelow white/black yellow/black splashimage=/splash.xpm #forground=FFFF00 #background=000088 default 0 timeout 10 title Puppy Linux kernel /vmlinuz pmedia=cd pfix=fsck initrd /initrd.gz title Puppy safe mode\nStart puppy with safety boot options(without X)\nTry 'xorgwizard' after bootup succeed to start graphic mode. kernel /vmlinuz pmedia=cd pfix=ram,nox acpi=off apm=off nosmp noapic nodma nopcmcia initrd /initrd.gz title Puppy on RAM only\nRun totally in RAM, ignore saved sessions(puppy pfix=ram) kernel /vmlinuz pmedia=cd pfix=ram initrd /initrd.gz title Bootup from HDD\nBootup from the master boot record of the hard disk drive chainloader (hd0)+1 # Windows # this entry searches Windows on the HDD and boot it up title Windows\nBoot up Windows if installed errorcheck off find --set-root --ignore-floppies --ignore-cd /bootmgr chainloader /bootmgr find --set-root --ignore-floppies --ignore-cd /ntldr chainloader /ntldr find --set-root --ignore-floppies --ignore-cd /io.sys chainloader /io.sys errorcheck on title Find Grub menu on HDD errorcheck off find --set-root --ignore-floppies --ignore-cd /menu.lst && configfile /menu.lst find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst errorcheck on commandline title Find Grub2\nBoot up grub2 if installed find --set-root --ignore-floppies --ignore-cd /boot/grub/core.img kernel /boot/grub/core.img title Grub4Dos commandline\n(for experts only) commandline title Reboot computer reboot title Halt computer halt