summaryrefslogtreecommitdiff
path: root/release/menu.lst
diff options
context:
space:
mode:
Diffstat (limited to 'release/menu.lst')
-rw-r--r--release/menu.lst50
1 files changed, 50 insertions, 0 deletions
diff --git a/release/menu.lst b/release/menu.lst
new file mode 100644
index 00000000..00807dec
--- /dev/null
+++ b/release/menu.lst
@@ -0,0 +1,50 @@
+# This is the amount grub waits before booting the default entry
+timeout= 30
+
+# Tell which entry to boot by default. Note that this is origin zero
+# from the beginning of the file.
+default= 0
+
+# Note that to GRUB, all hard disks are `hd' and all floppy disks are `fd'.
+# To Mach, SCSI disks are `sd' and IDE type disks are `hd'. Use
+# GRUB names in the `root' command and prefixing filenames. Use a
+# Mach name as the `root' arg for the kernel, and whenever running the Hurd.
+
+
+# These two entries are for SCSI disks
+# Entry 0:
+title= hurd (sd0a multi-user)
+root= (hd0,a)
+kernel= /boot/gnumach root=sd0a
+module= /boot/serverboot
+
+# Entry 1:
+title= hurd (sd0a single-user)
+root= (hd0,a)
+kernel= /boot/gnumach root=sd0a -s
+module= /boot/serverboot
+
+
+# These two entries are for RLL/IDE/ST-506/etc. disks
+# Entry 2:
+title= hurd (hd0a multi-user)
+root= (hd0,a)
+kernel= /boot/gnumach root=hd0a
+module= /boot/serverboot
+
+# Entry 3:
+title= hurd (hd0a single-user)
+root= (hd0,a)
+kernel= /boot/gnumach root=hd0a -s
+module= /boot/serverboot
+
+
+# Installation steps for GRUB hard disk boot blocks
+# Entry 4:
+title= Install grub from floppy onto hard disk
+install= (fd0)+1 (hd0) (hd0,a)/boot/grub/stage2 0x8000 p
+
+# Entry 5:
+title= Reinstall grub from hard disk to itself
+install= (hd0)/boot/grub/stage1 (hd0) (hd0,a)/boot/grub/stage2 0x8000 p
+