Hi, i installed XEN according to the reference on the wiki. Now, i can boot, but the boot freezes at some stage: NET: Registered protocol family 17 md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. EXT3-fs: INFO: recovery required on readonly filesystem. EXT3-fs: write access will be enabled during recovery. kjournald starting. Commit interval 5 seconds EXT3-fs: recovery complete. EXT3-fs: mounted filesystem with ordered data mode. VFS: Mounted root (ext3 filesystem) readonly. Freeing unused kernel memory: 156k freed from here on, it is frozen... xend-debug.log shows this: vif-bridge down vif=vif4.0 domain=fc4-install1 mac=aa:00:00:4b:49:ae bridge=xen-br0 vif-bridge down vif=vif3.0 domain=fc4install1 mac=aa:00:00:03:2e:1e bridge=xen-br0 VIRTUAL MEMORY ARRANGEMENT: Loaded kernel: c0100000->c03a7198 Init. ramdisk: c03a8000->c03a8000 Phys-Mach map: c03a8000->c03b8000 Page tables: c03b8000->c03bb000 Start info: c03bb000->c03bc000 Boot stack: c03bc000->c03bd000 TOTAL: c0000000->c0800000 ENTRY ADDRESS: c0100000 VCPUS: 1 vif-bridge up vif=vif5.0 domain=fc4-install1 mac=aa:00:00:76:14:a9 bridge=xen-br0 recv_fe_driver_status> {'status': 1} recv_fe_driver_status> recv_fe_interface_connect {'tx_shmem_frame': 7715, 'rx_shmem_frame': 15858, 'handle': 0} vif-bridge down vif=vif5.0 domain=fc4-install1 mac=aa:00:00:76:14:a9 bridge=xen-br0 and xend.log says: [2005-08-25 09:45:38 xend] DEBUG (XendDomainInfo:770) init_domain> Created domain=7 name=fc4-install1 memory=32768 [2005-08-25 09:45:38 xend] INFO (console:94) Created console id=15 domain=7 port=9607 [2005-08-25 09:45:38 xend] WARNING (XendDomainInfo:798) building dom with 1 vcpus [2005-08-25 09:45:39 xend] DEBUG (XendDomainInfo:1273) Creating vbd dom=7 uname=file:/home/virtual/fc4-install1.img [2005-08-25 09:45:39 xend] DEBUG (blkif:63) exception looking up device number for sda1: [Errno 2] No such file or directory: '/dev/sda1' [2005-08-25 09:45:39 xend] DEBUG (blkif:155) Connecting blkif <BlkifBackendInterface 7 0> [2005-08-25 09:45:39 xend] DEBUG (XendDomainInfo:1233) Creating vif dom=7 vif=0 mac=aa:00:00:10:53:06 [2005-08-25 09:45:39 xend] INFO (XendRoot:112) EVENT> xend.console.create [15, 7, 9607] [2005-08-25 09:45:39 xend] WARNING (XendDomainInfo:1127) Unknown config field memmap [2005-08-25 09:45:39 xend] WARNING (XendDomainInfo:1127) Unknown config field device_model [2005-08-25 09:45:39 xend] WARNING (XendDomainInfo:1127) Unknown config field device_config [2005-08-25 09:45:39 xend] INFO (XendRoot:112) EVENT> xend.domain.create ['fc4-install1', '7'] [2005-08-25 09:45:39 xend] INFO (XendRoot:112) EVENT> xend.domain.unpause ['fc4-install1', '7'] [2005-08-25 09:45:39 xend] INFO (console:44) Console connected 15 127.0.0.1 42479 [2005-08-25 09:45:39 xend] INFO (XendRoot:112) EVENT> xend.console.connect [15, '127.0.0.1', 42479] [2005-08-25 09:45:39 xend] DEBUG (blkif:203) Connecting blkif to event channel <BlkifBackendInterface 7 0> ports=18:3 Whats up here? How can i get my DomainU up? Thanks, Roger