mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #1579] Distro installers shouldn't overwrite disk unattended. #2055
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#2055
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 @llbranco on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1579
Distro Installers should not overwrite any disk without asking/warning the user.
it turns out that Netboot.xyz's Fedora did this without any warning, without any alert, without any questions, without any interaction... it just did it
no partitioner was started, nothing. just wiped the disk.
I'm reporting this to prevent other people from losing data too
My Setup
I don't know if it's relevant, but it might be useful.
Server:
Windows 10 pro, x64 22H2
"Tinypxe Server" with ipxe with this config to cainload netboot.xyz
I also use the same server with chainload for other pxe, local isos like memtest, hdat etc.
but it is not relevant since the problem occurred outside my selfhosted/local boot
how to reproduce the issue?
boot to netboot.xyz
go to "Linux Network Installs (64-bit)"
go to "Fedora Core OS"
and "Stable"
your main disk (probably others) will be overwriten
In my case, the HDD had Windows 11 Home, I have no idea how many partitions there were because the Fedora installer overwrote them without mercy.
But let's assume the standard scenario:
GPT:
1 EFI partition
1 Windows partition
1 DELL OEM/recovery partition
Now unfortunately I will have to try to recover data, wish me good luck because the HDD isn't mine, it belongs to a client who wanted to try Linux and chose Fedora, unfortunately my USB sticks were in use on other computers and I decided to use PXE, 'coz why not? now I'm screwed.
I've been using netboot.xyz for a long time and have never had any problems.
I trusted that (like all installers for any operating system) it would ask which disk/partition to install on.
I can only hope that I can recover as much information as possible (if possible).