diff options
author | Brett Goulder <predatorfreak@dcaf-security.org> | 2008-03-23 09:08:02 -0400 |
---|---|---|
committer | Brett Goulder <predatorfreak@dcaf-security.org> | 2008-03-23 09:08:02 -0400 |
commit | 688b6751172efec9853806df401574389692224e (patch) | |
tree | a7ed9727370a59107e5f689a0dabc9e202c424b1 | |
parent | f4a76233cb4eb453a3682c2c245b378fb6c0b318 (diff) | |
download | opt-688b6751172efec9853806df401574389692224e.tar.gz opt-688b6751172efec9853806df401574389692224e.tar.xz |
grub: When the boot partition is mounted, you should use --stage2, as explained in the GRUB manual.
-rw-r--r-- | grub/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/grub/README b/grub/README index 82adc041e..97ddcfcac 100644 --- a/grub/README +++ b/grub/README @@ -47,10 +47,12 @@ POST-INSTALL Last but not least, install/enable the boot manager: + # # If the boot partition is mounted, you must specify --stage2, like below. + # # Otherwise, you may remove this. # # Run grub # grub grub> root (hdX,Y) - grub> setup (hdX) + grub> setup --stage2=/boot/grub/stage2 (hdX) grub> quit Please correct the path and device names according to your configuration. Also |