index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | default-config/boot/grub/more.lst | 21 |
diff --git a/default-config/boot/grub/more.lst b/default-config/boot/grub/more.lst new file mode 100644 index 0000000..1fe37fc --- /dev/null +++ b/default-config/boot/grub/more.lst @@ -0,0 +1,21 @@ +timeout 60 +default 0 + +title Boot Existing Linux Install +root (hd0,2) +kernel /vmlinuz26 root=/dev/hda1 ro + +title 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 |