4.1.5 Copying the ISO Kernel and initrd

Create the directory in the TFTP server root to host the Oracle VM Server Xen hypervisor, installer kernel and initrd image:

# mkdir /tftpboot/ovs

Mount the Oracle VM Server installation ISO as a loopback device, following the instructions in Section 1.4, “Loopback ISO Mounts”.

Copy the contents of the images/pxeboot folder from the ISO into the new directory you have created:

# cp /mnt/images/pxeboot/* /tftpboot/ovs/

Substitute mnt with the path to the mount point where you mounted the ISO.