Just so it is out there I was able to install and run Endian just fine under Xen. [Yes I have a new Desktop running Centos 5, yes I'll be setting up a Endian 2.1 dev box next.]
Here is my config file for Xen. [I have 2 real Ethernet Interfaces and 2 Bridges running under Xen.] [EMAIL PROTECTED] ~]# cat /etc/xen/Endian_20 name = "Endian_20" builder = "hvm" memory = "256" disk = [ 'file:/home/mgt/Virtuals/Endian_20,hda,w', ] vif = [ 'type=ioemu, mac=00:16:3e:0b:35:8f, bridge=xenbr0', 'type=ioemu, mac=00:16:3e:0b:36:8f, bridge=xenbr1' ] uuid = "f9f75134-02ea-544f-0836-94584e39574f" device_model = "/usr/lib64/xen/bin/qemu-dm" kernel = "/usr/lib/xen/boot/hvmloader" vnc=1 vncunused=1 apic=1 acpi=1 pae=1 vcpus=1 serial = "pty" # enable serial console on_reboot = 'restart' on_crash = 'restart' Works great! -Mike ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
