Weblog entry #12 for eric
Has anyone upgraded a Xen dom0 from Sarge to Etch? and got some interesting information about this upgrade?
Comments on this Entry
[ Send Message | View Steve's Scratchpad | View Weblogs ]
I will be updating my Xen hosting machine tomorrow .. if there are any gotchas I'll let you know!
[ Parent | Reply to this comment ]
I had to review a number of configuration files, but otherwise it was all ok.
[ Parent | Reply to this comment ]
- the migration installed the xen-hypervisor package with PAE installed. I thought PAE was for high-memory systems, so I removed it and installed the non-PAE one. Xen never boot, complaining about PAE not on Xen, but on dom0. I didn't search a lot about this problem, but the reinstallation of the package solved it
- domUs can't boot because of the vmlinuz and initrd versions specified in their conf files!! easily solved :)
- don't forget to enable your network in the Xen configuration file ;-)
So, apart from 'custom' errors, no real problems, I just followed the guidelines from the debian.org site. Now, I can work on another Xen dom0 migration, and on my domU sarge installations.
[ Parent | Reply to this comment ]
xm shutdown vm1 mkdir /tmp/vm1 mount /dev/vg1/vm1-dis /tmp/vm1 rsync -av /lib/modules/*xen* /tmp/vm1/lib/modules/ umout /tmp/vm1 rebootI had a problem with the network for two domU because I let the domU on Sarge, without upgrading their /lib/modules, and I just upgrade the dom0 to Etch.
[ Parent | Reply to this comment ]