Hi, --- On Wed, Sep 9, 2009 at 4:30 PM, Khirod<[email protected]> wrote: | I am trying to create a custom linux kernel ISO of version | linux-2.6.30.tar.bz2. The Following steps I have done i.e | | 1)make menuconfig | 2)make dep | 3)make bzImage | 4)make modules \--
'make dep' is not required explicitly for 2.6 Linux kernels. Please refer 2.6 Linux kernel compile HOWTOs. For a start: http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html --- | want to create a Bootable ISO file from the above kernel | image.Please help \-- ... and boot into a console or X or what? A bootable iso has a kernel and user-space rootfs files. If you only want to test the kernel you can update your bootloader to boot from it and test. But, if you want to have, atleast, a busybox shell, for example, you will require user-space packages. I would recommend you to: 1. Try LFS: http://www.linuxfromscratch.org/ 2. Read: Karim Yagmour. 2003. Building Embedded Linux Systems. O'Reilly. http://oreilly.com/catalog/9780596002220/ SK -- Shakthi Kannan http://www.shakthimaan.com --~--~---------~--~----~------------~-------~--~----~ Do you have another question? Click here - http://groups.google.com/group/iitdlug/post l...@iitd community mailing list -- http://groups.google.com/group/iitdlug -~----------~----~----~----~------~----~------~--~---
