Ubuntu – How to install Ubuntu from within other Linux Distributions without reboot

system-installation

I have an OpenSuse Linux running on my work pc. I have no time to go offline and install Ubuntu. Ideally I want to mount ubuntu.iso, run Ubuntu Installer from bash, and then, at the evening, just reboot, select Ubuntu from grub, and decide whether i stay with it.

Is that possible?

Best Answer

Yes, there is a procedure to install Ubuntu offline (without rebooting) from your current Linux system. I do not think, It is better to include all the details here.

You can check the exact procedure for 14.04 / for 16.04 from Ubuntu Installation Guide

I have recently tried that and installed Kubuntu 12.04. It worked flawlessly.

It requires at least one reboot, to open your newly installed system. You can't switch from one OS to another without rebooting


Reference: Ubuntu Installation Guide

Related Question