|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Problem for migrate Debian (Vmware) to XEN
Ola Bruno,
The problem is that xen qemu (the part that is responsible for emulating the
virtual hardware devices like disks an network interfaces) is rather old.
It will emulate hard disks as IDE devices instead of SCSI devices. Thus
the device nodes that used to be e.g. /dev/sda1 are now /dev/hda1
You will need to edit the kernel command line in your /etc/xen/foo.cfg file
to have "root=/dev/hda1". After booting the VM you will need to edit
your /etc/fstab and replace "sd" with "hd" for the rest of the devices and
reboot your VM once more.
cheers
-henrik
On Mon, Feb 07, 2011 at 11:26:58AM -0200, Bruno Steven wrote:
> Dear,
>
> I have migrated virtual on format Vmware Server 2.0 for use Xen source. The
> process has worked but I when start virtual machine (Debian) show
> message *Warning
> boot device may be renamed . Try root =/dev/sda1. *This problem hasn't
> relationship with XEN ? Sombody can help me ?
>
> This link has screenshot problem --> http://imageupload.org/?di=312970843787
>
> Thank very much .
> Bruno Steven
>
> --
> Bruno Steven - Administrador de sistemas.
>
> *CompTIA Security+ - Code: JYN7BD9BJGRECFM8
> *
>
>
>
> *LPIC-1 - LPI ID: lpi000119659 / Code: p2e4wz47e4
> *
>
> *MCP/MCSA Windows 2003 - TranscriptID: 793804 / Access Code: 080089100
> *
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|