bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grub installer


From: Tobias Wollgam
Subject: Re: grub installer
Date: Fri, 9 Jul 2004 15:55:48 +0200
User-agent: KMail/1.6

> (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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]