GRUB Legacy: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Solar (talk | contribs)
Line 107: Line 107:


<source lang="bash">
<source lang="bash">
cp /usr/lib/grub/fat_stage_1_5 /mnt/sdb1/boot/grub/fat_stage_1_5
cp /usr/lib/grub/fat_stage1_5 /mnt/sdb1/boot/grub/fat_stage1_5
</source>
</source>


Line 130: Line 130:
</source>
</source>
if you don't know where is your kernel, you can use the command "find /boot/grub/e2fs_stage_1_5" to get the parameters which would be used in the command root (sdb1,1) and setup (sdb1).
if you don't know where is your kernel, you can use the command "find /boot/grub/e2fs_stage_1_5" to get the parameters which would be used in the command root (sdb1,1) and setup (sdb1).

===Installing to hard disk===
===Installing to hard disk===
See [http://www.gnu.org/software/grub/manual/html_node/Installation.html Installation] in the official GRUB manual.
See [http://www.gnu.org/software/grub/manual/html_node/Installation.html Installation] in the official GRUB manual.