Edge Software Catalog
Support for issues related to Edge Software Catalog
473 Discussions

Installing desktop

grandixximo
Nouveau contributeur I
2 012 Visites

https://eci.intel.com/docs/3.0.2/development/desktop_env.html

 

After building and installing ECI core image core-bullseye

I follow instructions to install desktop environment.

After sending the apt command to install mate or xfce desktop environment, it seem to want to remove init and systemd, and requires me to type "yes, do as I say!" To continue 

If I do, it fails with too many dpkg errors, related.tk removing systemd

Étiquettes (1)
0 Compliments
1 Solution
JesusE_Intel
Modérateur
1 935 Visites

Hi grandixximo,


Apologies for the delay, this took longer than expected. I was able to install the desktop environment using the steps below. Could you please give it a try and let me know if it works for you?


sudo apt update

sudo apt install sysvinit-core systemd-sysv-

echo "auto enp0s3

iface enp0s3 inet dhcp" > /etc/network/interfaces.d/enp0s3

reboot

sudo -E apt install task-desktop task-mate-desktop

reboot


Regards,

Jesus


Voir la solution dans l'envoi d'origine

5 Réponses
JesusE_Intel
Modérateur
1 994 Visites

Hi grandixximo,


Thank you for reporting, I was able to reproduce the same error message. Let me take a deeper look and get back to you as soon as possible.


Regards,

Jesus


0 Compliments
grandixximo
Nouveau contributeur I
1 952 Visites

Are you still looking into this?

0 Compliments
JesusE_Intel
Modérateur
1 936 Visites

Hi grandixximo,


Apologies for the delay, this took longer than expected. I was able to install the desktop environment using the steps below. Could you please give it a try and let me know if it works for you?


sudo apt update

sudo apt install sysvinit-core systemd-sysv-

echo "auto enp0s3

iface enp0s3 inet dhcp" > /etc/network/interfaces.d/enp0s3

reboot

sudo -E apt install task-desktop task-mate-desktop

reboot


Regards,

Jesus


grandixximo
Nouveau contributeur I
1 930 Visites

Yes, it does work

I would just like to add before echo the network config, you should send 

 

ip a

 

that will list your devices names, and you should change enp0s3 in the command for whatever device you have hooked up to the internet.

also after successfully installing the desktop packages, use 

 

rm /etc/network/interfaces.d/*

 

command to delete the file that was created from the echo command.

0 Compliments
JesusE_Intel
Modérateur
1 867 Visites

Thanks for providing the additional steps, glad that worked for you. If you need any additional information, please submit a new question as this thread will no longer be monitored.


0 Compliments
Répondre