> (alternatively, you /could/ write stage1 into the MBR... I haven't
> added it to grubinstall,
> since I wouldn't be able/willing to test it out on my pc...
>
> If you want to add it yourself: add this in stages.c/stage1()
>
>         int fd = win32_open("(hd0)",1);
>         win32_lseek(fd, 0, SEEK_SET);
>         win32_write(fd,stage1_buffer,400);
>         win32_close(fd);

I wrote a second program, that modifies the mbr with stage1, that works. 

Now I got the following error message from stage1: GRUB Geom Error

What does it mean? How to solve?

TIA,

        Tobias



_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to