In the case of Ubuntu 20.04.3 x64 which is a known Linux distribution, the screen will remain black for one to two minutes during the first startup of the new virtual machine.
This is because VMware is customizing the guest operating system in the background.
Wait as long as necessary.
Once the customization of the guest operating system (in this case: Ubuntu) is complete, Ubuntu will appear.
To see the different customizations applied on Ubuntu, you can search for the "Settings" activity (application).
In the "Sharing" section of Ubuntu settings, you will see that the computer name has been changed in our case to match the name of the new Linux virtual machine.
In the "Date & Time" section of Ubuntu Settings, you will see that the time zone has also been changed to match the one you selected in your VM customization specification.
For all Linux distributions, you can check the Linux computer name by typing the command:
Bash
hostname
Plain Text
ubuntu-pc
To see the name of the computer, as well as the domain it is part of, view the contents of the "/etc/hosts" file.
Bash
vi /etc/hosts
Plain Text
127.0.0.1 localhost 127.0.0.1 ubuntu-pc.informatiweb.lan ubuntu-pc ...
For the DNS lookup domain, go to the "/etc/resolv.conf" file.
Bash
vi /etc/resolv.conf
Plain Text
... search informatiweb.lan
Note that it is possible that the files shown above may be in another location in your case or have a different name.
Although Linux distributions are all based on each other, there are still some differences between them.
VMware 12/30/2022
VMware 6/24/2022
VMware 4/24/2024
VMware 7/5/2024
Pinned content
Contact
® InformatiWeb-Pro.net - InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.
Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.
No comment