Hi Admin,
Hope you're doing well.
- Ensure that Hyper-V is properly enabled on your Windows 11 machine. You can do this by searching for "Turn Windows features on or off" and making sure the Hyper-V option is checked. Verify that the virtual machine settings in Hyper-V are correctly configured, including the amount of memory and CPU cores allocated.
- Make sure that Hyper-V is disabled when using VMware Workstation Pro, as they can conflict with each other. Ensure that the virtual machine settings in VMware Workstation Pro are correctly configured, including the amount of memory and CPU cores allocated.
- Since you mentioned using "safe graphics," try booting with the "nomodeset" option. This can sometimes help with graphical issues during installation. You can add this option by pressing 'e' at the GRUB menu and adding 'nomodeset' to the end of the line starting with 'linux'.
- If the Terminal and installation options are not appearing, it might be a corrupted ISO file. Try downloading a fresh copy of the Ubuntu 22.04 LTS ISO from the official website and creating a new virtual machine.
- The "failed to start lightdm.service" error indicates an issue with the display manager. You can try switching to a different display manager like 'gdm3' or 'sddm'.
- Ensure that you have selected the compatibility mode during boot. This can sometimes help with hardware compatibility issues.
- Similar to Ubuntu, ensure that the virtual machine settings are correctly configured, including the amount of memory and CPU cores allocated.
What's more, if you only need Linux for running applications and not a full desktop environment, consider using WSL. It allows you to run Linux distributions directly on Windows without the overhead of a virtual machine.
Best Regards