[GH-ISSUE #119] Add Support for Tails #52

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

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:

mount /dev/mtdblock0 /live

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.

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: mount /dev/mtdblock0 /live 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.
kerem 2026-02-27 14:50:09 +03:00
Author
Owner

@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

<!-- gh-comment-id:560211450 --> @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
Author
Owner

@antonym commented on GitHub (Sep 14, 2021):

Adding support back for Tails: https://github.com/netbootxyz/netboot.xyz/pull/994

<!-- gh-comment-id:918766797 --> @antonym commented on GitHub (Sep 14, 2021): Adding support back for Tails: https://github.com/netbootxyz/netboot.xyz/pull/994
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#52
No description provided.