[grub #50] Grub boot lockup

2003-02-17 Thread jlshelby
Reporter: [EMAIL PROTECTED] Summary: Grub boot lockup Version: 0.93 Type: software bug Message: System Athlon FIC az11e 2 WD 40GB HDs Drive 1 has windows XP Drive 2 has Linux From Scratch I can get GRUB installed and working but after the drive space goes from 25% to 30% or so on the linux box,

Re: [grub #47] [half-patch ?] grub-install doesn't recognise rootpartition on FreeBSD

2003-02-17 Thread Creep
> As I don't use FreeBSD at all recently, I don't know what the > recommended naming scheme is currently. In the past, FreeBSD used the > prefix ``r'' for raw device access, IIRC. Is this changed? Hello. I'm not sure I'm the best person to say that, because i'm a newbie to FreeBSD [switched from l

Re: [grub #38] [PATCH] "grub" command says nothing but "cannot fitinto memory"

2003-02-17 Thread Yoshinori K. Okuji
I've checked in your patch right now. Thank you. Okuji ___ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub

Re: [grub #39] [PATCH] port to QNX 6.x

2003-02-17 Thread Yoshinori K. Okuji
I modified your patch a bit, and checked it in to the CVS. Thank you. Okuji ___ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub

Re: The COLOR property doesn't work correctly

2003-02-17 Thread Yoshinori K. Okuji
At Thu, 13 Feb 2003 08:31:51 +0200 (EET), Alex Mitev wrote: > Well, I installed GRUB 0.91 in my MBR a few days ago and it works just fine, > but I noticed the color property doesn't seem to change the color of the menus at >all. > It only changes the background to black and doesn't restore it when

Re: [grub #47] [half-patch ?] grub-install doesn't recognise rootpartition on FreeBSD

2003-02-17 Thread Yoshinori K. Okuji
At Sat, 08 Feb 2003 09:38:24 +0900, [EMAIL PROTECTED] wrote: > The convert function in grub-install script > converted /dev/ad4s3c to /dev/rad4 as '(hd0)' > and my /dev/fd0 to /dev/rfd0 as '(fd0)' As I don't use FreeBSD at all recently, I don't know what the recommended naming scheme is currently

Re: [grub #39] [PATCH] port to QNX 6.x

2003-02-17 Thread kabe
<[EMAIL PROTECTED]>の記事において [EMAIL PROTECTED]さんは書きました。 I havta admit I never checked em on SCSI equipped machines but >> At Tue, 04 Feb 2003 20:26:16 +0900, >> [EMAIL PROTECTED] wrote: >> > +#elif defined(__QNXNTO__) >> > + /* QNX RTP */ >> > + sprintf (name, "/dev/hd

Re: [grub #39] [PATCH] port to QNX 6.x

2003-02-17 Thread Yoshinori K. Okuji
At Tue, 04 Feb 2003 20:26:16 +0900, [EMAIL PROTECTED] wrote: > +#elif defined(__QNXNTO__) > + /* QNX RTP */ > + sprintf (name, "/dev/hd%d", unit); If QNX doesn't distinguish SCSI from IDE, why this piece of code is required for both SCSI and IDE? I think your code would count one disk doubly. T