Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-29 Thread The Doctor What
* Doc - KD4E ([EMAIL PROTECTED]) [011026 23:39]: I ran grub-install /dev/hda and got this ... (fd0) /dev/fd0 (hd0) /dev/hda You must not have DEVFS like I do. So I edit it changing the following: #kopt=root=/dev/hda2 ro vga=ext Aren't these commented-out? How can they change

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-28 Thread Doc - KD4E
Here is my steps for install (btw, who ever maintains the GRUB docs, I think I might be willing to write a first draft install guide): Partitions: /dev/hda1 - /boot /dev/hda2 - /root * grub-install /dev/hda It warns me it can't find /dev/hda, but it creates a /boot/grub/devices.map. I

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-28 Thread Craig Dickson
eDoc wrote: make-kpkg causes error: su: make-kpkg: command not found Now what, please? apt-get install kernel-package should do the trick. Craig

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-28 Thread Russell Coker
On Sat, 27 Oct 2001 05:41, eDoc wrote: the make-kpkg and dpkg -i The result Package commands add all the needed for boot with the new kernel. Best regards. Jose Luis. make-kpkg causes error: su: make-kpkg: command not found Now what, please? You need to install the packages

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-28 Thread Doc - KD4E
the make-kpkg and dpkg -i The result Package commands add all the needed for boot with the new kernel. Best regards. Jose Luis. make-kpkg causes error: su: make-kpkg: command not found Now what, please? You need to install the packages kernel-package and fakeroot. I ran

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-28 Thread Russell Coker
On Sun, 28 Oct 2001 15:44, Doc - KD4E wrote: the make-kpkg and dpkg -i The result Package commands add all the needed for boot with the new kernel. Best regards. Jose Luis. make-kpkg causes error: su: make-kpkg: command not found Now what, please? You need to

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-28 Thread Jeremy Nickurak
On Sun, 2001-10-28 at 07:44, Doc - KD4E wrote: If I run apt-get install kernel-package is it going to go out and find another copy of linux-2.4.12, download and install it as linux-2.4.12.tar.gz in /usr/src? In that case there is no point since I already have a slightly older copy of the same

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-28 Thread Doc - KD4E
If I run apt-get install kernel-package is it going to go out and find another copy of linux-2.4.12, download and install it as linux-2.4.12.tar.gz in /usr/src? In that case there is no point since I already have a slightly older copy of the same file there that isn't getting the job

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-28 Thread Glen Mehn
apt-get update apt-get install kernel-package glen On Fri, Oct 26, 2001 at 11:41:25PM -0400, eDoc wrote: the make-kpkg and dpkg -i The result Package commands add all the needed for boot with the new kernel. Best regards. Jose Luis. make-kpkg causes error: su: make-kpkg: command

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-28 Thread David Roundy
On Sun, Oct 28, 2001 at 01:45:43PM -0500, Doc - KD4E wrote: I found nothing new when executing the following after running 'tar -xzf linux-2.4.12.tar.gz' : cd / find -name kernel-image* All it found was a bunch of old 2.2.18 stuff in /var/lib/dpkg/info and other old 2.2.18 stuff in

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-28 Thread Doc - KD4E
make-kpkg complains that I am not is the top level linux kernel source directory. I tried to launch it from /, /boot, /usr/src to no avail. I looked around and still couldn't find linux-2.4.12.gz anywhere. apt-get update apt-get install kernel-package glen Did these two steps ...

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-28 Thread Glen Mehn
Doc-- you need to, as in the documentation, run make-kpkg from the top-level kernel directory, which will depend on where you put your kernel source. This is typically either /usr/src/linux or /usr/src/kernel-source-kernelversion glen On Sun, Oct 28, 2001 at 06:46:44PM -0500, Doc - KD4E

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-27 Thread eDoc
the make-kpkg and dpkg -i The result Package commands add all the needed for boot with the new kernel. Best regards. Jose Luis. make-kpkg causes error: su: make-kpkg: command not found Now what, please? Thanks! Doc

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-26 Thread dude
-debian@lists.progeny.com, debian-laptop@lists.debian.org, debian-user@lists.debian.org Subject: Getting Grub to Recognize Kernel Update to 2.4.12 Resent-From: debian-laptop@lists.debian.org To boot the kernel from /dev/hda2 with ide bus speed set to 66MHz, enter on the GRUB command line: root

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-26 Thread Vitor Silva Souza
At 23:09 25/10/2001 -0400, eDoc wrote: To boot the kernel from /dev/hda2 with ide bus speed set to 66MHz, enter on the GRUB command line: root (hd0,1) OK. kernel /boot/vmlinuz root=/dev/hda2 idebus=66 When I enter this I get an Error 15: File not found What is it that it cannot find and

Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-25 Thread eDoc
To boot the kernel from /dev/hda2 with ide bus speed set to 66MHz, enter on the GRUB command line: root (hd0,1) OK. kernel /boot/vmlinuz root=/dev/hda2 idebus=66 When I enter this I get an Error 15: File not found What is it that it cannot find and how do I go about repairing that, please?

Re: Getting Grub to Recognize Kernel Update to 2.4.12

2001-10-25 Thread The Doctor What
* eDoc ([EMAIL PROTECTED]) [011025 22:10]: To boot the kernel from /dev/hda2 with ide bus speed set to 66MHz, enter on the GRUB command line: root (hd0,1) OK. kernel /boot/vmlinuz root=/dev/hda2 idebus=66 When I enter this I get an Error 15: File not found What is it that it