This issue occurs because menu.lst does not exist on some versions of RedHat (such as RHEL 4).
To reconfigure the virtual machine, Converter looks for the menu.lst file.
To resolve this issue:
- Log in as root to the physical machine you are trying to convert.
- Copy the file used by GRUB to menu.lst:
cp /boot/grub/grub.conf /boot/grub/menu.lst
- Retry the conversion.
Notes:
- You may also experience these symptoms on a Debian system (including Debian 5) that has a separate /boot partition and was previously switched from LILO to GRUB using Debian's instructions. In this case, the correct menu.lst may be located at /boot/boot/grub/menu.lst.
- You can also resolve this issue by editing menu.lst and /etc/fstab to point to the correct location of the root filesystem. That is, by switching references from hda to sda.