I'm trying to use the stage2/Unix-version, without success:
grub> install=(fd0)/stage1 (fd0) (fd0)/stage2 0x8000
Selected item cannot fit into memory
grub>
I've been trying to debug this problem. The error is caught in memcheck():
if (start < RAW_ADDR (0x1000))
When the error is generated, start=1048576 and RAW_ADDR=1075073024.
memcheck() is called from grub_memmove(), where to=1048576. I haven't
figured out where grub_memmove() is called from, or why to gets such a low
value. Maybe someone else has a clue?
/////
o o
-... <[EMAIL PROTECTED]>