summaryrefslogtreecommitdiff
path: root/default-config/boot/help
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-09-29 06:47:54 +0000
committerAaron Griffin <aaron@archlinux.org>2006-09-29 06:47:54 +0000
commit9b271cc9977bfe074773412718a50fb82452a45f (patch)
treec72ffd87f288b2da33f25bd412679b3bff37d161 /default-config/boot/help
parent49284a96faf1c29b6b05ac70ea5c2ecda03fa75f (diff)
downloadarchiso32-9b271cc9977bfe074773412718a50fb82452a45f.tar.xz
Corrected DOS newlines... whoops
git-svn-id: http://phraktured.net/archiso@16 00a9fe69-e71b-0410-bb23-df0e5024db41
Diffstat (limited to 'default-config/boot/help')
-rw-r--r--default-config/boot/help/bootexisting.txt41
1 files changed, 21 insertions, 20 deletions
diff --git a/default-config/boot/help/bootexisting.txt b/default-config/boot/help/bootexisting.txt
index 1c27625..540e41f 100644
--- a/default-config/boot/help/bootexisting.txt
+++ b/default-config/boot/help/bootexisting.txt
@@ -1,23 +1,24 @@
-This is a helpfile
-
-Hopefully grub will make this happy....
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+HOWTO: Boot an existing install
+
+Select "More Options" from the main menu.
+Move the cursor to "[EDIT ME] Boot an existing linux install"
+Press "e"
+
+At this point you will see the following:
+ root (hd0,0)
+ kernel /vmlinuz26 root=/dev/hda3 ro
+ initrd /kernel26.img
+
+This needs to be changed to accomodate your hardware.
+
+The first line should be changed to indicate where your boot medium resides.
+ "(hd0,0)" is the first partition on the first hard drive (hda1) - change these
+ numbers to indicate the partition containing your /boot directory.
+
+The second line should be changed to point to your kernel. If the line above
+points to a partition _only_ containing /boot, then /vmlinuz26 is fine.
+Otherwise, change this to /boot/vmlinuz. root= should be changed to match the
+partition for your root filesystem. Other kernel parameters can be added here.