#Partitioning/Formating partitions

1 messages · Page 1 of 1 (latest)

plain coral
#

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

twin ginkgo
#

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

pastel thicket
#

one thing i dont know is that boot partition :/

polar folio
#

Yoo i was doing the same thing but without the t2 chip got Stuck at a certain point

pastel thicket
#

@plain coral i realize that the wiki is guiding us to set up dual boot on Mac

#

you should read it carefully

plain coral
plain coral
#

I’ll set it up later today with some friends in school

twin ginkgo
#

The wiki is always the solution of your problem x)

polar folio
#

@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 ...

▶ Play video
#

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