from arch/i386/boot/Makefile,
install: $(CONFIGURE) $(BOOTIMAGE)
sh -x ./install.sh $(KERNELRELEASE) $(BOOTIMAGE) $(TOPDIR)/System.map
"$(INSTALL_PATH)"
He used make install, if the kernel wasn't in place when lilo was ran it
wouldn't have ran, and if by some fluke he did get it booted like that, he
would not be encountering the "can't locate module net-pf-1" cause it's
built into the kernel we shiped.
On Mon, 5 Jul 1999, James J. Capone wrote:
> Did you do
>
> [root@localhost hodges] cp zimage /boot/vmlinuz-x.x.x
>
> ??
>
> Just want to make sure you did the cp before you ran the Lilo command.
>
> James
>
> -----Original Message-----
> From: Bill&Virginia Hodges [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, July 05, 1999 11:35 AM
> To: Expert Mandrake
> Subject: [expert] Building first kernel after installing Mandrake 6.0
>
> I did:
> 1) make xconfig
> 2) selected my FreeBSD file systems and mcdx cdrom
> 3) make dep
> 4) make clean
> 5) make
> 6) make install
> 7) make modules
> 8) make modules_install
> 9) lilo
>
> On reboot using lilo on MBR yields:
> "modprobe: can't locate module net-pf-1"
>
> mount yields:
> ------------------------------
>
> [root@localhost hodges]# mount
> /dev/hda5 on / type ext2 (rw)
> none on /proc type proc (rw)
> /dev/hda1 on /boot type ext2 (rw)
> /dev/hda9 on /home type ext2 (rw)
> /dev/hda6 on /usr type ext2 (rw)
> /dev/hda8 on /usr/local type ext2 (rw)
> /dev/hda7 on /var type ext2 (rw)
> none on /dev/pts type devpts (rw,mode=0622)
> ----------------------------------
>
> lilo.conf contains:
>
> -----------------------------
> boot = /dev/hda
> delay = 100
> timeout = 150
> prompt
> read-only
> map=/boot/map
> install=/boot/boot.b
> image = /boot/vmlinuz-2.2.9-19mdk
> label = linux
> root = /dev/hda5
> ------------------------------------
>
> I have grepped the all through /usr/src for something like net-pf to no
> avail.
>
> BTW. when booted from my the floppy the kernel does access my BSD file
> system and the cdrom!!!
>
>
> Did I do something incorrect in xconfig?
> or what do i need to do to make a good kernel?
>
> Thanks,
>
> Bill
>