Re: Building arm64 guix system image

2023-02-25 Thread Roman Scherer
Hi Efraim, can you help me getting the support for transparent huge page on aarch64 for jemalloc into Guix? https://lists.gnu.org/archive/html/guix-patches/2023-02/msg00698.html I'm using those patches locally and have tested it so far by: - Compiling the whole Rust toolchain - Using this Rus

Re: Building arm64 guix system image

2023-02-23 Thread Roman Scherer
Hi Efraim, I just pulled master with the patches you applied, and now I'm able to build my Guix system again with the latest and greatest. :) Thanks for your work on this! Greatly appreciated. Roman Efraim Flashner writes: > [[PGP Signed Part:Undecided]] > On Fri, Feb 17, 2023 at 10:29:35AM

Re: Building arm64 guix system image

2023-02-23 Thread Andrew Patterson
On Mon, 2023-02-20 at 16:17+02, Efraim Flashner wrote: I ran out of space while building qemu so I'm waiting on the build farmĀ¹ to see if qemu worked. Since qemu-minimal worked I pushed it upstream and current master should have that building now. I haven't tested building an image yet t

Re: Building arm64 guix system image

2023-02-22 Thread Efraim Flashner
On Tue, Feb 21, 2023 at 12:02:53AM -0500, Andrew Patterson wrote: > > On Mon, 2023-02-20 at 16:17+02, Efraim Flashner > wrote: > > > I ran out of space while building qemu so I'm waiting on the build farmĀ¹ > > to see if qemu worked. Since qemu-minimal worked I pushed it upstream > > and current

Re: Building arm64 guix system image

2023-02-20 Thread Efraim Flashner
On Mon, Feb 20, 2023 at 11:31:04AM +0100, Roman Scherer wrote: > > Efraim Flashner writes: > > > > I have two patches on the core-updates branch that should allow building > > openbios-qemu-ppc from aarch64. I'll try cherry-picking them to master > > and see if that allows building qemu-minimal.

Re: Building arm64 guix system image

2023-02-20 Thread Roman Scherer
Hi Efraim, that would be great. I'm looking forward to try them out. Since we are already talking about arm64 here, do you have experience with transparent huge pages on aarch64? I would love to get some feedback on this one: https://lists.gnu.org/archive/html/guix-patches/2023-02/msg00698.htm

Re: Error booting aarch64 installation image (was: Building arm64 guix system image)

2023-02-20 Thread Roman Scherer
Hi Max, I think you need to use --image-type=efi-raw for this to work. To boot from an USB stick, also make sure to use an USB A to C adapter and put the stick into the USB port on the left side of your computer. I actually installed my Guix system from another distro. I roughly followed this g

Error booting aarch64 installation image (was: Building arm64 guix system image)

2023-02-20 Thread Max Brieiev
Hi Roman, Roman Scherer writes: > I'm running Guix system on an Apple M1 and also run into these > issues. At the moment I'm using the following commit to build my system: > > 7833acab0da02335941974608510c02e2d1d8069 Thank you, I managed to build installation image from this commit like this:

Re: Building arm64 guix system image

2023-02-19 Thread Efraim Flashner
On Fri, Feb 17, 2023 at 10:29:35AM +0200, Max Brieiev wrote: > I want to run Guix on Apple M1 as a Qemu virtual machine. > > On the Mac machine I run arm64 dedian image. I installed there guix as a > package manager. Now I am trying to create a guix system image to use > with Qemu, but it fails. >

Re: Building arm64 guix system image

2023-02-19 Thread Roman Scherer
Hi Max, I'm running Guix system on an Apple M1 and also run into these issues. At the moment I'm using the following commit to build my system: 7833acab0da02335941974608510c02e2d1d8069 Roman Max Brieiev writes: > Hi, > > Akira Kyle writes: > >> I think I may be one of the few (only?) guix u

Re: Building arm64 guix system image

2023-02-19 Thread Max Brieiev
Hi, Akira Kyle writes: > I think I may be one of the few (only?) guix users that has a setup > like this. IIRC getting grub setup with qemu was the one trickier > parts of this. Feel free to ping me directly if you're having trouble. Thanks. > This is also how I got my guix system on qemu setu

Re: Building arm64 guix system image

2023-02-17 Thread Akira Kyle
On Fri, Feb 17, 2023 at 10:29 AM, Max Brieiev wrote: I want to run Guix on Apple M1 as a Qemu virtual machine. I think I may be one of the few (only?) guix users that has a setup like this. IIRC getting grub setup with qemu was the one trickier parts of this. Feel free to ping me direct

Building arm64 guix system image

2023-02-17 Thread Max Brieiev
I want to run Guix on Apple M1 as a Qemu virtual machine. On the Mac machine I run arm64 dedian image. I installed there guix as a package manager. Now I am trying to create a guix system image to use with Qemu, but it fails. Here is what I do: max@debian:~$ guix system image --system=aarch6