taraftarium selçuksports netspor justin tv

ExTiX 18.4-2 with Deepin 15.5 Desktop, Refracta snapshot, Calamares 3.1.12 Installer and kernel 4.16.2-exton – Build 180421

NEWS about ExTiX 18.4-2 Deepin 180421
I’ve released a new version of ExTIX 18.4-2 Deepin today with Calamares 3.1.12 and kernel 4.16.2-exton. Calamares is an installer framework. By design it is very customizable, in order to satisfy a wide variety of needs and use cases. All packages have been updated to the latest available version as of today. Study all installed packages in ExTiX Deepin Build 180421.

About ExTiX 18.4-2 with the Deepin 15.5 Desktop
I’ve made a new extra version of ExTiX with Deepin 15.5 Desktop (made in China!). Deepin is devoted to providing a beautiful, easy to use, safe and reliable system for global users. Only a minimum of packages are installed in ExTiX Deepin. You can of course install all packages you want. Even while running ExTiX Deepin live. I.e. from a DVD or USB stick. Study all installed packages in ExTiX Deepin.

ABOUT ExTiX
All five ExTiX systems are based on Ubuntu and Debian.

The Ultimate Linux System
I’ve called my different versions of ExTiX The Ultimate Linux System for many years by now. As regards ExTiX 18.4-2 Deepin I feel it’s especially justified. Everything just works.

Refracta Tools
While running ExTiX Deepin 18.4-2 live or from hard drive you can use Refracta Tools (pre-installed) to create your own live installable Ubuntu system. A ten year child can do it! Watch a slideshow below.

About Calamares Installer
Calamares is an installer framework. By design it is very customizable, in order to satisfy a wide variety of needs and use cases. Calamares aims to be easy, usable, beautiful, pragmatic, inclusive and distribution-agnostic. Calamares includes an advanced partitioning feature, with support for both manual and automated partitioning operations. It is the first installer with an automated “Replace Partition” option, which makes it easy to reuse a partition over and over for distribution testing. Watch a movie when I’ve started to install ExTiX Deepin using Calamares. See also a slideshow below showing the whole Calamares install process.

Using Calamares you can choose language when the installation starts. When it’s ready everything will be in your chosen language!

About Grub and Calamares
If you already have one Linux system (for example Ubuntu) installed on your computer you can refrain from installing Grub during the installation of ExTiX Deepin (for example on /dev/sda5). Instead just add the lines below in Ubuntu. I.e. to /boot/grub/grub.cfg. Or start up Ubuntu and run the command sudo update-grub. Start data for ExTiX will then be added to Grub automatically. Example Grub configuration – see below – when ExTiX Deepin has been installed on /dev/sda5.

menuentry ‘ExTiX Deepin (sda5) 180421’ –class gnu-linux –class gnu –class os $menuentry_id_option ‘gnulinux-simple-ccde3409-b7fc-4759-af5e-69b557c97467’ {
insmod gzio
insmod part_gpt
insmod ext2
set root=’hd0,gpt5′
if [ x$feature_platform_search_hint = xy ]; then
search –no-floppy –fs-uuid –set=root –hint-bios=hd0,gpt9 –hint-efi=hd0,gpt5 –hint-baremetal=ahci0,gpt5 ccde3409-b7fc-4759-af5e-69b557c97467
else
search –no-floppy –fs-uuid –set=root ccde3409-b7fc-4759-af5e-69b557c97467
fi
linux /boot/vmlinuz-4.16.2-exton root=UUID=ccde3409-b7fc-4759-af5e-69b557c97467 rw
initrd /boot/initrd.img-4.16.2-exton
}

NOTE:On certain computers you may have to add nomodeset to the boot line so it looks like this:
linux /boot/vmlinuz-4.16.2-exton root=UUID=ccde3409-b7fc-4759-af5e-69b557c97467 rw nomodeset

