From 84377c92f1fa8cdcbdb996fdc7dcca3cdbebc367 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Tue, 10 Sep 2024 15:20:35 +0200 Subject: [PATCH] add readme --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..05d6130 --- /dev/null +++ b/README.md @@ -0,0 +1,44 @@ +## Installation + +- Download latest .raw http://kdeos.haraldsitter.eu/index.html +- Attach USB drive +- `lsblk` to find the right `/dev/node`. e.g. `/dev/sda` +- `sudo dd if=kdeos.raw of=/dev/sda bs=4M` +- `sudo sync` +- reboot into USB stick +- no password on sddm +- run calamares via kickoff/krunner + +## Updates + +Until discover gets support the following needs running + +``` +git clone https://invent.kde.org/sitter/kde-linux +cd kde-linux +sudo ./update.sh update +``` + +## VM + +### virt-manager + +- File -> New VM +- Import existing disk image +- [Forward] +- Select from disk +- Set arch as OS +- [Forward] +- Set resources +- [Forward] +- [x] Customize configuration +- [Finish] +- Config window opens +- Make sure at the bottom it says Firmware: UEFI +- [Add Hardware] +- Add a storage of some reasonable size +- [Finish] +- In the boot options item: +- check VirtIO Disk 2 and move it above 1 +- [Apply] +- [Begin installation]