index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-09-06 20:39:35 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-09-06 20:39:35 -0500 |
commit | 8966351b12bbcf2f8fffbd8c3a4b00e7529349b8 (patch) | |
tree | a54505adcbc029bce687788150df4383e5e936e0 /configs/default/default-config/boot/help/bootexisting.txt | |
parent | 99ed5349b32951fa1ec28cc2ee3caaff83fcd681 (diff) |
-rw-r--r-- | configs/default/default-config/boot/help/bootexisting.txt | 24 |
diff --git a/configs/default/default-config/boot/help/bootexisting.txt b/configs/default/default-config/boot/help/bootexisting.txt new file mode 100644 index 0000000..540e41f --- /dev/null +++ b/configs/default/default-config/boot/help/bootexisting.txt @@ -0,0 +1,24 @@ +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. + + + |