Estimados,
Primero que todo, una gran saludo, continuando con mi laboratorio, me dispuse a convertir una maquina física (Linux Debian Lenny) a Virtual para un ESXi, utilice "VMware vCenter Converter Standalone client, Version 5.5" la tarea solo llego al 97% y arrojo el siguiente error:
GrubInstaller::InstallGrub: /usr/lib/vmware-converter/installGrub.sh failed with return code: 127, and message:--> Installing GRUB1 on (hd0)...--> /vmware-updateGrub.sh: 72: grub: not found--> Error installing GRUB--> Command: grub --no-floppy --batch --device-map="/vmware-device.map" root (hd0,0) setup (hd0) --> Error running vmware-updateGrub.sh through chroot into /mnt/p2v-src-root--> /usr/lib/vmware-converter/installGrub.sh: line 143: /mnt/p2v-src-root: Is a directory--> ", --> msg = "An error occurred during the conversion: 'GrubInstaller::InstallGrub: /usr/lib/vmware-converter/installGrub.sh failed with return code: 127, and message:--> Installing GRUB1 on (hd0)...
--> /vmware-updateGrub.sh: 72: grub: not found --> Error installing GRUB --> Command: grub --no-floppy --batch --device-map="/vmware-device.map" root (hd0,0) setup (hd0) --> Error running vmware-updateGrub.sh through chroot into /mnt/p2v-src-root --> /usr/lib/vmware-converter/installGrub.sh: line 143: /mnt/p2v-src-root: Is a directory
--> '"
La maquina se creo de igual forma, pero no arranaca, por lo poco que entiendo, VMware trata de instalar GRUB, pero la maquina física trabaja con LILO.
Algunos datos de la maquina física:
sam:~# fdisk -l
Disk /dev/hda: 40.0 GB, 40016019456 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x176c176b
Device Boot Start End Blocks Id System
/dev/hda1 1 125 1004031 82 Linux swap / Solaris
Disk /dev/sda: 146.7 GB, 146798936064 bytes
255 heads, 63 sectors/track, 17847 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000c4d1a
Device Boot Start End Blocks Id System
/dev/sda1 1 24 192748+ 83 Linux
/dev/sda2 25 148 996030 82 Linux swap / Solaris
/dev/sda3 * 149 1607 11719417+ 83 Linux
/dev/sda4 1608 17847 130447800 5 Extended
/dev/sda5 1608 3431 14651248+ 83 Linux
/dev/sda6 3432 4890 11719386 83 Linux
/dev/sda7 4891 5133 1951866 83 Linux
/dev/sda8 5134 17847 102125173+ 83 Linux
sam:~# mount
/dev/sda3 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw)
/dev/sda5 on /home type ext3 (rw)
/dev/sda7 on /tmp type ext3 (rw)
/dev/sda6 on /usr type ext3 (rw)
/dev/sda8 on /var type ext3 (rw)
/etc/lilo.conf
boot=/dev/sda
root=/dev/sda3
map=/boot/map
vga=791
default=NEW
image=/boot/vmlinuz
label=Linux
read-only
# restricted
# alias=1
initrd=/boot/initrd.img
image=/vmlinuz
label=LinuxOLD
read-only
optional
initrd=/initrd.img
image=/boot/vmlinuz-2.6.8-2-386
label=NEW
read-only
optional
alias=3
initrd=/boot/initrd.img-2.6.8-2-386
Booteando la maquina virtual en modo rescate, el comando fdisk -l muestra las mismas particiones, pero el comando mount no hace referencia a ninguna partición /dev/sda.
Por favor alguien que pueda ayudarme con esto.
Saludos,
Claudio