Re: Serial support for GRUB

2000-07-14 Thread OKUJI Yoshinori
I'm working. Please don't urge me... Okuji

Serial support for GRUB

2000-07-14 Thread Russell Cattelan
It there any support for grub via a serial console. I have a development system that lilo completely barfs on (fiber channel drives connected) I need to select a backup kernel in cases of the default one not working. -Russell Cattelan

Re: Bug in kernel - how to make big kernel bootable with GRUB (was Re: Linux 2.4.0-Test{1,2} with Grub (I think I found the answer))

2000-07-14 Thread Khimenko Victor
In <8kmadc$jb4$[EMAIL PROTECTED]> H. Peter Anvin ([EMAIL PROTECTED]) wrote: > Followup to: <[EMAIL PROTECTED]> > By author:"Khimenko Victor" <[EMAIL PROTECTED]> > In newsgroup: linux.dev.kernel >> >> > The field never got extended because nobody really needed it extended. >> > That's as simpl

Re: Bug in kernel - how to make big kernel bootable with GRUB (wasRe: Linux 2.4.0-Test{1,2} with Grub (I think I found the answer))

2000-07-14 Thread Khimenko Victor
In <[EMAIL PROTECTED]> H. Peter Anvin ([EMAIL PROTECTED]) wrote: HA> Khimenko Victor wrote: >>> >> > We have noticed. You may note that kernels > 1 MB warn that they can >> > no longer be booted by the kernel boot sector. >> >> And why it was done this way, BTW ? Fix is not that hard. Perhaps the

Re: Bug in kernel - how to make big kernel bootable with GRUB (wasRe: Linux 2.4.0-Test{1,2} with Grub (I think I found the answer))

2000-07-14 Thread H. Peter Anvin
Khimenko Victor wrote: >> > > We have noticed. You may note that kernels > 1 MB warn that they can > > no longer be booted by the kernel boot sector. > > And why it was done this way, BTW ? Fix is not that hard. Perhaps they should > say that you can not boot them with loadlin and GRUB as well

Re: Bug in kernel - how to make big kernel bootable with GRUB(wasRe: Linux 2.4.0-Test{1,2} with Grub (I think I found the answer))

2000-07-14 Thread H. Peter Anvin
"H. Peter Anvin" wrote: > > Khimenko Victor wrote: > > > > HA> LOADLIN doesn't use it. > > > > Yeah. Of course. This part of loadlin's source is only my imagination: > > > > Eep, I must have misunderstood Hans L.' comments on this. > Either way, LOADLIN too should simply load to end of file.

Re: Bug in kernel - how to make big kernel bootable with GRUB(wasRe: Linux 2.4.0-Test{1,2} with Grub (I think I found the answer))

2000-07-14 Thread H. Peter Anvin
Khimenko Victor wrote: > > HA> LOADLIN doesn't use it. > > Yeah. Of course. This part of loadlin's source is only my imagination: > Eep, I must have misunderstood Hans L.' comments on this. -- <[EMAIL PROTECTED]> at work, <[EMAIL PROTECTED]> in private! "Unix gives you enough rope to shoot y

Re: Change from 0.5.93.1 to 0.5.95

2000-07-14 Thread OKUJI Yoshinori
From: Donald J Bindner <[EMAIL PROTECTED]> Subject: Re: Change from 0.5.93.1 to 0.5.95 Date: Fri, 14 Jul 2000 13:25:14 -0500 > Now the behavior. I believe it might have been a problem > installing the stage1 and stage2 because I just switched my BIOS > settings back to their original state and i

Fw: Re: Change from 0.5.93.1 to 0.5.95

2000-07-14 Thread OKUJI Yoshinori
On Sat, Jul 15, 2000 at 02:49:10AM +0900, OKUJI Yoshinori wrote: > I don't know. I must admit that I haven't tested CHS mode with > hard disks for a while. Please give me more information. What is the > geometry of your drive? What partitions does it have? You should be > able to obtain most in

Fw: Re: Change from 0.5.93.1 to 0.5.95

