Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Login credentials of Ubuntu Cloud server image

I am trying to build a cloud infrastructure using VM's

In the Openstack manuals, it is mentioned that the images in this link contain, Openstack pre-installed.

I downloaded the trusty-server-cloudimg-amd64-disk1.img file and I loaded it using KVM. I instantiated a Virtual Machine using this image but I am not able to login (using the console) or ssh into it.

I do not know the default username and password of that OS.

Also (a different question), I would like to build a Cloud using the 2 Virtual Machines, is it possible to use the same image?

like image 542
Sherwin Varghese Avatar asked Mar 19 '15 05:03

Sherwin Varghese


People also ask

What is the default username and password for ubuntu Server?

Short answer – none. The root account is locked in Ubuntu Linux. There is no Ubuntu Linux root password set by default and you don't need one.

What is the default password of ubuntu VM?

There is no default user (and therefore no default password) on Ubuntu.

What is a ubuntu cloud image?

Ubuntu Cloud Images are the official Ubuntu images and are pre-installed disk images that have been customized by Ubuntu engineering to run on public clouds that provide Ubuntu Certified Images, Openstack, LXD, and more. Cloud image specific bugs should be filed in the cloud-images project on Launchpad.net.


1 Answers

How about this:

$ virt-customize -a bionic-server-cloudimg-amd64.img --root-password password:coolpass 
  • https://serverascode.com/2018/06/26/using-cloud-images.html
  • https://www.kraxel.org/blog/2018/11/fedora-29-images/
like image 190
rofrol Avatar answered Sep 21 '22 12:09

rofrol