Hello guys, I''m trying create one virtual machine following the document "xen_install_windows.pdf", but I''m not able to boot, please see: [root@xen xen]# xm create -c fedora6 Using config file "fedora6". Error: Not an HVM capable platform, we stop creating! So... what''s HVM? I don''t have VT on this processor, I need this only to use my CD-ROM (or one ISO file) to do one new installation? Thanks a lot!
Am Mittwoch, den 25.10.2006, 13:17 -0300 schrieb Tiago Cruz:> Hello guys, > > I''m trying create one virtual machine following the document > "xen_install_windows.pdf", but I''m not able to boot, please see: > > [root@xen xen]# xm create -c fedora6 > Using config file "fedora6". > Error: Not an HVM capable platform, we stop creating!HVM = Hardware Virtual Machine Could you post for fedora6 config file? -- Thorsten Scherf <tscherf@redhat.com> Red Hat GmbH
On Thu, 2006-10-26 at 16:21 +0200, Thorsten Scherf wrote:> HVM = Hardware Virtual MachineOh, thanks... I really don''t know whats means this!!! :)> Could you post for fedora6 config file?Yes, off course: [root@xen xen]# egrep -v ''^#|^$'' fedora6 import os, re arch = os.uname()[4] arch_libdir = ''lib'' kernel = "/boot/vmlinuz-2.6.18-1.2200.fc5xenU" ramdisk = "/boot/initrd-2.6.18-1.2200.fc5xenU.img" memory = 512 name = "fedora6" vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''phy:/dev/xen/fedora6.raiz,sda,w'', '',sdb:cdrom,r'' ] root = "/dev/sda1 ro" device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm'' cdrom = "/fedora-iso/FC-5-x86_64-disc1.iso" boot="d" sdl=1 vnc=0 stdvga=0 serial=''pty'' Thanks