Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:n100 [2024/01/18 18:12] – [Network] darron | boards:n100 [2025/03/30 23:59] (current) – [Debian 12 install] darron | ||
---|---|---|---|
Line 7: | Line 7: | ||
N100 Mini PCs are very cheap and very capable devices. | N100 Mini PCs are very cheap and very capable devices. | ||
- | Here is the procedure used to dual boot debian 12 on a Mini P and prepare | + | Here is the procedure used to dual boot debian 12 on a Mini PC and prepare |
- | it to run VMs under KVM. | + | it to run VMs under [[: |
===Hardware=== | ===Hardware=== | ||
Line 16: | Line 16: | ||
[[https:// | [[https:// | ||
- | After discount this device should cost £169. | + | After discount this device should cost £169 (Jan 2024), £154 (Aug 2024) or £141 (Mar 2025). |
External SSD is an ADATA 240 GB for VMs. Any external USB3 drive will do. | External SSD is an ADATA 240 GB for VMs. Any external USB3 drive will do. | ||
Line 57: | Line 57: | ||
This software was unreliable with one USB flash drive and failed with an ISO extraction error. It worked fine with an SDCARD in a USB adapter. | This software was unreliable with one USB flash drive and failed with an ISO extraction error. It worked fine with an SDCARD in a USB adapter. | ||
- | The latest stable Debian image at this time is [[https:// | + | The latest stable Debian |
==Install== | ==Install== | ||
Line 191: | Line 191: | ||
update-rc.d sddm disable | update-rc.d sddm disable | ||
update-rc.d saned disable | update-rc.d saned disable | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | apt remove --purge gvfs-backends gvfs | ||
</ | </ | ||
Line 198: | Line 202: | ||
systemctl --user stop pulseaudio.socket | systemctl --user stop pulseaudio.socket | ||
systemctl --user stop pulseaudio.service | systemctl --user stop pulseaudio.service | ||
- | systemctl --user stop ' | ||
</ | </ | ||
Line 204: | Line 207: | ||
systemctl --user disable pulseaudio.socket | systemctl --user disable pulseaudio.socket | ||
systemctl --user disable pulseaudio.service | systemctl --user disable pulseaudio.service | ||
- | systemctl --user disable ' | ||
</ | </ | ||
Line 210: | Line 212: | ||
systemctl --user mask pulseaudio.socket | systemctl --user mask pulseaudio.socket | ||
systemctl --user mask pulseaudio.service | systemctl --user mask pulseaudio.service | ||
- | systemctl --user mask ' | ||
</ | </ | ||