Hi,
I tried to use VMware Converter Standalone 5 to convert a VM (V2V) and try the feature : "Create optimized partition layout".
(CF attached print screen : Converter5_Config.png).
I haven't resized partitions.
When i power on the VM i got some errors :
...
Kernel panic - not syncing: Attempted to kill init!
...
(CF attached print screen : boot_after_V2V.png)
I've tried many workarounds i found here and there like chroot from a live CD and update-initramfs & update-grub & install grub.
But i keep having same errors.
PS : Here are commands i try to run to resolve my problem :
lvchange -ay SYSTEM/root
mkdir /mnt/root
umount /dev/mapper/SYSTEM-root
umount /dev/sda1
mount /dev/mapper/SYSTEM-root /mnt/root
mount /dev/sda1 /mnt/root/boot
mount --bind /dev /mnt/root/dev
mount -t proc proc /mnt/root/proc
mount -t sysfs sysfs /mnt/root/sys
chroot /mnt/root
update-initramfs -uv -k 2.6.26-2-amd64
update-grub
grub-install /dev/sda
exit
umount /mnt/root/sys /mnt/root/proc /mnt/root/dev /mnt/root/boot /mnt/root
reboot
Any help would be very appreciated.
Thanks.