Displaying 1 result from an estimated 1 matches for "centos_pygrub".
2009 Sep 22
14
Creating a paravirtualized guest with Xen 3.4.1 and Centos 5.3 (64bit)
...mage.
Therefore I got the image Centos 5.3 image from http://stacklet.com/downloads/images/centos/5.3. And voila, using the pygrub version works like a charm - I can either log in using xm console, or ssh. This is the config used:
bootloader = "/usr/bin/pygrub"
memory = 256
name = "centos_pygrub"
vif = [ ''bridge=eth0,mac=02:00:00:00:01:86'' ]
disk = [''file:image,sda1,w'']
root = "/dev/sda1"
extra = "fastboot"
Now, as this kernel appears to be working fine, I thought I''d like to just take this kernel and initrd out of the...