Creating a UW CSCF Customized Ubuntu 9.04 Desktop Live CD Image.

Currently I'm building a customized Ubuntu 9.04 (Jaunty Jackalope) 64-bit PC (AMD64) desktop CD image on a Ubuntu 8.10 (Intrepid Ibex) 64-bit PC (AMD64) desktop system.

Following along from the notes in Ubuntu documentation: LiveCDCustomization.

The Process

During the section I used these replies:

This is where I deviate just a little, in that I like to get a fresh copy of the ISO I'm going to customize.

We want an emulator/virtual machine to test the new image and we can use this image to test if our emulator is working.

Tried "qemu -cdrom ubuntu-9.04-desktop-amd64.iso" only to get "This kernel requires an x86-64 CPU, but only detected an i686 CPU." The host I'm running on is a 64 bit kernel:
"root@cutter:/.Previous_OS/UWcustom/UWcustom# uname -m"
x86_64

So I choose KVM:

OK, exit out of the virtual host and lets get back to making the custom image.

Extracting the CD contents

Extracting the Desktop system

Prepare and chroot

Customizations

Rebuilding initrd

Cleanup