NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CentOS DomU under NetBSD51 Dom0 XEN 41



On Wed, 18 Jan 2012 10:29:00 +0100, Roger Pau Monné wrote:
2012/1/18 Bruno Gruel <b.gruel%sdnet.info@localhost>:
Hello,

Is someone try and sucess to install a CentOS 5.7 or 6.2 as DomU ?

I try

http://grantmcwilliams.com/item/539-centos-6-virtual-machine-32-bit-installation-on-xen
and other How to without sucess.

Can you describe the problems you are having?
Can you post the DomU configuration file?

re,

Here is a sample config file. I try a lot of combinaison (with or witout kickstar file ..)

import os, re
arch = os.uname()[4]
kernel = "/etc/xen/vmlinuz"
ramdisk = "/etc/xen/initrd.img"
builder='linux'
memory = 512
shadow_memory = 8
name = "NUXEO57"
vif = [ 'type=ioemu, bridge=bridge0, model=ne2k_pci' ]
disk = [ 'file:/VM/linux.img,xvda,w', 'file:/VM/centos57.iso,xvdc:cdrom,r' ]
device_model = '/usr/pkg/libexec/qemu-dm'
vfb = ["type=vnc, keymap=fr"]
boot="dc"
vnc=1
vncconsole=1
localtime=1

thank's

Bruno

--
Sallanches Data Network (SDN)
Pour l'Internet des Internautes


Home | Main Index | Thread Index | Old Index