Why can't installation of Ubuntu be done without a USB drive?
I recently was trying to dual-boot Ubuntu on my older desktop that is currently running Windows 11. I tried with a USB drive, and (after several attempts) the Ubuntu screen appeared but then just went blank. I tried tweaking the BIOS, but several more attempts did not get me anywhere. I then tried UNetbootin, but still was unsuccessful.
So, I instead decided to try VMware Workstation. Installing Ubuntu was quite easy, and no USB drives were needed. I just downloaded an iso and started VMware. Presto: Ubuntu was successfully installed on the VM.
So, my question is this: why can't we install Linux on a hard-drive partition as easily as we can install it using VM software? And without the need of using USB drives?
Is it possible to create software similar to VMware that would install Linux from an iso directly onto a hard-drive partition instead of on a VM?
This is not an urgent matter. I am fine with using VM. But I am rather curious to hear what you tech gurus have to say about this.
Use Windows Disk Management to create FAT32 partition 3GB or larger. Copy/Paste contents of ISO file to new partition. Reboot pressing F12 and select UEFI Ubuntu. C.S. Cameron -- Thanks, CS! This is exactly what I was looking for. A simple and elegant solution! And it worked for me. – Bob Aug 24 '22 at 02:38