Install Debian Edu on Chromebooks with hard drives below 60GB

Requirements:

1. Expert Install

When the start screen first appears:

replace desktop=xfce with desktop=kde

2. The basics

3. Sett opp brukere og passord:

4. Sett opp klokka

5. Partitioning

6 Enter Console mode

mount -o remount,compress-force=zstd /dev/mmcblk0p2

nano /target/etc/fstab

Towards the end of that line, there is a section that looks like this: defaults,subvol=@rootfs

6. Back to graphical installer

You are now back in the graphical installer

7. Set up the package manager

8. Select applications to be installed

9. Install bootloader GRUB

10. Booting into the newly installed system

copy paste

sudo pico /etc/apt/sources.list

deb http://deb.debian.org/debian bookworm main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian bookworm main non-free-firmware contrib non-free
deb http://deb.debian.org/debian-security/ bookworm-security main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian-security/ bookworm-security main non-free-firmware contrib non-free
deb http://deb.debian.org/debian bookworm-updates main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian bookworm-updates main non-free-firmware contrib non-free

Press ctrl + o > Enter to save -> ctrl + x to exit the text editor

sudo apt update && sudo apt dist-upgrade -y && sudo apt install task-ukrainian-desktop task-ukrainian-kde-desktop gcompris-qt zram-tools ansible -y

When the update and installation is complete, systems take approximately.: 8GB This is a saving of approximately. 50%

11. Kioskmode

12. Fix sound

This step is only required if there is no sound, this is true for Lenovo N23 and others

git clone https://github.com/WeirdTreeThing/chromebook-linux-audio && cd chromebook-linux-audio && ./setup-audio

13. Zram compressed swap

Is a compressed swap in physical RAM

echo -e "ALGO=zstd\nPERCENT=60" | sudo tee -a /etc/default/zramswap && sudo systemctl restart zramswap

14. Reboot system

Good Job, you're the best!!

skolelinux-compress (last edited 2024-04-23 21:23:31 by Malinux)