I know how to create a bootable USB (pendrive), or CD, to install Ubuntu on to a hard disk. But I already had an installed system on USB, and don't have any additional USB anymore. So I booted into the system on USB already, how can I install a new Ubuntu system (or copy of my USB system) into the target hard disk?
Asked
Active
Viewed 201 times
1 Answers
0
There is a method of installing anew from an ISO file without burning it to a disc:
- Download an installer ISO. If you'll have a good Internet connection while installing, mini.iso is an excellent option, giving a very small ISO file that can install any Ubuntu flavor.
- Open a terminal by pressing Ctrl+Alt+T.
Install
grml-rescueboot:sudo apt install grml-rescuebootMove the installer ISO you downloaded to
/boot/grml(replacefilename.isowith the actual ISO filename):sudo mv ~/Downloads/filename.iso /boot/grml/Update GRUB:
sudo update-grubReboot and select the ISO.
- Install the desired flavor of Ubuntu, making sure to install it on the hard drive and not the USB drive.
Olathe
- 4,310
- 2
- 19
- 24