Initial commit: Uploaded everything from abs/core
[arch-rock.git] / base / grub / menu.lst
blob57fcf0d40b1b4ee84575a506c135e70d2e5aad9b
1 # Config file for GRUB - The GNU GRand Unified Bootloader
2 # /boot/grub/menu.lst
4 # DEVICE NAME CONVERSIONS 
6 #  Linux           Grub
7 # -------------------------
8 #  /dev/fd0        (fd0)
9 #  /dev/hda        (hd0)
10 #  /dev/hdb2       (hd1,1)
11 #  /dev/hda3       (hd0,2)
14 #  FRAMEBUFFER RESOLUTION SETTINGS
15 #     +-------------------------------------------------+
16 #          | 640x480    800x600    1024x768   1280x1024
17 #      ----+--------------------------------------------
18 #      256 | 0x301=769  0x303=771  0x305=773   0x307=775
19 #      32K | 0x310=784  0x313=787  0x316=790   0x319=793
20 #      64K | 0x311=785  0x314=788  0x317=791   0x31A=794
21 #      16M | 0x312=786  0x315=789  0x318=792   0x31B=795
22 #     +-------------------------------------------------+
24 # general configuration:
25 timeout   5
26 default   0
27 color light-blue/black light-cyan/blue
29 # boot sections follow
30 # each is implicitly numbered from 0 in the order of appearance below
32 # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
34 #-*
36 # (0) Arch Linux
37 title  Arch Linux  [/boot/vmlinuz26]
38 root   (hd0,0)
39 kernel /vmlinuz26 root=/dev/hda3 ro
40 initrd /kernel26.img
42 # (1) Windows
43 #title Windows
44 #rootnoverify (hd0,0)
45 #makeactive
46 #chainloader +1