[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] cent os domu creation problem
I am installing CentOs 5.5 as DomU on Debian Lenny running amd64 2.6.26-2-xen-amd64 I downloaded two files vmlinuz and initrd from here http://mirrors.kernel.org/centos/5.5...64/images/xen/ copied them to /boot and changed their names to vmlinuz-xen-install and initrd-xen-install In my /etc/xen-tools/xen-tools.conf I made following changes to be able to install centOS domu via rinse method Code: install-method = rinse dist = centos-5 kernel = /boot/vmlinuz-xen-install initrd = /boot/initrd-xen-install I mounted a CentOS5.5. ISO dd if=/dev/cdrom of=/root/centos.iso bs=1024 count=1 mount -t iso9660 -o loop /root/centos.iso /root/inscd/ So /root/inscd/ had the contents of CentOS cd Then I did to create image Code: xen-create-image --hostname=new_centOS --size=96GB --swap=2048 Mb --ip=192.1.100.19 --memory=1024 --arch=amd64 --role=udev --force --install-method=rinse --install-source=/root/inscd/ every thing went fine at the end there was a new_centOS.cfg file Then executed xm create new_centOS.cfg -c the output is following and it hanged in between no more proceeding. Code: Using config file "./new_centOS.cfg". Started domain new_centOS TCP: Hash tables configured (established 262144 bind 65536) TCP reno registered audit: initializing netlink socket (disabled) type=2000 audit(1274202380.846:1): initialized VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Initializing Cryptographic API alg: No test for crc32c (crc32c-generic) ksign: Installing public key data Loading keyring - Added public key C596239A507DE7FD - User ID: CentOS (Kernel Module GPG key) io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered (default) pci_hotplug: PCI Hot Plug PCI Core version: 0.5 rtc: IRQ 8 is not free. Non-volatile memory driver v1.2 Linux agpgart interface v0.101 (c) Dave Jones brd: module loaded Xen virtual console successfully installed as xvc0 Event-channel device installed. Console: switching to colour frame buffer device 100x37 input: Xen Virtual Keyboard/Mouse as /class/input/input0 Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx ide-floppy driver 0.99.newide usbcore: registered new driver hiddev usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver PNP: No PS/2 controller found. Probing ports directly. i8042.c: No controller found. mice: PS/2 mouse device common for all mice md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27 md: bitmap version 4.39 TCP bic registered Initializing IPsec netlink socket NET: Registered protocol family 1 NET: Registered protocol family 17 XENBUS: Device with no driver: device/vbd/51713 XENBUS: Device with no driver: device/vbd/51714 XENBUS: Device with no driver: device/vif/0 XENBUS: Device with no driver: device/console/0 Initalizing network drop monitor service Write protecting the kernel read-only data: 483k Giving only upto this much message it had hanged. What might have gone wrong any guesses? _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |