Skip to main content.
Navigation:
DENX
>
Know
>
GrubInstallation
Translations:
Edit
|
Attach
|
Raw
|
Ref-By
|
Printable
|
More
Know
Sections of this site:
DENX Home
|
DULG
|
ELDK-5
|
Know
|
Training
|
U-Boot
|
U-Bootdoc
Topics
Know Home
Readme
Changes
Index
Search
Go
List of pages in Know
Search
---++ Problem * Initial Installation of the [[GRUB]] Boot Manager on a x86 box ---++ Solution * RedHat uses the following command for the initial installation of [[GRUB]]: <verbatim> grub: root(hd0,0) grub: install /grub/stage1 d (hd0) /grub/stage2 p (hd0,0)/grub/grub.conf </verbatim> * Fedora Core 2 requires the following command to install [[GRUB]]: <verbatim> grub: root(hd0,0) grub: find /grub/stage1 grub: setup (hd0) </verbatim> This assumes that =/boot= is on a separate partition on =/dev/hda=; if it is just a subdirectory of the =/= partition, then use: <verbatim> grub: find /boot/grub/stage1 </verbatim> instead. -- Main.WolfgangDenk - 14 Oct 2004