Files
kde-linux/README.md
Harald Sitter 84377c92f1 add readme
2024-09-10 15:53:24 +02:00

903 B

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]
  • 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]