summaryrefslogtreecommitdiff
path: root/grub/menu.lst.sample
blob: 5a066abfde3556483bdbe9165d81cfb73152948f (plain)
    1 ### Global settings
    2 
    3 ## CRUX splash image
    4 splashimage (hd0,0)/boot/grub/crux03.xpm.gz
    5 ## define special fore-/background colors for splash screen image
    6 foreground = FFFFFF
    7 background = AAAAAA
    8 
    9 ## shaded text
   10 #shade 1
   11 
   12 ## time to wait for user interaction
   13 timeout 5
   14 
   15 ## default boot kernel 
   16 default 0
   17 
   18 ### GRUB Devices:
   19 ##
   20 ## Linux         Grub
   21 ## ======================
   22 ## /dev/hda      (hd0)
   23 ## /dev/hda1     (hd0,0)
   24 ## /dev/hdb      (hd1)
   25 ## /dev/hdb1     (hd1,0)
   26 ## /dev/fd0      (fd0)
   27 
   28 ### Remember:
   29 ## The Linux kernel 2.4.19 has a bug which prevents using of devfs
   30 ## device names (/dev/disc/disc0/part1,..). CRUX 0.9.4 comes with
   31 ## 2.4.19 !
   32 
   33 ## Default menu entries
   34 
   35 title CRUX
   36 kernel (hd0,0)/boot/vmlinuz root=/dev/hda1
   37 
   38 title CRUX
   39 kernel (hd0,0)/boot/vmlinuz.old root=/dev/hda1 
   40 
   41 ### Special cases
   42 
   43 ## Boot special bootimage
   44 #title Memtest
   45 #kernel (hd0,0)/boot/memtest.bin  
   46 
   47 ## Boot Microsoft Windows(TM) 
   48 #title Windows 
   49 #root (hd0,5)
   50 #makeactive
   51 #chainloader +1
   52 
   53 ## Boot from Floppy
   54 #title floppy
   55 #root (fd0)
   56 #chainloader +1
   57 
   58 ## Boot with different /boot partition
   59 ## /     = /dev/hdb2 = (hd1,1)
   60 ## /boot = /dev/hdb1 = (hd1,0)
   61 ##
   62 #title CRUX GNU/Linux drive 2
   63 #kernel (hd1,0)/vmlinuz root=/dev/hdb2 

Generated by cgit