After xm create openSUSE.hvm, I see : Booting from CD-Rom Loading... and does not advance, already i tried with others ISO, somebody can help me? The server is a Dell PE 850, 2.6.18-1.2849.fc6xen #1 SMP #======================================================================================import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" memory = 256 shadow_memory = 8 name = "openSUSE" vcpus=1 pae=0 acpi=0 apic=0 vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''phy:/dev/vgxen/opensuse10,ioemu:hda,w'', ''file:/etc/xen/openSUSE-10.2-GM-i386-CD1.iso,hdb:cdrom,r'' ] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm'' boot="d" cdrom="/etc/xen/openSUSE-10.2-GM-i386-CD1.iso" sdl=1 vnc=0 stdvga=0 #====================================================================================== Thanks, Daniel Aparecido Martins Rosa Ribeirão Preto - São Paulo - Brazil _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nobody has idea? is a bug? ----- Original Message ----- From: Daniel Martins To: xen-users@lists.xensource.com Sent: Tuesday, February 27, 2007 12:21 PM Subject: [Xen-users] openSUSE 10.2 on FC6 dom0 does not boot. After xm create openSUSE.hvm, I see : Booting from CD-Rom Loading... and does not advance, already i tried with others ISO, somebody can help me? The server is a Dell PE 850, 2.6.18-1.2849.fc6xen #1 SMP #====================================================================================== import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" memory = 256 shadow_memory = 8 name = "openSUSE" vcpus=1 pae=0 acpi=0 apic=0 vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''phy:/dev/vgxen/opensuse10,ioemu:hda,w'', ''file:/etc/xen/openSUSE-10.2-GM-i386-CD1.iso,hdb:cdrom,r'' ] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm'' boot="d" cdrom="/etc/xen/openSUSE-10.2-GM-i386-CD1.iso" sdl=1 vnc=0 stdvga=0 #====================================================================================== Thanks, Daniel Aparecido Martins Rosa Ribeirão Preto - São Paulo - Brazil ------------------------------------------------------------------------------ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thorolf Godawa
2007-Mar-07 22:30 UTC
Re: [Xen-users] openSUSE 10.2 on FC6 dom0 does not boot
Hi, >> After xm create openSUSE.hvm, I see : >> Booting from CD-Rom >> Loading... > Nobody has idea? is a bug? I''m not sure, but I think I also had this error with OSS 10.1 and if I remember correctly it was a problem with the graphical pre-boot-screen! Unfortunately I didn''t found a soloution and used OSS only in paravirtualized guests what was no problem at all! Maybe you can try to install OSS 10.2 with the lastest qemu and use this image with xen as HVM later! -- Chau y hasta luego, Thorolf _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users