From: Thomas Glanzmann Date: Tue, 25 Jan 2022 14:51:03 +0000 (+0100) Subject: asahi live X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/a02170e43cb6d6e476eda380a264eab37ce30e2d asahi live --- diff --git a/README b/README deleted file mode 100644 index f07e974..0000000 --- a/README +++ /dev/null @@ -1,61 +0,0 @@ -- Boot into macos - -- make space - the last number is the space that macos will occupy - - diskutil apfs resizeContainer disk0s2 200GB - -- run the installer, do not forget step2.sh - - curl -L https://mrcn.st/alxsh | sh - -- Once you run the install, boot into the 'Options' menu again and install u-boot: - - curl -LO https://tg.st/u/u-boot.macho - kmutil configure-boot -c u-boot.macho -V /Volumes/Linux - -- Format a usb stick with a vfat partition on it, mount the partition and - extract the following: - - cd /mnt - curl -L https://tg.st/u/asahi-debian-live-2022-01-25.tar | tar -xf - - -- In u-boot interrupt the boot loop by pressing return when prompted to. Use - the following command to boot from the usb-stick. Loading the 256 MB initrd - takes a while. - - run bootcmd_usb0 - -- Login with username 'root'. There is no password. - -- If you have an ethernet card (mini or usb dongle), than get an IP: - - dhclient eth0 - -- Set the time: - - ntpdate pool.ntp.org - -- Install any software you like, for example gnome: - - apt-get install gnome - useradd -m -c 'user' user - passwd user - /etc/init.d/gdm3 start - -- You can also use the live system to install Debian on the m1, the rough outline is: - - - Create two paritions: - - - One 1 GB vfat - - Rest with ext4 - - - Use debootstrap to bootstrap debian - - - Install grub - - - reboot - -The exact steps follow once I find a little bit of time. - -Kernel deb is here: https://tg.st/u/linux-image-5.16.0-asahi-next-20220118-gdcd14bb2ec40_5.16.0-asahi-next-20220118-gdcd14bb2ec40-1_arm64.deb - diff --git a/asahi-debian-live.txt b/asahi-debian-live.txt new file mode 100644 index 0000000..f07e974 --- /dev/null +++ b/asahi-debian-live.txt @@ -0,0 +1,61 @@ +- Boot into macos + +- make space - the last number is the space that macos will occupy + + diskutil apfs resizeContainer disk0s2 200GB + +- run the installer, do not forget step2.sh + + curl -L https://mrcn.st/alxsh | sh + +- Once you run the install, boot into the 'Options' menu again and install u-boot: + + curl -LO https://tg.st/u/u-boot.macho + kmutil configure-boot -c u-boot.macho -V /Volumes/Linux + +- Format a usb stick with a vfat partition on it, mount the partition and + extract the following: + + cd /mnt + curl -L https://tg.st/u/asahi-debian-live-2022-01-25.tar | tar -xf - + +- In u-boot interrupt the boot loop by pressing return when prompted to. Use + the following command to boot from the usb-stick. Loading the 256 MB initrd + takes a while. + + run bootcmd_usb0 + +- Login with username 'root'. There is no password. + +- If you have an ethernet card (mini or usb dongle), than get an IP: + + dhclient eth0 + +- Set the time: + + ntpdate pool.ntp.org + +- Install any software you like, for example gnome: + + apt-get install gnome + useradd -m -c 'user' user + passwd user + /etc/init.d/gdm3 start + +- You can also use the live system to install Debian on the m1, the rough outline is: + + - Create two paritions: + + - One 1 GB vfat + - Rest with ext4 + + - Use debootstrap to bootstrap debian + + - Install grub + + - reboot + +The exact steps follow once I find a little bit of time. + +Kernel deb is here: https://tg.st/u/linux-image-5.16.0-asahi-next-20220118-gdcd14bb2ec40_5.16.0-asahi-next-20220118-gdcd14bb2ec40-1_arm64.deb +