GRUB: Difference between revisions

8 bytes removed ,  5 days ago
m
Fix minor error
[unchecked revision][unchecked revision]
m (Bot: fixing lint errors, replacing obsolete HTML tags:)
m (Fix minor error)
 
Line 151:
 
7. Install GRUB using ''grub-install''
<pre>sudo grub-install --root-directory=/mnt --no-floppy --modules="normal part_msdos ext2 multiboot biosdev" /dev/loop0</pre>
If you mistyped ''/dev/loop1'' (pointing on your partition) instead of ''/dev/loop0'' (pointing on your MBR), you would receive message that ''grub-install'' can't use 'embedding' (because there's no space for it) and that it would like to use 'block lists', which are not recomended.