Special notes about using Calamares in ExTiX
ExTiX runs very well live in VirtualBox and VMware. If you want to install ExTiX in VirtualBox/VMware or on a non UEFI-enabled computer you’ll have to replace grub-efi-amd64 with grub-pc. Do it like this.
1. Start up Calamares Installer a go through all installation steps. Watch this YouTube video. In the end of the installation you will get a message saying that the installation has failed – screenshot. That’s because Calamares is made for UEFI-enabled computers. Just close Calamares Installer.
2. To be able to boot ExTiX in VirtualBox or VMware from the virtual hard drive you’ll have to chroot into the install partition (normally /dev/sda1) and manually install Grub. Run the following commands:
mkdir /mnt/sda1
mount /dev/sda1 /mnt/sda1
mount -t proc proc /mnt/sda1/proc
mount -o bind /sys /mnt/sda1/sys
mount –bind /dev /mnt/sda1/dev
mount -o bind /dev/pts /mnt/sda1/dev/pts
chroot /mnt/sda1 /bin/bash –
screenshot
apt update

apt install grub-pc
grub-install /dev/sda

update-grubscreenshot
exit
umount /mnt/sda1/proc

umount /mnt/sda1/sys
umount /mnt/sda1/dev/pts
umount /mnt/sda1/dev
umount /mnt/sda1

3. Close down VirtualBox or VMware and remove the ExTiX ISO file. Start up ExTiX from the virtual hard drive. Everything will be alright. NOTE: Normally you shall use Refracta Installer for installing ExTiX on non UEFI-enabled computers (including VirtualBox and VMware). Then you don’t have to chroot as described above. Just replace grub-efi-amd64 with grub-pc before you start up Refracta Installer. If you nevertheless want to use Calamares for installing on a non UEFI-enabled computer you can do that providing that you already have Grub2 installed (on another partition). Just edit your Grub2 configuration when the installation of ExTiX is ready – see my example above. The installation is ready when you see this error message.

Used KERNEL
My special kernel 4.16.2-exton corresponding Kernel.org’s second latest kernel 4.16.2.

What’s new in Linux kernel 4.16?

Login to Deepin Desktop
Log in from LightDM Login Manager as the ordinary user live with password live or. You can’t login to Deepin as root. While logged in as live you can use Sudo to become root. Example commands: sudo su or sudo pcmanfm. The password for root is root.

USB installation
Read my instruction.

Install ExTiX to hard drive using Refracta Installer
Just start the install program Refracta Installer from the Deepin Menu (Refracta Installer). Then just follow the instructions. NOTE: If you want to install Grub as bootloader while installing ExTiX on a non UEFI-enabled computer you’ll have to replace grub-efi-amd64 with grub-pc. Just run the command sudo apt update followed by sudo apt install grub-pc before you start the install program Refracta Installer. Watch this screenshot. VirtualBox and VMware are examples of non UEFI-enabled computers. You can’t use Calamares for installations in VirtualBox and VMware (unless you afterwards chroot into the install partition as described above). You’ll have to use Refracta Installer and first replace grub-efi-amd64 with grub-pc.

VirtualBox and VMware

ExTiX Deepin 18.4-2 runs very well live in VirtualBox and VMware. If you want to install ExTiX 18.4-2 in VirtualBox/VMware or on a non UEFI-enabled computer you’ll have to replace grub-efi-amd64 with grub-pc. Just run the command sudo apt update followed by sudo apt install grub-pc before you start the install program Refracta Installer. Screenshot when Refracta Installer has completed in VirtualBox. You can’t use Calamares.

Spotify
You may want to install Spotify in ExTiX or another Debian/Ubuntu system. Just go ahead. It’s very easy. Follow this instruction for Ubuntu. Or just run the command sudo apt update followed by sudo apt install spotify-client.

Printing using Cups
It’s really very simple to install a printer in ExTiX/Ubuntu. Cups (Common UNIX Printing System) is already installed. Open up Firefox and go to http://localhost:631/admin. See the following five screenshots showing when I added my local printer HP Photosmart Wireless in ExTiX KDE.
1. Cups start page
2. Add the printer
3. Add a local printer
4. Configuration of the added printer
5. Printing a test document

