mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #335] Manjaro 18.0.4 - out of memory #137
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@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.
@antonym commented on GitHub (Jun 19, 2019):
Thanks for the heads up... may have to look into removing it.
@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.