This is what I have and what I want to achieve:
Current Partition Setup Current State Desired State
/dev/sda1 /BIOS
/dev/sda2 / Ubuntu18.04 Ubuntu18.04 I
/dev/sda3 empty none Ubuntu18.04 II
In want to install Ubuntu 18.04 II from my running installation Ubuntu 18.04. I.
- I have an ISO install file.
What else do I need and how do I do it?
There is a similar question, Is there a program to install Ubuntu from a Linux system? It uses debootstrap and targets minimal Ubuntu systems and text only installs. Its a very complex setup. I am looking for sth saving the time and effort to reboot.
The key point of my question is that I do not want to shut down or reboot my computer.
I want to boot into /dev/sda1
and start an application/a script/single commands or whatever. After that Ubuntu18.04 II should be installed in /dev/sda3
. And I am still in my running install on /dev/sda1
.
ubiquity
and run it you will be able to do what you need. But I can test now. – schrodingerscatcuriosity Dec 13 '19 at 15:02