GRUB: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Line 169:
<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.
 
Don't forget to flush filesystem buffers when manipulating with files on mounted disk image. On linux, this can be simply done by executing ''sync'' command in shell.
 
== HDD Image Instructions for OS X users==