Hi all and thanks JarryG for your recomendations.
I've used the same live-cd version too, but I've had problems with that way :
Using a Suse-10.1 Live-cd to boot the VM I can't see the phisical disks with de Operating System virtualized
................................................................................................................
linux:/ # df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 3.9G 3.9G 0 100% /
hda 3.9G 3.9G 0 100% /.CD.real
/dev/cloop 3.9G 3.9G 0 100% /
swap 1014M 80K 1014M 1% /dev
udev 1014M 80K 1014M 1% /dev
................................................................................................................
I was trying with Yast too, but when I try to mount devices (Particioner application) a crash occurred...: mount, df, ... doesn't works.
After that, I've used a Suse-10.2 Live-cd to try again.
In this case, I used Particioner application succesfully to mount /dev/sda1 and /dev/sda3 like in the original server that I virtualized :
................................................................................................................
linux:/ # df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 3.9G 3.9G 0 100% /
hda 3.9G 3.9G 0 100% /.CD.real
/dev/cloop 3.9G 3.9G 0 100% /
swap 1014M 80K 1014M 1% /dev
udev 1014M 80K 1014M 1% /dev
/dev/sda1 3.9G 3.9G 0 100% /
/dev/sda3 22G 12G 9.0G 56% /opt
................................................................................................................
But when I've tried to mount the rest of directories and to make the initrd image...all operations failed because "Read-only file system"
Any idea to solve this problem?
Thanks in advance!