# Grub config file for NetBSD/xen. Copy as /grub/menu.lst and run # grub-install /dev/rwd0d (assuming your boot device is wd0). # # The default entry to load will be the first one default=0 # boot after 10s the default entry if the user didn't hit keyboard timeout=10 # Let the user select which console to use (serial or VGA), default # to serial after 10s terminal --timeout=10 serial console # booting XEN title Xen 3.0 / NetBSD 4.0_BETA root(hd0,0) kernel (hd0,a)/xen.gz dom0_mem=256M module (hd0,a)/netbsd-XEN3_DOM0.gz root=/dev/hda1 ro console=pc # Load the NetBSD bootloader in case of some screw up. title NetBSD chain root (hd0,0) chainloader +1 ## end of grub config file.