2000-07-14 Thread OKUJI Yoshinori
Addendum: With my original BIOS settings, the geometry (hd2) command gives: C/H/S = 1023/16/63 Number of sectors 1031184 And I have switched back to the LBA mode in the BIOS. It autodetects and sets 1027 cylinder 255 heads 63 sectors This is only 8gig but it works fine. Don -- Don Bindner <

Re: Change from 0.5.93.1 to 0.5.95

2000-07-14 Thread OKUJI Yoshinori
From: Donald J Bindner <[EMAIL PROTECTED]> Subject: Change from 0.5.93.1 to 0.5.95 Date: Fri, 14 Jul 2000 09:09:45 -0500 > When I upgraded 0.5.95 (compiled from source) I got an error when > I tried to use the "root" command on this drive: > Error: Selected cylinder exceeds maximum supported by

Change from 0.5.93.1 to 0.5.95

2000-07-14 Thread Donald J Bindner
I am just coming into the conversation here, but I wanted to ask about a change in the behavior of GRUB between 0.5.93.1 and 0.5.95 (on a Debian Linux system). I have a 13gig drive (hd2) which I have always setup in BIOS without lba. I was just careful to keep a boot partition within the first 1

Re: Bug in kernel - how to make big kernel bootable with GRUB (was Re: Linux 2.4.0-Test{1,2} with Grub (I think I found the answer))

2000-07-14 Thread Khimenko Victor
In <8kmab1$ja8$[EMAIL PROTECTED]> H. Peter Anvin ([EMAIL PROTECTED]) wrote: > Followup to: <[EMAIL PROTECTED]> > By author:"Khimenko Victor" <[EMAIL PROTECTED]> > In newsgroup: linux.dev.kernel >> >> Who's the bright idea was to extend maximum kernel beyond 1MB and STILL write >> only two byt

Re: Bug in kernel - how to make big kernel bootable with GRUB (was Re: Linux 2.4.0-Test{1,2} with Grub (I think I found the answer))

2000-07-14 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:"Khimenko Victor" <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > > The field never got extended because nobody really needed it extended. > > That's as simple as it can get, no? > > No. When you have field 2 bytes in size and you want to st

Re: Bug in kernel - how to make big kernel bootable with GRUB (was Re: Linux 2.4.0-Test{1,2} with Grub (I think I found the answer))

2000-07-14 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:"Khimenko Victor" <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > Who's the bright idea was to extend maximum kernel beyond 1MB and STILL write > only two bytes of sys_size in boot sector anyway ? And why it was done via > buf in first place

Re: Bug in kernel - how to make big kernel bootable with GRUB (was Re: Linux 2.4.0-Test{1,2} with Grub (I think I found the answer))

2000-07-14 Thread Khimenko Victor
14-Jul-00 16:41 you wrote: > From: "Khimenko Victor" <[EMAIL PROTECTED]> > Subject: Bug in kernel - how to make big kernel bootable with GRUB (was Re:Linux >2.4.0-Test{1,2} with Grub (I think I found the answer)) > Date: Fri, 14 Jul 2000 04:22:49 +0400 (MSD) >> But even then GRUB will not us

Re: Bug in kernel - how to make big kernel bootable with GRUB (wasRe: Linux 2.4.0-Test{1,2} with Grub (I think I found the answer))

2000-07-14 Thread OKUJI Yoshinori
From: "Khimenko Victor" <[EMAIL PROTECTED]> Subject: Bug in kernel - how to make big kernel bootable with GRUB (was Re:Linux 2.4.0-Test{1,2} with Grub (I think I found the answer)) Date: Fri, 14 Jul 2000 04:22:49 +0400 (MSD) > But even then GRUB will not use full size of this field so you ne

Re: linux-2.4.0 breaks grub install into partition

2000-07-14 Thread OKUJI Yoshinori
From: Pixel <[EMAIL PROTECTED]> Subject: Re: linux-2.4.0 breaks grub install into partition Date: 12 Jul 2000 23:25:31 +0200 > I'm going to try to boot via the ezbios, this i've not tested yet, because no > harddrive here do have this ez nasty stuff, i only simulated the partition > table, not th