index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2006-09-12 15:16:59 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-09-12 15:16:59 +0000 |
commit | 7e3a0aab547917ba3066a015f4ec4cc8e87c505f (patch) | |
tree | 96c6b4194712cb3134b55381a63d42baebcd8157 /default-config/boot/grub/more.lst | |
parent | 05bb58376c1e4e1b5562a8479f869611b0c6fa42 (diff) |
-rw-r--r-- | default-config/boot/grub/more.lst | 27 |
diff --git a/default-config/boot/grub/more.lst b/default-config/boot/grub/more.lst index 1fe37fc..a8450f3 100644 --- a/default-config/boot/grub/more.lst +++ b/default-config/boot/grub/more.lst @@ -1,21 +1,20 @@ -timeout 60 +timeout 300 default 0 +color light-blue/blue black/light-grey +splashimage=/boot/splash.xpm.gz -title Boot Existing Linux Install -root (hd0,2) -kernel /vmlinuz26 root=/dev/hda1 ro +title << Back to Main Menu +configfile /boot/grub/menu.lst -title Boot Existing Windows Install +title Attempt existing Linux detection +configfile /boot/grub/tryboot.lst + +title [EDIT ME] Boot Existing Linux Install +root (hd0,1) +kernel /vmlinuz26 root=/dev/hda3 ro + +title [EDIT ME] Boot Existing Windows Install rootnoverify (hd0,0) makeactive chainloader +1 -title Install GRUB to HD0 -root (hd0,0) -setup (hd0) - -title Run Ranish Partition Manager -kernel /boot/ranish/part.exe - -title Run memtest86+ -kernel /boot/memtest86+/memtest.bin |