Re: building the kernel
From: David (thunderbolt01_at_netscape.net)
Date: 11/29/03
- Previous message: Vwakes: "Re: Qt (headers and libraries) not found"
- In reply to: Paul: "Re: building the kernel"
- Next in thread: Paul: "Re: building the kernel"
- Reply: Paul: "Re: building the kernel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 29 Nov 2003 05:45:03 GMT
Paul wrote:
>
> so I should run
>
> make mrproper
> make xconfig
> make dep
> make clean
> make bzImage
> make modules
> make modules_install
>
> and now should I run 'make install' or should I just reboot the
> system because I dont boot from lilo but from a floppy and thats where
> I think my problem is.
All you did so far was build the kernel you still need to install
it. I always install it manually myself but you can just run
"make install" if you don't want to copy the kernel into place.
cp arch/i386/boot/bzImage /boot/vmlinuz-x.x.xx
cp System.map /boot/System.map-x.x.xx
Then add it to /etc/lilo.conf and run "lilo -v" to update the
MBR. Or if you use grub make sure there is a section for the new
kernel. NEVER delete/remove the old before making sure the new
one works.
> And how am I supposed to get the kernel to my boot floppy? Where am I
> supposed to enter the command? Do I have to configure anything else on
> the floppy?
Just put a floppy in and run "makebootdisk x.x.xx" or
"mkbootdisk x.x.xx" depending which distro you are running.
Or you can even make it manually using syslinux.
-- Confucius: He who play in root, eventually kill tree. Registered with The Linux Counter. http://counter.li.org/ Slackware 9.1.0 Kernel 2.4.22 SMP i686 (GCC) 3.3.2 Uptime: 5 days, 4:07, 1 user, load average: 0.23, 0.12, 0.25
- Previous message: Vwakes: "Re: Qt (headers and libraries) not found"
- In reply to: Paul: "Re: building the kernel"
- Next in thread: Paul: "Re: building the kernel"
- Reply: Paul: "Re: building the kernel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|