Boot issue with openSUSE Live Custom

Hi
I leared about making openSUSE LiveCD/DVD with kiwi, I’m using openSUSE 11.0 & by following the constructions, I installed yast2-product-creator which is the GUI for kiwi.

finaly when the process finished creating an iso image successfully, I tried it but it give me like you see below
(Trying is under VirtualBox Emulator)

http://i186.photobucket.com/albums/x30/bob-work/ChildLinux.png

And this is the config.xml which is located in /var/lib/YaST2/product-creator/images/ChildLinux

<?xml version="1.0"?>
<image name="ChildLinux" schemeversion="2.4">
  <description type="system">
    <author>bob-work</author>
    <contact>my personal email here</contact>
    <specification>This is an experiment Live System based on openSUSE 11.0 GM</specification>
  </description>
  <preferences>
    <type boot="isoboot/suse-11.0" flags="unified" primary="true">iso</type>
    <version>1.0.0</version>
    <size unit="M">3072</size>
    <packagemanager>zypper</packagemanager>
    <rpm-check-signatures>False</rpm-check-signatures>
    <rpm-force>False</rpm-force>
    <locale>en_US.UTF-8</locale>
    <defaultdestination>/home/bob-work/ChildLinux</defaultdestination>
  </preferences>
  <users group="users">
    <user home="/home/bob-work" name="bob-work" pwd="$2a$05$XHmU2hvN.9NmXDrRLgOKue5rRR1a.iV/Fe/VUUCPnTxQdE0KAK.nq"/>
    <user home="/root" name="root" pwd="$2a$05$aIIrs4hmp17qrvXoTSRgJOhWAOlHQTn3/TGw1q8h5qelqoVzpHsji"/>
  </users>
  <repository type="yast2">
    <source path="http://download.opensuse.org/distribution/11.0/repo/debug/"/>
  </repository>
  <repository type="rpm-md">
    <source path="http://download.opensuse.org/repositories/X11:/XOrg/openSUSE_11.0/"/>
  </repository>
  <repository type="rpm-md">
    <source path="http://download.opensuse.org/repositories/home:/swyear/openSUSE_11.0/"/>
  </repository>
  <repository type="rpm-md">
    <source path="http://download.opensuse.org/repositories/mozilla/openSUSE_11.0/"/>
  </repository>
  <repository type="rpm-md">
    <source path="http://download.videolan.org/pub/videolan/vlc/SuSE/11.0/"/>
  </repository>
  <repository type="rpm-md">
    <source path="http://ftp.skynet.be/pub/packman/suse/11.0/"/>
  </repository>
  <repository type="yast2">
    <source path="http://mirror.yandex.ru/opensuse/distribution/11.0/repo/non-oss/"/>
  </repository>
  <repository type="yast2">
    <source path="http://mirror.yandex.ru/opensuse/distribution/11.0/repo/oss/"/>
  </repository>
  <repository type="rpm-md">
    <source path="http://mirror.yandex.ru/opensuse/update/11.0/"/>
  </repository>
  <packages type="bootstrap">
    <package name="lxde-desktop"/>
    <package name="easytag"/>
    <package name="cinelerra"/>
    <package name="kino"/>
    <package name="mplayerplug-in"/>
    <package name="subtitleeditor"/>
    <package name="gstreamer-0_10-plugins-farsight"/>
    <package name="avidemux"/>
    <package name="avidemux-gtk"/>
    <package name="gstreamer-0_10-fluendo-mpegdemux"/>
    <package name="pitivi"/>
    <package name="w32codec-all"/>
    <package name="gstreamer-0_10-plugins-ugly"/>
    <package name="gstreamer-0_10-plugins-good"/>
    <package name="gstreamer-0_10-plugins-good-extra"/>
    <package name="gstreamer-0_10-plugins-bad"/>
    <package name="gstreamer-0_10-ffmpeg"/>
    <package name="gstreamer-0_10-fluendo-mpegmux"/>
    <package name="recordmydesktop-gtk"/>
    <package name="MPlayer"/>
    <package name="gstreamer-0_10-fluendo-mp3"/>
    <package name="libdvdcss"/>
    <package name="kernel-default"/>
    <package name="filesystem"/>
    <package name="glibc-locale"/>
    <package name="udev"/>
    <package name="bundle-lang-common-en"/>
  </packages>
  <split>
    <temporary>
      <file name="/var"/>
      <file name="/var/*"/>
      <file name="/etc"/>
      <file name="/etc/*"/>
    </temporary>
  </split>
</image>

Any Help Please?