linux-mbp-arch icon indicating copy to clipboard operation
linux-mbp-arch copied to clipboard

A bit of guidance

Open reinismu opened this issue 4 years ago • 8 comments

Respect for your work, but could you give a bit of guidance on how to get till running linux with this? Have been through multiple wikis now and I still cant grasp it.

I see you put all modules here https://packages.aunali1.com/archlinux/mbp/x86_64/ is there a way to build linux using them? As I recall you need to have bzImage to start up linux

reinismu avatar Sep 02 '19 19:09 reinismu

Hi,

The files present at https://packages.aunali1.com/archlinux/mbp/x86_64/ are compiled binary packages for Arch Linux based distros. They contain the necessary kernel and supporting headers/documentation. As they follow Arch Linux conventions there are three packages:

  • linux-mbp - The actual kernel binary vmlinuz-linux-mbp and associated loadable modules
  • linux-mbp-headers - Exported headers used by DKMS (i.e. @roadrunner2's apple-ib-tb driver) or userspace utilities
  • linux-mbp-docs - Generated kernel internals documentation

In order to actually use the packages you would need to add an entry to your /etc/pacman.conf file as follows:

[mbp]
server = https://packages.aunali1.com/archlinux/$repo/$arch

If you are interested in compiling the Arch Linux kernel package manually, you can use the command $ makepkg -s. This will generate the files that you find in https://packages.aunali1.com/archlinux/mbp/x86_64/.

aunali1 avatar Sep 12 '19 03:09 aunali1

It would be useful to tell us the best way to get this kernel running on the live usb so we can see the nvme drive for installation.

TRPB avatar Sep 16 '19 13:09 TRPB

Is there some guidance of installing archlinux on mbp2019? I have installed archlinux on someother normcal pc. However, I can not deal with the installation on mac. I have tired servel distribution(manjaro,arch,elementary OS). pls, help the poor boy!

Xiang-Pan avatar Oct 10 '19 03:10 Xiang-Pan

I put up a guide for arch here: https://gist.github.com/TRPB/437f663b545d23cc8a2073253c774be3

TRPB avatar Oct 10 '19 11:10 TRPB

Why not putting it in the AUR too?

fl4co avatar Nov 04 '19 23:11 fl4co

I created a guide for ubuntu: https://gist.github.com/gbrow004/096f845c8fe8d03ef9009fbb87b781a4

gbrow004 avatar Mar 21 '20 20:03 gbrow004

Well... Is it possible to provide a GPG key in your site? It's not of much importance but I think it's more elegant not to set SigLevel to Never.

zhiyuanzhai avatar Jul 28 '20 17:07 zhiyuanzhai

@zhiyuanzhai https://pgp.key-server.io/pks/lookup?op=get&fingerprint=on&search=0x7F9B8FC29F78B339. In general, pacman notifies you to import said keys during installation of packages.

aunali1 avatar Jul 28 '20 17:07 aunali1