]> git.zerfleddert.de Git - m1-debian/commitdiff
fix from newchima
authorThomas Glanzmann <thomas@glanzmann.de>
Tue, 25 Jan 2022 21:35:51 +0000 (22:35 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Tue, 25 Jan 2022 21:35:51 +0000 (22:35 +0100)
bootstrap.sh
m1debian.txt

index ddf764645544df822dffa61859765776a369983b..9d2c39fb4bc68e6105b76927d31ac8c7c5f6e078 100644 (file)
@@ -42,7 +42,7 @@ build_linux()
         git reset --hard origin/asahi; git clean -f -x -d
         curl -s https://tg.st/u/9ce9060dea91951a330feeeda3ad636bc88c642c.patch | git am -
         curl -s https://tg.st/u/5nly | git am -
-        curl -s https://tg.st/u/asahi-config-2022-01-19 > .config
+        curl -s https://tg.st/u/config-2022-01-24 > .config
         make olddefconfig
         make -j 16 bindeb-pkg
 )
index 3ce2985fb3d2b040060194bd676a662bc32915aa..1696f4b35c65d75b1e60f37bbb15d1168978d6c5 100644 (file)
@@ -1,8 +1,17 @@
+Video: https://tg.st/u/m1debian.mp4
+# Boot into macos
+diskutil apfs resizeContainer disk0s2 200GB
+
+curl -L https://mrcn.st/alxsh | sh
+
 curl -LO https://github.com/AsahiLinux/asahi-installer/archive/refs/heads/main.zip
 unzip main.zip
-cd asahi-installer/src
+cd asahi-installer-main/src
+cd /tmp/asahi-install
 # set paths
-/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/bin/python3 -m firmware.wifi /usr/share/firmware/wifi /Volumes/Linux/linux-firmware.zip
+/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/bin/python3 -m firmware.wifi /usr/share/firmware/wifi /Volumes/Linux/linux-firmware.tar
+
+- do not forget step2.sh
 
 curl -LO https://tg.st/u/u-boot.macho
 kmutil configure-boot -c u-boot.macho -v /Volumes/Linux
@@ -23,6 +32,11 @@ diskutil addPartition <identifier before free space> %Linux% %noformat% <size>
 diskutl list
 curl -L https://tg.st/u/m1.tgz | tar -xOz | dd of=/dev/<identifier of Linux Filesystem>
 
+vi /etc/fstab
+
+grub-install --removable /dev/nvme0n1p4
+dpkg-reconfigure grub-efi-arm64
+
 update-initramfs -k all -c
 update-grub
 
Impressum, Datenschutz