mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1624] Tails Failing to Boot #548
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#548
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 @Jj1910 on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1624
Whenever tails is attempted to be booted both in a VM and on live hardware, both from using a local asset and remote on github. The boot process shows the normal gray screen with three white dots which move across that is expected when booting to Tails, and then drops to the BusyBox initramfs live file system. The boot.log only shows the below entry repeated, not sure what the issue is.
mount: /run/live/fromiso: mount failed: Operation not permitted.@antonym commented on GitHub (May 16, 2025):
Thanks, confirmed, will investigate.
@antonym commented on GitHub (May 16, 2025):
Looks like the kernel wasn't loading the loop module by default preventing the ISO from being mounted. Scripts been updated to force a modprobe loop, and align better with the existing script
github.com/netbootxyz/asset-mirror@003883262d. The build system should be cranking a new one out, check back in a few hours on the Development Menu to see if it's functioning for 6.15.Thanks for raising it!