- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you still looking into this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page