#Partitioning/Formating partitions
1 messages · Page 1 of 1 (latest)
current partitions
sda is usb
p1 is boot for macos, p2 is root for macos
p3 is what I partitioned using the disk utility that comes with macos
I wanted to allocate that space towards linux
any help (that doesn't brick my machine) is appreciated
it's currently 11 pm for me and I'm a student so my response times may not be the best
lowkey going to bed so wont repkly for a few hours
Can you use the boot partition for both, macos and linux ? If yes you just have to make a simple partition formatted with ext4 or wathever you want
This is kinda new so, maybe we can keep some information from this
https://www.makeuseof.com/tag/install-linux-macbook-pro/
There's also some good info in the wiki
https://wiki.archlinux.org/title/Mac
one thing i dont know is that boot partition :/
Yoo i was doing the same thing but without the t2 chip got Stuck at a certain point
@plain coral i realize that the wiki is guiding us to set up dual boot on Mac
you should read it carefully
that’s what I’m not sure about
oh wait fantastic
I’ll set it up later today with some friends in school
The wiki is always the solution of your problem x)
@plain coral follow this video and run these commands before chroot
https://youtu.be/x0Qmaa38UM8
UPDATE 4: To enable the cups printing service you now have to use sudo systemctl enable --now cups.
UPDATE 3: Since the release of the kernel 5.7 creating a Swapfile with fallocate will not work at reboot. Create one with the command "dd if=/dev/zero of=/swapfile bs=1M count=512 status=progress" (for a 512M swapfile for example) and everything ...
sudo mount --bind /proc /mnt/proc
sudo mount --bind /dev /mnt/dev
mkdir -p /mnt/boot
sudo genfstab -U /mnt >> /mnt/etc/fstab
genfstab -U /mnt >> /mnt/etc/fstab
pacman -S vim
For connection use tether then install broadcom driver and do with networkmanager
If your Mac Is older than 2017, check the wiki or there should be another guide specific to that in the video desc