diff options
-rw-r--r-- | release/INSTALL-binary | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/release/INSTALL-binary b/release/INSTALL-binary index 3085ad5b..815dce76 100644 --- a/release/INSTALL-binary +++ b/release/INSTALL-binary @@ -38,9 +38,14 @@ the line which looks like: /dev/sd0b $(add-paging-file) $(default-pager) `sd0b' is the paging device. Replace this with the correct device -name (this is a mach partition name; see step III below for a bit -about partition naming), or comment out the line if you don't want -paging. +name (this is a mach partition name), or comment out the line if you +don't want paging. Note that you don't have to do anything to +initialize swap partitions, unlike Linux. + +You also need to edit the file boot/boot-menu.grub. Change both root +specifications to match your partition. Note that these +specifications say `hd' for scsi disks, and have a slightly different +syntax. Fsck and unmount the new partition before using it, to make sure it's clean. @@ -64,6 +69,7 @@ http://www.uruk.org/grub, or in the grub source (which you should find wherever you picked up this binary release). + STEP IV: Boot the system with grub. You should get a grub boot menu with two |