PDA

View Full Version : [ubuntu] how to make live cd with custom kernel



shariefbe
January 16th, 2010, 08:41 PM
Hello,
I am using ubuntu 8.04 and i am trying to make iso image cd with running kernel. i know that there is documentation in ubuntu website in"how to make live cd" but the thing is this is my custom kernel. i have my own configuration. so i want this kernel to be work in live cd. so please help me how to do it.
Thank you

shariefbe
February 1st, 2010, 05:41 PM
Hello,
I followed the Link https://help.ubuntu.com/community/LiveCDCustomizationFromScratch to make mu own live distribution. But in that i saw one step (ie)
"You will need a kernel and an initrd that was built with the Casper scripts. Grab the from your chroot. Use the current version. Note that as of 9.10, the initrd is in lz not gz format... This may cause problems with GRUB2.

cp chroot/boot/vmlinuz-2.6.**-**-generic image/casper/vmlinuz

cp chroot/boot/initrd.img-2.6.**-**-generic image/casper/initrd.gz"
But in the above step i dont know what is this "casper script". Because i didnt find any kernel image and initrd image in /boot folder. So please help me. How to create "kernel image and initrd image" in /boot folder.