openEuler is an innovative platform nurtured by community collaboration. It aims to build a unified and open OS that supports multiple processor architectures, and to advance the hardware/software application ecosystem.
This video show how to install openEuler in VirtualBox 6.1/Windows 10.
Visit
https://www.openeuler.org/en/download/
to download ISO. It's openEuler-20.03-LTS-SP2-x86_64-dvd.iso in my case.
It's very straightforward to install openEuler in VirtualBox. But
there are no desktop environment by default. Deepin Desktop Environment
(DDE) can be installed using dnf (a Linux software package management
tool).
Most probably you cannot run dnf, fail with error [Could not resolve
host: repo.openeuler.org], as shown in the video.
To fix it:
edit /etc/sysconfig/network-scripts/ifcfg-enp0s3
set ONBOOT=yes
save and then reboot.
Then install DDE with command:
sudo dnf update
sudo dnf install dde
sudo systemctl set-default graphical.target
sudo reboot
After the restart is complete, use the user created during the installation
process or the openeuler user to log in to the desktop.
dde cannot log in with root account.
dde has built-in openeuler user, the password of this user is
openeuler.
Related:
No comments:
Post a Comment