How do I go back to Windows from FreeBSD?

Status
Not open for further replies.
I have a mini PC that I was using for pfSense. I no longer need this mini PC for pfSense and I want to go back to Windows OS (unfortunately, I did not set up separate partitions for both OS's). Is there a simple way to do this? Thanks.
 
I have a mini PC that I was using for pfSense. I no longer need this mini PC for pfSense and I want to go back to Windows OS (unfortunately, I did not set up separate partitions for both OS's). Is there a simple way to do this? Thanks.
Very simple, gparted iso and install Windows,
 
Boot up off FreeBSD Installer USB Memstick and use LiveCD mode. Then blank disk.
gpart destroy -F /dev/$device-name

$device-name could be NVMe or SATA or DirectAttached. You can find it by looking at gpart show -p
 
Is there a simple way to do this? Thanks.
If it can boot regular BIOS x86 or UEFI, I'm thinking it should be easy to boot an official Windows iso written to USB:
  • If it's MBR: I'd use WoeUSB from a Linux LiveUSB to create the USB drive (it handles the boot sector thing)
  • If it's UEFI: You can likely copy a Windows iso's extracted files/folders as-is to a USB FAT32 or NTFS and boot no problem (I do it with Dell)
  • If you have access to a Windows computer: I'd use Rufus and write a Windows iso in MBR mode (covers boot sector and boots UEFI as-is; WoeUSB does too)
Windows ISOs can come from anywhere, but SHA256 it and make sure it compares to Microsoft sources as an official ISO.
 
We will not allow technical/support questions about any operating system other than FreeBSD anywhere on this forum. That includes the Off-Topic forum. Always ask technical/support questions about other operating systems on the forums or mailing lists associated with those operating systems.
 
I want to go back to Windows OS

Boot from any bootable Windows installation medium; the installer will allow you to wipe and reformat an NTFS based partition over any existing partitions on the disk. Then just complete the remaining steps in the installer.

As a reminder, you must remove the existing partition first; then reformat the drive with whatever filesystem the installer provides. If you don't; it'll throw an error. This is universal across OSes.

Good luck with Windows 11..
 
Or open unit, toss storage, add new storage, install windows.
No need to toss storage, just format it using the installer for new OS... Most OSes that have their act togethe will offer to format the storage. If the storage is not detected in the BIOS, though - time to troubleshoot.
 
and I want to go back to Windows OS
Are you just going to repeat the same question? Or still not figured out how to remove partitions or wipe the drive?

Looks like you haven't learned much the past 4 years

Or 5 years ago.
 
Status
Not open for further replies.
Back
Top