Migration from Windows to Zorin

Hello all,

I am trying to migrate from Windows to Zorin cold turkey and finding it a bumpy ride. I have a number of tools in Windows that allows me to create DOS bootable flash drives, wipe hard drive bootloader info, and other tools. I dont see a Linux alternative on some of these.

What are ppl doing in these cases? Are you running Windows and Zorin side by side, so you can boot into either when needed? Are there any other gotchas I should be on the lookout for as i move to Zorin?

I really like Zorin. It makes coming from Windows very simple but I am a power user supporting a vast number of PCs and need to have a one for one tool replacement in Zorin or i have to dual boot with Windows. Not soo ideal.

Thanks,
Steve

Isn't that what Zorin live USB is for? :upside_down_face:
You run the Zorin live and initiating the app gparted.

I guess it might. In looking at this you could install it on a hard drive and run it without having to boot Zorin live USB. Thank you for responding.

Is there a Linux tool for creating DOS based bootable flash drives?

For bootable flash Drives, You have some Options on Zorin:

  • Impression
  • Ventoy
  • Gnome Multi Writer
  • Popsicle
  • Fedora Media Writer

Could You maybe name the Programs You use and for what You search an Alternative?

4 Likes

Hi. Brave A.I. search engine via Mojeek search engine:

" You can create a DOS bootable flash drive in Linux using graphical tools like UNetbootin or command-line utilities like Rufus (via Wine) or manual partitioning with GParted and ms-sys.

Method 1: Using UNetbootin (Easiest)

This method automatically downloads and installs FreeDOS onto the drive.

  1. Install UNetbootin via your package manager (e.g., sudo apt install unetbootin ).
  2. Launch UNetbootin and select FreeDOS from the distribution list.
  3. Choose USB Drive as the type and select your target USB device.
  4. Click OK to download the image and write it to the USB drive.

Method 2: Using Rufus (via Wine) or Manual Partitioning

For a more native Linux approach without UNetbootin:

  1. Partition the USB drive using GParted or parted , creating a primary FAT16 partition and marking it as bootable .
  2. Use ms-sys to write a boot sector compatible with DOSEMS (ms-sys -s /dev/sdX ).
  3. Format the partition as FAT16 using mkfs.fat -F16 /dev/sdX1 .
  4. Alternatively, use Rufus (available for Windows but can be run via Wine on Linux) by selecting the USB device, choosing FreeDOS under boot selection, and clicking Start .

Method 3: Using DOSEMU (Advanced)

  1. Install DOSEMU (app-emulation/dosemu ).
  2. Add the USB partition to the DOSEMU configuration file (~/.dosemurc ) as an hdimage.
  3. Launch DOSEMU and use the sys command within the DOS environment to make the USB partition bootable (sys F: ).

Note: Ensure you unmount the USB drive before partitioning or writing boot sectors to avoid data corruption. Always verify the correct device path (e.g., /dev/sdb ) to prevent accidental data loss on other drives.

AI-generated answer. Please verify critical facts."

Sorry...youre right I should have put together a full list of things I use in my Windows world and then bring it here. I was in the middle of the fight and was trying to solve the two I knew about.

Stay tuned...

I use two separate SSDs, one for W11, and one for Zorin, because I also have windows apps that I like. Zorin is a nice distro, and I have gotten most of the same app usability as Windows, but there are still a few things that need Windows,

2 Likes

Same here...instead of dual booting I built a Windows 11 VM and I run my tools there for now.

2 Likes

I think it's the best way to migrate softly when you have many Windows software, you will find in use other tools that work in linux and doing the same

2 Likes

For my need for bootable DOS USB flash drives I used Balena Etcher to flash the FreeDOS image to a flash drive. Works well!

1 Like