>From a previous thread, I''m still trying to figure out how to add a scsicard to an existing domU. I can add the card, but then the domU won''t boot. So I want to try creating a new domU, but I need to specify the pci device at the start. I created a sparse file for the domU and I have an iso to boot from. I created the following config: # cat vmtest03b name="vmtest03b" memory=1024 maxmem=1024 vcpus=4 on_poweroff="destroy" on_reboot="restart" on_crash="destroy" localtime=0 keymap="en-us" builder="linux" bootloader="/usr/lib/xen/boot/domUloader.py" bootargs="--entry=xvda1:/boot/vmlinuz-xenpae,/boot/initrd-xenpae" extra=" " disk=[ ''file:/install/SLES10SP3/CD1/SLES-10-SP3-CD-i386-GM-CD1.iso,hdc:cdrom,r'',''file:/xendata/images/vmtest03b/disk0,xvda,w'', ] vif=[ ''mac=00:16:3e:02:e9:fa,bridge=br0'', ] vfb=[''type=vnc,vncunused=1''] pci=[''0e:04.0'',''0e:04.1''] When I try xm create vmtest03b I get: # xm create vmtest03b Using config file "./vmtest03b". Error: Boot loader didn''t return any data! Anyone see what the problem is? Thanks, James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users