I want to switch from windows to linux cause I heard its good for programming, But I dont have an external hard drive or usb I can use and cant use a disc cause no disc drive, Is there a way to install it with the hard drives in my computer?
Asked
Active
Viewed 2,175 times
1 Answers
0
UNetbootin Frugal Install
You can use a UNetbootin Frugal Install, https://sourceforge.net/p/unetbootin/wiki/installmodes/, to create a temporary Ubuntu Live install on the corner of your Windows hard disk. You can boot this frugal install and use it to install Ubuntu to unused space on the same hard disk.
In UNetbootin select Type: = Hard Disk. On the next boot after installing Ubuntu, you will be given the oppertunity to remove the frugal install completely.
I also managed to install Ubuntu using a cell phone: Installing Ubuntu Using Cell Phone Only

C.S.Cameron
- 19,519
grub
for example can boot a ISO file directly allowing you to install to a different partition to whatever the ISO is stored; or the same partition if fully loaded into RAM before execution). The standard windows boot loader doesn't provide many options (it primarily only boots itself). – guiverc Jun 16 '20 at 04:41