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

Re: [Xen-users] debian lenny -> squeeze domU migration /dev/sdaX not fou

To: Mark Pryor <tlviewer@xxxxxxxxx>
Subject: Re: [Xen-users] debian lenny -> squeeze domU migration /dev/sdaX not found
From: Cameron Camp <cameron@xxxxxxxxxxxxx>
Date: Fri, 22 Apr 2011 12:14:35 -0700
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 22 Apr 2011 12:15:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <889143.26360.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <889143.26360.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> in domU config 
> 
> /dev/sda -> /dev/xvda
> 
> in domU: fstab and menu.lst 
> 
> /dev/sda -> /dev/xvda
> 
> (or use extra = "" and append to vmlinuz)
> 
works! All I needed to do was change:

/etc/xen/whatever.domain.com.cfg

#root        = '/dev/sda2 ro'
root        = '/dev/xvda2 ro'

then xm create whatever.domain.com.cfg

xm console whatever.domain.com

vi /etc/apt/sources.list

:%s/lenny/squeeze/g

apt-get update && apt-get upgrade
apt-get dist-upgrade

and now it's Squeeze running the right kernel! Sometimes I get an "out
memory" error still, is this related to the original issue, or something
else? Hope this post helps someone else.

thx,
Cam





_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>