[Share Experiences] Install Deepin 23 (preview) for LOONGSON 3A6000 Machine.
Tofloor
poster avatar
1arry
deepin
2024-11-03 00:32
Author

Deepin 23

Hi, guys, I'm excited to be here, and this is my first topic for you guys. The Deepin 23 has released on 15th Aug 2024, and, to be honest, it's actually the best Debian-like distro for Loongson 3A6000 machines at this moment. And, Let's get started.

All things you need

  • 2 U-Disks, unless you can tolerate THE DAMN "SYSTEM DISK" AND THE DISGUSTING "DATA DISK".
  • 1 Loongson 3A6000 machine, I bought it from MOREFINE's online store.
  • The laptop/desktop to make startup disk .
  • HDMI Moniter for displaying.
  • ...

Make startup disk

cd ~/Downloads
wget https://mirrors.bfsu.edu.cn/deepin-cd/23/loongarch64/deepin-desktop-community-23-loong64.iso
# Change the "/dev/sdX" to the path your 1 U-Disk is. This operation will clear all data from your U-Disk.
sudo dd if=deepin-desktop-community-23-loong64.iso of=/dev/sdX bs=512M conv=fdatasync status=progress  

After copying is completed, you can insert your 2 U-Disks to Loongson 3A6000 Machine and boot it.

Remove THE DISGUSTING "DATA DISK"

After the Installation Guide is started, select Full Disk Installatio[Full Disk(Recommended)] option, and then, specify THE DAMN "SYSTEM DISK" AND THE DISGUSTING "DATA DISK" (This operation will clear all data from your U-Disk.):

1113522652.jpg

The idea of THE DISGUSTING "DATA DISK" is simply terrible!

If it crashes, you may reboot your Loongson machine and select another U-Disk as THE DISGUSTING "DATA DISK", and then, after the installation is completed, keep your 2 U-Disks plugged in, reboot your Loongson machine.

Copy the damn persistent directory:

sudo cp -a /persistent /persistent.cp/

Change /etc/fstab:
image.png

And then, reboot your Loongson Machine. Of course, it cannot start startdde . You have to press Ctrl+Alt+Fn3 to login tty , and then, restore the damn persistent directory:

sudo cp -a /persistent.cp/* /

Just reboot you Loongson Machine.

Happy coding

Happy coding with loong .

$ fastfetch 
             ............                 larry@loong
         .';;;;;.       .,;,.             -----------
      .,;;;;;;;.       ';;;;;;;.          OS: Deepin beige 23 loongarch64
    .;::::::::'     .,::;;,''''',.        Host: Loongson-3A6000-HV-7A2000-NUC (20.5)
   ,'.::::::::    .;;'.          ';       Kernel: Linux 6.9.6-loong64-desktop-rolling
  ;'  'cccccc,   ,' :: '..        .:      Uptime: 39 mins
 ,,    :ccccc.  ;: .c, '' :.       ,;     Packages: 1866 (dpkg)
.l.     cllll' ., .lc  :; .l'       l.    Shell: bash 5.2.21
.c       :lllc  ;cl:  .l' .ll.      :'    Display (None-1): 1920x1080 @ 60 Hz
.l        'looc. .   ,o:  'oo'      c,    DE: DDE
.o.         .:ool::coc'  .ooo'      o.    WM: KWin (X11)
 ::            .....   .;dddo      ;c     Theme: deepin-dark [GTK2]
  l:...            .';lddddo.     ,o      Icons: bloom [GTK2]
   lxxxxxdoolllodxxxxxxxxxc      :l       Cursor: Adwaita
    ,dxxxxxxxxxxxxxxxxxxl.     'o,        Terminal: deepin-terminal 6.0.14
      ,dkkkkkkkkkkkkko;.    .;o;          Terminal Font: Noto Sans Mono (8pt)
        .;okkkkkdl;.    .,cl:.            CPU: Loongson-3A6000-HV loongarch64 (8) @ 2.50 GHz
            .,:cccccccc:,.                GPU: Loongson Technology LLC Display Controller
                                          Memory: 5.51 GiB / 15.74 GiB (35%)
                                          Swap: 0 B / 16.00 GiB (0%)
                                          Disk (/): 10.71 GiB / 450.87 GiB (2%) - ext4
                                          Disk (/media/larry/_dde_data): 161.20 MiB / 114.79 GiB (0%) - ext4
                                          Local IP (wlx200db0129e8c): 192.168.28.19/24
                                          Locale: en_US.UTF-8
Reply Favorite View the author
All Replies

No replies yet