So I gotten a latest Live Debian image and booting from the ISO I then found a tutorial: http://www.linuxplanet.com/linuxplanet/tutorials/6853/1 (link), and following are the steps I took to compile Linux, until I ran into issue at step 6.
- 1. Launch a Terminal window in Debian, and navigate to /boot.
- 2. Run the command ls, and check the latest version of the config.x.x.xx-x-xxx found on the system. In my case the latest version of the config file used by Debian is 2.6.32
- 3. Go to http://www.kernel.org and download the corresponding version of Debian. I found the "stable" kernel for 2.6.32 here http://www.kernel.org/pub/linux/kernel/ ... m/v2.6.32/
- 4. Extract the downloaded tarball, in my case it is linux-2.6.32.59.tar.bz2 into a working folder on my machine. I extracted to the /home/{user}/Documents/ folder.
- 5. Copy the /boot/config.x.x.xx-x-xxx file and rename it as .config into the new kernel source directory so in my case I run the command "cp config-2.6.32-5-486 /home/{user}/Documents/linux-2.6.32.59/.config"
- 6. Sorry this is where I ran into problem because I tried to run the command "make -j1 && sudo make modules_install" to compile and build the system for one processor and I got the error statement "bash: make: command not found". I tried to do "man make" and it says "No manual entry for make".
.[/list]



