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.
I'm trying to create a bootable GRUB image with FAT32 on it. For some reason, Ubuntu can mount the image but GRUB can't. This is the process I used to create it:
OK, it seems to be working now. I forgot to change the partition's system ID, so I think that that was the problem, although many tutorials I read didn't tell me to do that. I also used the -c=dos flag for fdisk, so that partition one would start at sector 63, not 2048. Finally, I included argument specifying the cylinders, heads, and sectors per track to fdisk.