I don't know what is the testing status for pc machines, but I have grub-install problem for platform pc on Apple with the current menu source.

commit eb03e2575b2c0b1b4fd83f33a741f6fef3b93339
Author: Bean <bean123ch@gmail.com>
Date:   Wed Oct 21 01:11:27 2009 +0800

Compiling for grub-pc test of menu on Apple, --wth-platform=pc, I get this stopper in grub-install (after successful make && make install). OS is ubuntu904 on imac81.


pxw@im:~/src/grub/buildpc$ sudo ./grub-install --no-floppy --force /dev/sda
./grub-install: 312: realpath: not found


( I got the same back from start of the menu tests with git branch master, the change to realpath problem, then I went to efi tests, no problems).

I had no problem --with-platform=pc from the new Bazaar mirror
bzr branch http://bzr.savannah.gnu.org/r/grub/
 which  compiles installs and boots grub-pc with no errors .

pxw@im:~/src/bzr/trunk$ bzr log -l 1
------------------------------------------------------------
revno: 1768
committer: fzielcke
timestamp: Wed 2009-10-21 12:22:05 +0000
message:
  2009-10-21  Felix Zielcke  <fzielcke@z-51.de>

-------------------


--
Cros (pxw)