Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Hi,
I've been having trouble with making disk images.
I was wondering if anyone has a tutorial on the steps of making a disk image with the bootloader on it instead of that which the disk image utility places on the image?
Thanks.
You mean, using dd if=bootloader of=diskimage bs=512 count=2880 ?
Don't forget to add more than 1.44mb of garbage data after your bootloader file using cat. Example: