Re: building the kernel

From: David (thunderbolt01_at_netscape.net)
Date: 11/29/03

  • Next message: Sci-col: "Re: [Q] Lowest scheduling priority"
    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
    

  • Next message: Sci-col: "Re: [Q] Lowest scheduling priority"

    Relevant Pages

    • "error loading floppy" module in kernel 2.6.1-1.138
      ... I'm trying to install RH9 on a Dell Latitude D600 laptop, ... 'floppy' module appear in the bootstream), ... modifications to the .config via "make xconfig", then build the kernel ...
      (RedHat)
    • Re: Install from floppy + USB
      ... I found somewhere a floppy ... The problem with that is that GRUB didn't ... I would need a floppy with a kernel (to recognize ... the USB) which then would jump to the install program in the DVD. ...
      (alt.os.linux.suse)
    • RE: kernel + ntfs
      ... I believe I left out make bzImage, which should come before make install ... > I am having some trouble with configuring my kernel to ... When i chuse my original kernel i still get: ...
      (RedHat)
    • Re: Problems with instaling new kernel
      ... For building the 2.6 kernel ... You need to get the module-init-tools from the repository of the distro you ... make install installs vmlinuz into the boot directory along with System.map ... >> And how am I supposed to get the kernel to my boot floppy? ...
      (comp.os.linux)
    • Re: Problems with instaling new kernel
      ... For building the 2.6 kernel ... You need to get the module-init-tools from the repository of the distro you ... make install installs vmlinuz into the boot directory along with System.map ... >> And how am I supposed to get the kernel to my boot floppy? ...
      (alt.os.linux)