Fog: Difference between revisions

From wikinotes
No edit summary
(Replaced content with "Named after Dean Fog. = Notes = <blockquote> {| class="wikitable" |- | t2linux archlinux install |- | t2linux archlinux mbp-16.1 |} </blockquote><!-- Notes -->")
Tag: Replaced
 
(130 intermediate revisions by the same user not shown)
Line 1: Line 1:
Archlinux on a macbook. Named after Dean Fog.
Named after Dean Fog.


Instructructions https://wiki.t2linux.org/distributions/arch/installation/
= Notes =
 
= Install Media =
<blockquote>
<blockquote>
Download install media
{| class="wikitable"
{|
|-
|-
| raw || https://dl.t2linux.org/archlinux/iso/index.html
| [[t2linux archlinux install]]
|-
| w/ wifi drivers || https://github.com/t2linux/archiso-t2/releases
|-
|-
| [[t2linux archlinux mbp-16.1]]
|}
|}
 
</blockquote><!-- Notes -->
<syntaxhighlight lang="yaml">
diskutil list
diskutil unmountDisk /dev/disk2
dd if=path/to/archlinux-version-x86_64.iso of=/dev/rdisk2 bs=1m
</syntaxhighlight>
</blockquote><!-- install media -->
 
= Install =
<blockquote>
<syntaxhighlight lang="yaml">
- from macbook, start bootcamp (preinstalled)
  - partition for a windows install (macos base-install is ~15G)
  - download and dd an archmbp iso from: https://dl.t2linux.org/archlinux/iso/index.html
</syntaxhighlight>
</blockquote><!-- Install -->

Latest revision as of 01:51, 13 March 2022