mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #119] Add Support for Tails #52
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#52
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 @antonym on GitHub (Nov 19, 2016).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/119
Originally assigned to: @antonym on GitHub.
With Tails 3.0~alpha1 (https://tails.boum.org/), it appears they are now switching to x86_64 architecture. Previously memdisk could not load the x86 image as it was too large. With the x86_64 image, memdisk can now load the ISO into memory and attempt an initial boot. The problem is that either Debian Live or the Tails bootloader cannot find the live rootfs. It appears that memdiskfind and phram are both being loaded and within busybox, I can mount the rootfs by doing:
Need to see about raising a ticket upstream or digging into Debian Live and see why the mtdblock mount commands aren't working properly in Debian Live. Fixing this would let Tails load directly from netboot.xyz.
@antonym commented on GitHub (Dec 2, 2019):
Support for Tails added as a Live Boot OS: https://github.com/netbootxyz/debian-squash/tree/4.0-tails
@antonym commented on GitHub (Sep 14, 2021):
Adding support back for Tails: https://github.com/netbootxyz/netboot.xyz/pull/994