View previous topic :: View next topic |
Author |
Message |
leonchik1976 Guru
Joined: 24 Jan 2010 Posts: 340
|
Posted: Tue May 17, 2022 1:01 pm Post subject: Gentoo on ARM - Parallel Desktop 17 |
|
|
Hi, got my mac studio, finally, and would like to install Gentoo on Parallel Desktop 17. How different should be the process of installing it with ARM processor instead of Intel? except of booting arm image, of course |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31446 Location: here
|
Posted: Tue May 17, 2022 2:51 pm Post subject: |
|
|
Moved from Installing Gentoo to Gentoo on ARM. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54799 Location: 56N 3W
|
Posted: Tue May 17, 2022 3:06 pm Post subject: |
|
|
leonchik1976,
Its arm64 also known as aarch64, not arm.
Unlike AMD/Intel, there is no multilib on arm64. Its OK to run a 64 bit or a 32 bit userland on top of a arm64 kernel but there is no mix and match.
The arm64 Minimal should boot. Then its almost the same as the amd64 handbook.
When you install grub, and get to efibootmgr beware the .efi file name, its not the same as the amd64 file.
I don't know the M1 chip but 32 bit support on arm64 hardware is optional and they don't all have it.
However, you should not be running any 32 bit code. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
leonchik1976 Guru
Joined: 24 Jan 2010 Posts: 340
|
Posted: Tue May 31, 2022 1:55 pm Post subject: |
|
|
NeddySeagoon wrote: | leonchik1976,
Its arm64 also known as aarch64, not arm.
Unlike AMD/Intel, there is no multilib on arm64. Its OK to run a 64 bit or a 32 bit userland on top of a arm64 kernel but there is no mix and match.
The arm64 Minimal should boot. Then its almost the same as the amd64 handbook.
When you install grub, and get to efibootmgr beware the .efi file name, its not the same as the amd64 file.
I don't know the M1 chip but 32 bit support on arm64 hardware is optional and they don't all have it.
However, you should not be running any 32 bit code. |
I was able to install it without any issues (well, except of re-configuring kernel), and everything works perfectly, on PD17 |
|
Back to top |
|
|
arm64-abacus n00b
Joined: 02 Aug 2022 Posts: 6
|
Posted: Tue Aug 02, 2022 9:02 pm Post subject: |
|
|
On a related note, I have just installed it on a Macbook Air m1 with UTM/QEMU. Followed the amd64 handbook (I am a complete Gentoo newbie!) with a couple of caveats: /dev/vda instead of sda, and the efi file for efibootmgr as it was mentioned in an earlier post (but that's easy to spot once it has been installed).
Both firefox and chromium compiled OK (took several hours, though ) |
|
Back to top |
|
|
flysideways Guru
Joined: 29 Jan 2005 Posts: 501
|
Posted: Sat Aug 13, 2022 5:03 am Post subject: |
|
|
Code: | qlop -mtv firefox
2022-08-12T23:15:58 >>> www-client/firefox-91.11.0: 15′59″ |
This is M1 Max using the default UTM/QEMU processor settings, it is using the 8 performance cores. The install is on a usb connected ssd, I am not going to compile on the soldered on drive ...
I didn't really intend to use this laptop for building Gentoo but, well, the affliction. I'll see how it does maintaining my Pi drives w/chroot.
I also have yet to figure out getting the display settings to match the native resolution.
Last edited by flysideways on Mon Aug 15, 2022 2:36 am; edited 1 time in total |
|
Back to top |
|
|
arm64-abacus n00b
Joined: 02 Aug 2022 Posts: 6
|
Posted: Sat Aug 13, 2022 1:19 pm Post subject: |
|
|
flysideways wrote: | Code: | qlop -mtv firefox
2022-08-12T23:15:58 >>> www-client/firefox-91.11.0: 15′59″ |
This is M1 Max using the default UTM/QEMU processor settings, it is using the 8 performance cores. |
My m1 air took instead 59 mins using -j6. The VM is on a TB3 ssd, but the real issue is the CPU throttling - after 15mins or so the performance cores were running at 1GHz! |
|
Back to top |
|
|
|