[2025-jun-17] The SlackDocs mailing lists at https://lists.alienbase.nl/mailman/listinfo have been retired. No one has been using these lists for years and it's time to say goodbye. The list archives remain available at https://scalzi.slackware.nl/mailman/listinfo/slackdocs
[2025-jun-17] The SlackDocs Wiki has moved to a new server, in order to make it more performant.
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
slackwarearm:inst_sa64_virt [2025/04/03 14:43 (UTC)] – mozes | slackwarearm:inst_sa64_virt [2025/04/22 14:00 (UTC)] (current) – mozes | ||
---|---|---|---|
Line 1: | Line 1: | ||
[[https:// | [[https:// | ||
- | ====== Installing Slackware on the Macbook Pro M2 (Apple Silicon) within UTM (Paravirtualization) | + | ====== Installing Slackware: Paravirtualization |
^ ^ ^ | ^ ^ ^ | ||
| Platform | AArch64/ | | Platform | AArch64/ | ||
- | | Hardware Model | Apple Macbook Pro M2 (UTM - Paravirtualization) | + | | Hardware Model | macOS / Apple Silicon |
| Document Version | 1.00, Apr 2025 | | | Document Version | 1.00, Apr 2025 | | ||
| Author | Stuart Winter < | | Author | Stuart Winter < | ||
- | === Other Virtualization Platforms === | + | ===== Video Tutorial ===== |
+ | |||
+ | This tutorial is also available in [[https:// | ||
+ | |||
+ | |||
+ | ===== Other Virtualization Platforms | ||
If you'd prefer to use [[https:// | If you'd prefer to use [[https:// | ||
Line 18: | Line 23: | ||
If you like what we're doing here, please consider [[https:// | If you like what we're doing here, please consider [[https:// | ||
+ | |||
Line 64: | Line 70: | ||
< | < | ||
$ rsync -PavL $SLKSRV/ | $ rsync -PavL $SLKSRV/ | ||
- | $ rsync -PavL $SLKSRV/ | ||
$ rsync -PavL $SLKSRV/ | $ rsync -PavL $SLKSRV/ | ||
+ | $ rsync -PavL $SLKSRV/ | ||
</ | </ | ||
- | //The Slackware Installer images are approximately | + | //The Slackware Installer images are approximately |
==== Verify the Slackware Installer image ==== | ==== Verify the Slackware Installer image ==== | ||
Line 81: | Line 87: | ||
< | < | ||
$ openssl md5 -r slk-aarch64_generic.iso ; cat slk-aarch64_generic.iso.md5 | $ openssl md5 -r slk-aarch64_generic.iso ; cat slk-aarch64_generic.iso.md5 | ||
- | MD5 (slk-aarch64_generic.iso) = 6f17fe562ee790bdd21fdfb9cbbba3e7 | + | 380d7a8a06dc575e2d4e3140725f7a12 *slk-aarch64_generic.iso |
- | MD5(aarch64_generic.iso)= 6f17fe562ee790bdd21fdfb9cbbba3e7 | + | 380d7a8a06dc575e2d4e3140725f7a12 |
</ | </ | ||
+ | |||
Manually verify that the MD5 sums match. | Manually verify that the MD5 sums match. | ||
Line 109: | Line 116: | ||
< | < | ||
- | $ gpg --verify slk-aarch64_generic.asc | + | $ gpg --verify slk-aarch64_generic.iso.asc |
</ | </ | ||
Line 205: | Line 212: | ||
<note tip>The '' | <note tip>The '' | ||
- | Press '' | ||
- | {{: | + | Press '' |
+ | |||
+ | {{: | ||
The system will boot within a couple of seconds, and will attempt to acquire an IP address via DHCP. If no DHCP server is available, this will take a little longer to time out. | The system will boot within a couple of seconds, and will attempt to acquire an IP address via DHCP. If no DHCP server is available, this will take a little longer to time out. | ||
Line 389: | Line 398: | ||
=== Installation begins === | === Installation begins === | ||
- | The packages will now install. | + | The packages will now install. |
{{: | {{: | ||
Line 614: | Line 623: | ||
This is documented [[https:// | This is documented [[https:// | ||
- | === Setting up UTM shared directories === | ||
- | If you created any shared directories (UTM sharing directories on the host macOS computer, | + | === Starting X === |
+ | |||
+ | Once you have added your plebeian user, you can login to another virtual console: | ||
+ | |||
+ | * Hold down the '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | * Login with your plebeian user | ||
+ | * Type '' | ||
+ | |||
+ | |||
+ | {{: | ||
+ | |||
+ | ====== Managing Slackware ====== | ||
+ | |||
+ | ===== Setting up UTM shared directories ===== | ||
+ | |||
+ | If you’ve created any shared directories (such as UTM sharing directories on the host macOS computer, made available within the Slackware guest), you can set them up now: | ||
As the '' | As the '' | ||
Line 623: | Line 649: | ||
< | < | ||
- | $ mkdir /mnt/utmshare | + | $ mkdir /mnt/utm |
</ | </ | ||
Line 640: | Line 666: | ||
== Verify == | == Verify == | ||
- | You can see that I have shared my '' | + | You can see the'' |
< | < | ||
Line 646: | Line 672: | ||
Desktop/ | Desktop/ | ||
</ | </ | ||
- | |||
- | |||
- | === Starting X === | ||
- | |||
- | Once you have added your plebeian user, you can login to another virtual console: | ||
- | |||
- | * Hold down the '' | ||
- | |||
- | {{: | ||
- | |||
- | * Login with your plebeian user | ||
- | * Type '' | ||
- | |||
- | |||
- | {{: | ||
- | |||
- | ====== Managing Slackware ====== | ||