Yoshinori Okuji <[EMAIL PROTECTED]> writes:

>  --- Pixel <[EMAIL PROTECTED]> wrote:
> > notice that our grub is *not* heavily modified. 
> 
> The script grub-install has been quite modified, right? 

well, the minimum fixes to take into account the fact that we install
grub files directly in /boot/grub

> I don't know how many
> changes are made in other parts, but as I don't trust the Mandrake version
> (because I lost a lot of time to investigate why grub-install didn't work
> expectedly),

well, i know a pb in grub-install: one can't use standard device names
(as opposed to devfs names) when devfs is mounted since grub-install
uses "df" which displays devfs names.

so

% grub-install /dev/hda

fails, whereas

% grub-install /dev/ide/hosts0/bus0/target0/lun0/disc

works.


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

Reply via email to