Hi,
> Here it is.
according to the log
+ Echo -n 'Searching for boot device in Application ID...'
+ '[' 0 = 0 ']'
+ set +x
+ echo -n '[ 0.196843] Searching for boot device in Application ID...'
+ '[' 0 = 0 ']'
+ set +x
+ true
+ for i in '/dev/*'
+ '[' '!' -b /dev/char ']'
+ continue
+ for i in '/dev/*'
+ '[' '!' -b /dev/console ']'
+ continue
+ for i in '/dev/*'
+ '[' '!' -b /dev/core ']'
+ continue
there are no block devices on your machine, no cdrom and no hard
disk devices. no idea why this is the case. The kernel does not complain
and udev was started at UDEVD_PID=255. Thus either your system really
does not have these devices which I think can't be true or something
is completely broken. A sinple
kiwi --build suse-13.1-JeOS -d /tmp/myimage
just works.
You can try to boot with kiwidebug=1 and check in the debug shell
if you can find something, maybe in dmesg or check if the driver modules
exists in /lib/modules/...
something must be very wrong