Why this?

Discussion in 'Kernel Questions' started by gabrix, Nov 4, 2006.

  1. gabrix

    gabrix New Member

    Code:
    root@argo:/usr/src/linux-2.6.8.1# make-kpkg clean
    bash: make-kpkg: command not found
    Why after kernel compilation i get this make-kpkg command not found ?
    I'm compiling kernel 2.6.8.1 and following your debian tutorial about 2.6 i'm getting on with "make deb-pkg" while it's compiling how would i do when comes time for "make-kpkg --revision=custom.1.0 kernel_image" , "make deb-pkg --revision=custom.1.0 kernel_image" ?????? would it be all right ???? :confused:
     
  2. mudder-board

    mudder-board New Member

    This is only a guess, is kpkg installed, its the simple things that get ya, kind of like me and mysql ; Good luck
     
  3. gabrix

    gabrix New Member

    maybe i miss understood !
     
  4. gabrix

    gabrix New Member

    Got over !!!!
    I have installed the "kernel-package" and now i have make-kpkg command ... thanks !
     
  5. gabrix

    gabrix New Member

    ... and the compiling result is a kernel panic because VFS cannot open rootdevice hda5 please append a correct root=boot option... vfs unable to mount root fs on unknown block(0,0).I suppose i have to modify grub for this to work,i thought dpkg -i did it!What about the mkinitrd ?Is that necessary for boot?
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Yes, please run mkinitrd. I think you built your file system support into your kernel as modules, therefore you must create a ramdisk with mkinitrd, otherwise your system can't boot.
     

Share This Page