[GH-ISSUE #335] Manjaro 18.0.4 - out of memory #137

Closed
opened 2026-02-27 14:50:32 +03:00 by kerem · 4 comments
Owner

Originally created by @jamincollins on GitHub (Jun 17, 2019).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/335

Attempting to boot the Manjaro 18.0.4 ISO results in an out of memory error after the initial Manjaro boot menu.

The virtual machine this was tested on is configured for 16G of RAM. So, I don't believe this is a limitation of the system being boot, but rather an error/issue with either iPXE or the configuration.

Originally created by @jamincollins on GitHub (Jun 17, 2019). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/335 Attempting to boot the Manjaro 18.0.4 ISO results in an **out of memory** error after the initial Manjaro boot menu. The virtual machine this was tested on is configured for 16G of RAM. So, I don't believe this is a limitation of the system being boot, but rather an error/issue with either iPXE or the configuration.
kerem closed this issue 2026-02-27 14:50:32 +03:00
Author
Owner

@antonym commented on GitHub (Jun 19, 2019):

The iso appears to be over 2GB and memdisk I believe starts having issues with files that large in size because it's loading the ISO into the 32-bit address space which starts getting tight on space. We'd probably need them to either provide a smaller minimal ISO or extract and host a version that has the kernels and rootfs extracted out so we could more properly boot the ISO. Using memdisk and a giant ISO, unfortunately, isn't very scalable for this kind of tool.

<!-- gh-comment-id:503596246 --> @antonym commented on GitHub (Jun 19, 2019): The iso appears to be over 2GB and memdisk I believe starts having issues with files that large in size because it's loading the ISO into the 32-bit address space which starts getting tight on space. We'd probably need them to either provide a smaller minimal ISO or extract and host a version that has the kernels and rootfs extracted out so we could more properly boot the ISO. Using memdisk and a giant ISO, unfortunately, isn't very scalable for this kind of tool.
Author
Owner

@jamincollins commented on GitHub (Jun 19, 2019):

Agreed, but figured you would want to know that the menu entry you're hosting/offering is currently broken.

<!-- gh-comment-id:503602297 --> @jamincollins commented on GitHub (Jun 19, 2019): Agreed, but figured you would want to know that the menu entry you're hosting/offering is currently broken.
Author
Owner

@antonym commented on GitHub (Jun 19, 2019):

Thanks for the heads up... may have to look into removing it.

<!-- gh-comment-id:503614049 --> @antonym commented on GitHub (Jun 19, 2019): Thanks for the heads up... may have to look into removing it.
Author
Owner

@jamincollins commented on GitHub (Jun 19, 2019):

It can be booted through loop mounting similar to how Arch Linux is booted. If you'd like I can post my config or create a PR based on my config when I'm finished with it.

<!-- gh-comment-id:503621227 --> @jamincollins commented on GitHub (Jun 19, 2019): It can be booted through loop mounting similar to how Arch Linux is booted. If you'd like I can post my config or create a PR based on my config when I'm finished with it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#137
No description provided.