Re: rolling a kernel for a different machine

2000-11-01 Thread edo79
** Original Message ** Andrew Dixon <[EMAIL PROTECTED]> wrote: > > > >Hi All, > >I'm trying to roll a kernel for my laptop using my > >desktop machine. I tried the usual: > > > >#make config > >#make dep > >#make clean > >#make bzdisk > > > >and as I expected the boot

Re: Re: rolling a kernel for a different machine

2000-11-01 Thread edo79
** Original Message ** Andrew Dixon <[EMAIL PROTECTED]> wrote: > > > >kmself@ix.netcom.com wrote: > > > > > > > > Your boot disk has to point to the root partition of > >the system it's > > booting on. What failure or error messages are you > >getting from the > > laptop when you tr

Re: rolling a kernel for a different machine

2000-10-31 Thread Andrew Dixon
kmself@ix.netcom.com wrote: Your boot disk has to point to the root partition of the system it's booting on. What failure or error messages are you getting from the laptop when you try to boot? everything is smooth through the partition check and then I get: Invalid session number

Re: rolling a kernel for a different machine

2000-10-31 Thread kmself
on Tue, Oct 31, 2000 at 11:56:26AM -0800, Andrew Dixon ([EMAIL PROTECTED]) wrote: > Hi All, > I'm trying to roll a kernel for my laptop using my > desktop machine. I tried the usual: > > #make config > #make dep > #make clean > #make bzdisk > > and as I expected the boot disk d

rolling a kernel for a different machine

2000-10-31 Thread Andrew Dixon
Hi All, I'm trying to roll a kernel for my laptop using my desktop machine. I tried the usual: #make config #make dep #make clean #make bzdisk and as I expected the boot disk does not work. Can anyone give me any pointers on rolling a kernel on one machine for an other? thanks