Refracta Tools
While running ExTiX Deepin 18.4-2 live or from hard drive you can use Refracta tools (pre-installed) to create your own live installable Ubuntu system. A ten year child can do it! Watch a slideshow below. (The slideshow is for ExTiX Budgie 17.7, but Refracta tools works in the same way in ExTiX Deepin). You don’t even have to install ExTiX to hard drive before you can use the Refracta tools. If you have plenty of RAM you can create a new (your own!) Ubuntu system while running ExTiX from a DVD or a USB stick. Please note that the whole Refracta process (creating your new ISO) will only take 10 – 15 min! You’ll find the ISO in /home/snapshots. (Or change that in /etc/refractasnapshot.conf).

Wireless connections
Normally NetworkManager works very well in ExTiX Deepin. Just add your network password and connect. If you, however, after a hard drive installation can’t reach the Internet you shall run the command sudo dpkg-reconfigure resolvconf and reboot your computer.

SCREENSHOTS
1. ExTiX Deepin 15.5 Desktop
2. ExTiX Deepin being installed in VirtualBox using Refracta Installer
3. ExTiX Deepin running Refracta snapshot
4. ExTiX Deepin running in VMware
5. ExTiX Deepin running the Refracta Installer
6. ExTiX Deepin login screen (LightDM)

Deepin Screen Recorder
In ExTiX Deepin you can record everything you do. Watch this small video. Or a video when I’ve started Calamares Installer.

THE IMPORTANCE of ExTiX Deepin now being based on Ubuntu 18.04 (UNSTABLE/DEVELOPMENT)
I don’t think it is too important since ExTiX Deepin doesn’t use complicated Desktop Environments like KDE, Gnome or Unity. Programs won’t crash or anything like that. And I haven’t discovered any bugs to report. Besides the FinalFreeze of upcoming Ubuntu 18.04 was already April 19, 2018.

Compatibility
A general truth: If an original system can run on a particular computer an Exton Build of the same original system can run on the same computer. I never change a Linux system for the worse in terms of auto configuration and hardware detection, etc. It happens that I replace the original kernel, but always to a “better” one with even more native support for various hardware etc. (Which I have done in this case).

extix-discussion
DOWNLOAD

This version of ExTiX has been replaced by version 180807.


Read about my Android-x86 Systems – Oreo, Nougat, Marshmallow, Lollipop and KitKat at

andex.exton.net – latest is AndEX Oreo 8.1!

and

about my Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at
raspex.exton.se – latest is RaspAnd Nougat 7.1.2!



One thought on “ExTiX 18.4-2 with Deepin 15.5 Desktop, Refracta snapshot, Calamares 3.1.12 Installer and kernel 4.16.2-exton – Build 180421”

  1. exton says:

    Softpedia 180424: Ubuntu-Based ExTiX Distro, the Ultimate Linux System, Updates Its Deepin Edition

    “Based on the Ubuntu 18.04 LTS (Bionic Beaver) operating system, the ExTiX 18.4 Deepin Edition is now available and it ships updated components, including the latest Deepin 15.5 Desktop, the Calamares 3.1.12 universal installer framework, and a custom Linux 4.16.2 kernel with extra hardware support.

    “I’ve made a new extra version of ExTiX with Deepin 15.5 Desktop (made in China!),” said Arne Exton in the release announcement. “Only a minimum of packages is installed in ExTiX Deepin. You can, of course, install all the packages you want, even while running ExTiX Deepin live, i.e. from a DVD or USB stick.”

    Refracta Tools lets you create your own ExTiX Deepin Live ISO.

    While most of the components included in the ExTiX Deepin 18.4-2 release are the same as the ones available in the ExTiX 18.4 LXQt edition, you can study the full list of installed packages for details, users will be able to easily create their own ExTiX Deepin Live ISOs with the Refracta Tools, which is pre-installed. The developer assures us that even a ten-year child can do it.”

    READ MORE: https://news.softpedia.com/news/ubuntu-based-extix-distro-the-ultimate-linux-system-updates-its-deepin-edition-520824.shtml

Leave a Reply

If you like ExTiX…

All donations go towards the upkeep of Linux Freedom!