Hi!
I today i started a low level programming course at my university. To practice i decided to make a simple general purpose OS so i registered here! GREETINGS!!
My current problem:
GRUB isn't installable on OS X so i downloaded the stage binaries.
I decided to make ext2 the fs for my os so i installed those drivers too -> I can create and read ext2.
Now i want to install GRUB on my fresh 100MB ext2 image but since i can't run the grub binaries i have some serious problems doing this.
I downloaded a floppy image to boot grub from, i mount my ext2 image and the floppy in bochs.
When the GRUB floppy boots i get the grub> prompt and do the following:
grub> root (hd0)
Filesystem type unknown, using whole disk.
WTF!?
is there anyway of only using /bin/dd and copying files manually? Is the ext2 drivers messed up? Anyting? Anyone?
edit:
I also tried with Q-emu (kju), same error.
GRUB and OS X
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
shouldn't it be (i.e., including the partition number)?
Code: Select all
grub> root (hd0,0)
The manual states it should be the same if i only have one partition. If i do that however, i get the following error:shouldn't it be(i.e., including the partition number)?Code: Select all
grub> root (hd0,0)
Error 5: Partition table invalid or corrupt.
Strange because e2fsck doesn't complain