RE: Kernel re-configuration procedure - error

2000-06-24 Thread Mark Basil
19 AM To: [EMAIL PROTECTED] Subject: RE: Kernel re-configuration procedure - error You might also want to try [make modules_install]if you plan on loading a module. Mark -Original Message- From: Stephen Liu [mailto:[EMAIL PROTECTED]] Sent: Friday, June 23, 2000 8:06 PM To: [EMAIL PROT

RE: Kernel re-configuration procedure - error

2000-06-24 Thread Mark Basil
AM To: [EMAIL PROTECTED] Subject: Kernel re-configuration procedure - error Hi Everybody, I tried to re-configure the kernel of R.H.6.2 to make it mount NTFS in hda1 with following instruction/steps # cd /usr/src/linux-2.2.14-5.0 make menuconfig make clean make dep make bzImage make modules # cd

RE: Kernel re-configuration procedure - error

2000-06-24 Thread Mark Basil
You might also want to try [make modules_install]if you plan on loading a module. Mark -Original Message- From: Stephen Liu [mailto:[EMAIL PROTECTED]] Sent: Friday, June 23, 2000 8:06 PM To: [EMAIL PROTECTED] Subject: Re: Kernel re-configuration procedure - error Hi Thomas, >

Re: Kernel re-configuration procedure - error

2000-06-23 Thread Stephen Liu
:20 AM > > To: [EMAIL PROTECTED] > > Subject: Kernel re-configuration procedure - error > > > > Hi Everybody, > > > > I tried to re-configure the kernel of R.H.6.2 to make it mount NTFS in > > hda1 > > with following instruction/steps > > > &

RE: Kernel re-configuration procedure - error

2000-06-23 Thread Burke, Thomas G.
You left out the mkinitrd step, I think... > -Original Message- > From: Stephen Liu [SMTP:[EMAIL PROTECTED]] > Sent: Friday, June 23, 2000 8:20 AM > To: [EMAIL PROTECTED] > Subject: Kernel re-configuration procedure - error > > Hi Everybody, > >

Kernel re-configuration procedure - error

2000-06-23 Thread Stephen Liu
Hi Everybody, I tried to re-configure the kernel of R.H.6.2 to make it mount NTFS in hda1 with following instruction/steps # cd /usr/src/linux-2.2.14-5.0 make menuconfig make clean make dep make bzImage make modules # cd /usr/src/linux-2.2.14-5.0/arch/i386/boot/ # cp bzImage /boot/vmlinuz-2.2.1