Re: [zeratul2@wanadoo.es: Bug#102811: grub: cannot access newerext2 filesystems]

2001-07-10 Thread OKUJI Yoshinori
That was fixed in the acient times. Okuji ___ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub

Re: cross-platform GRUB

2001-07-10 Thread Thierry Laronde
On Mon, Jul 09, 2001 at 01:40:10PM -0600, David Monk wrote: This is not a bug, but it may turn into a feature request. Is there a port of GRUB to Windows. It would be so nice to share one common tool to manage my bootloader across platforms. I am not a member of the list, so a direct email

Re: cross-platform GRUB

2001-07-10 Thread Christoph Plattner
The boot loader GRUB is not for one platform ! It is for the platform called BIOS and is OS independent. So GRUB can be installed to DOS or windows partitions (not FAT32, AFAIK) and can boot several OSes. So your request is already fullfilled. But: You cannot use Windows to build (compile) and

Re: cross-platform GRUB

2001-07-10 Thread OKUJI Yoshinori
From: Christoph Plattner [EMAIL PROTECTED] Subject: Re: cross-platform GRUB Date: Tue, 10 Jul 2001 08:39:35 +0200 So GRUB can be installed to DOS or windows partitions (not FAT32, AFAIK) and can boot several OSes. FAT32 is supported. If not, that must be a bug. So I think, it would be a

RE: cross-platform GRUB

2001-07-10 Thread David Monk
Title: RE: cross-platform GRUB Ok. Now I am confused. I understand that GRUB is OS independent. What I am asking for is a means to configure it from Windows and run it, to install the new MBR, from Windows. There is already a binary to do this? David Monk System Administrator Encoda

BIOS calls in Grub

2001-07-10 Thread Adam Agnew
Hello! I am exploring using Grub in conjunction with LinuxBIOS (www.linuxbios.org). But in order to do so, I would need to take out the code in Grub which depends on a legacy BIOS (for such things as INT13) and replace it with code which does not. Some work along these lines has been done in

GRUB documentation

2001-07-10 Thread David Robinson (AU)
Hello I was converting the GRUB documentation (version 0.5.96.1) from TEXI format to Windows HLP format for personal use. The makertf program (http://sourceforge.net/projects/makertf/) generated numerous messages which may point to problems in the documentation. The details are listed below.

Re: BIOS calls in Grub

2001-07-10 Thread OKUJI Yoshinori
From: Adam Agnew [EMAIL PROTECTED] Subject: BIOS calls in Grub Date: Tue, 10 Jul 2001 16:41:28 -0400 (EDT) (www.linuxbios.org). But in order to do so, I would need to take out the code in Grub which depends on a legacy BIOS (for such things as INT13) and replace it with code which does not.