mirror of
https://github.com/oerg866/win98-quickinstall.git
synced 2026-04-26 05:25:56 +03:00
[GH-ISSUE #51] Add option to change disk label in Quick Install Environment #47
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/win98-quickinstall#47
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 @Lynxphoenix on GitHub (Aug 4, 2025).
Original GitHub issue: https://github.com/oerg866/win98-quickinstall/issues/51
Presently if you attach a hard disk to a machine that is using a non MBR layout such as GPT, none of the OS's can support this combination (naturally). However there is no option to convert or otherwise recreate a MBR layout on a detected disk from within the Quick Install environment and another OS must be used before booting back into the Environment to partition and format as per the established workflow.
CFDISK doesn't support changing the disk label and suggests using wipefs ( "If you want to remove an old partition table from a device, use wipefs.", https://www.systutorials.com/docs/linux/man/8-cfdisk/), which as far as I can tell is not present in the present Quick Install environment, or at least not in the folders in the presented PATH. Cursory glances show nothing else suitable present in the live environment.
I appreciate this is somewhat of a niche requirement, but I would very much appreciate an option inside the Live Environment to achieve this.
@oerg866 commented on GitHub (Oct 21, 2025):
It can be sort of hacked in by wiping the first couple of sectors...
I can make the menu check for the format and offer this in case it's not MBR
Good suggestion, will be in 0.9.7
@oerg866 commented on GitHub (Jan 25, 2026):
you shall receive 🤲
@Lynxphoenix commented on GitHub (Jan 25, 2026):
Absolute legend. Thank you so much.