WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] openSUSE 10.2 on FC6 dom0 does not boot.

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] openSUSE 10.2 on FC6 dom0 does not boot.
From: "Daniel Martins" <daniel.mr@xxxxxxxxxxxxxx>
Date: Tue, 27 Feb 2007 12:21:18 -0300
Delivery-date: Tue, 27 Feb 2007 07:21:18 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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_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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] openSUSE 10.2 on FC6 dom0 does not boot., Daniel Martins <=