GRUB: Difference between revisions

[unchecked revision][unchecked revision]
Line 188:
3. Fire up FDISK (or your tool of choice) -- I'm using the OS X version here, so commands may differ. The concept is essentially identical.
 
What will show on your screen (in OSXOS X anyway) is on the left, what you enter is on the right.
<source lang="bash">
fdisk -e disk.img
Line 243:
</source>
 
And there it is! You know have a disk.img, that will have GRUB 2 installed, ready to go. It should be mountable in OSXOS X simply by double clicking (or with the mount command).
Enjoy!
 
Anonymous user