Revert back to windows 10

Chat about just about anything else
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 30 days after creation.
Locked
Pershanthen

Revert back to windows 10

Post by Pershanthen »

Hey guys,

I trust you all are well. I have installed Linux mint on to a machine and i would like to revert back to windows 10. I have the ISO and created a bootable USB. However, i cannot see the USB in the BIOS. Its seems to be a file system issue. Need help urgently :-)
Last edited by LockBot on Wed Dec 07, 2022 4:01 am, edited 1 time in total.
Reason: Topic automatically closed 30 days after creation. New replies are no longer allowed.
Sir Charles

Re: Revert back to windows 10

Post by Sir Charles »

Hi Pershanthen,

Though I haven't used the tool myself, but the adequate tool under Linux for creating a bootable USB for Windows, seems to be WoeUSB.

Please run some search on the forums and do some research to make sure if this is the right tool to use.

Good luck!
Pershanthen

Re: Revert back to windows 10

Post by Pershanthen »

Thank you so much Marziano. You are indeed a star. will try this and give you feedback
Sir Charles

Re: Revert back to windows 10

Post by Sir Charles »

Hope It will work out for you!
I haven't had the opportunity to test the tool yet but judging from some posts on these forums some members have successfully used it to create a bootable Windows USB.

Wish you luck!
User avatar
AZgl1800
Level 20
Level 20
Posts: 11173
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

Re: Revert back to windows 10

Post by AZgl1800 »

From my notebook, and prior use of the below,
here are some good options that work well.

https://help.ubuntu.com/community/mkusb

IF UPDATES ARE REQUIRED, YOU HAVE TO REMOVE THE OLD ONE BEFORE INSTALLING/UPGRADING TO THE NEW ONE.

.To start MKUSB open menu and in the Search bar, type MK and the click on MKUSB

works like a champ.
read all of this page, before using it to make a USB stick.

https://help.ubuntu.com/community/mkusb

AND THIS TOOL

https://www.unixmen.com/create-multiboo ... ltisystem/
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
Lord Boltar

Re: Revert back to windows 10

Post by Lord Boltar »

Install WoeUSB in Ubuntu or Linux Mint via PPA

WoeUSB is available in the main WebUpd8 PPA, for Ubuntu 17.04, 16.10, 16.04 or 14.04 / Linux Mint 18.x or 17.x. To add the PPA and install WoeUSB, use the following commands:

sudo add-apt-repository ppa:nilarimogard/webupd8

sudo apt update

sudo apt install woeusb

I have successfully created a Windows 8.1 and 10 x64 with WoeUSB
Pershanthen

Re: Revert back to windows 10

Post by Pershanthen »

Hey guys,

i am having zero luck with this. I tied every possible thing. I have managed to format my drive. but i cant see my bootable usb on bios, please help
User avatar
Executioner
Level 3
Level 3
Posts: 139
Joined: Sat Feb 06, 2016 1:49 pm

Re: Revert back to windows 10

Post by Executioner »

More info on your system. Normally, there should be a bootup screen with a boot menu option that is displayed for a few seconds. For a Dell system, it's pressing F2 or Delete when you seen the screen. Once pressed, it will give you different drives to boot from.

If it won't show up, in the BIOS, do you have the option: Legacy USB Support? It may be disabled.

Did you properly burn the ISO image to make it bootable? You can't copy files to the drive to make it bootable.

Did you try a different USB port or different USB stick?

In the BIOS, you may have to change Boot Mode to "CSM" or "Legacy" instead of "UEFI".
User avatar
lsemmens
Level 11
Level 11
Posts: 3949
Joined: Wed Sep 10, 2014 9:07 pm
Location: Rural South Australia

Re: Revert back to windows 10

Post by lsemmens »

I have not tried this recently, but, I'm 99% certain that this will work. Boot from your Windows Disk, And elect to delete all partitions when Windows asks you where to install it. Once you've deleted the partitions, re-start the process (just to make sure) and then let Windows do it's stuff. Begs the question, though, Why???? :shock:
Fully mint Household
Out of my mind - please leave a message
tshihmin
Level 2
Level 2
Posts: 79
Joined: Mon Apr 29, 2019 3:32 am
Location: Kuala Lumpur, Malaysia

Re: Revert back to windows 10

Post by tshihmin »

Lord Boltar wrote: Thu Jun 21, 2018 8:04 pm Install WoeUSB in Ubuntu or Linux Mint via PPA

WoeUSB is available in the main WebUpd8 PPA, for Ubuntu 17.04, 16.10, 16.04 or 14.04 / Linux Mint 18.x or 17.x. To add the PPA and install WoeUSB, use the following commands:

sudo add-apt-repository ppa:nilarimogard/webupd8

sudo apt update

sudo apt install woeusb

I have successfully created a Windows 8.1 and 10 x64 with WoeUSB
What are the steps to install Windows 10 x64 with it?
Lord Boltar

Re: Revert back to windows 10

Post by Lord Boltar »

First of all, you need to create a partition for Windows installation files. It should be at least 2gb bigger than Windows iso. I use 20Gbs

Install a tool for work with NTFS:

Code: Select all

sudo apt-get install ntfs-3g
Format partition in NTFS:

Code: Select all

sudo mkfs.ntfs /dev/sdxx
Copy installation files to partition:

Code: Select all

sudo winusb --install iso_name /dev/sdxx
Reboot and you will be able to install Windows
tshihmin
Level 2
Level 2
Posts: 79
Joined: Mon Apr 29, 2019 3:32 am
Location: Kuala Lumpur, Malaysia

Re: Revert back to windows 10

Post by tshihmin »

Lord Boltar wrote: Sun May 26, 2019 5:08 pm First of all, you need to create a partition for Windows installation files. It should be at least 2gb bigger than Windows iso. I use 20Gbs

Install a tool for work with NTFS:

Code: Select all

sudo apt-get install ntfs-3g
Format partition in NTFS:

Code: Select all

sudo mkfs.ntfs /dev/sdxx
Copy installation files to partition:

Code: Select all

sudo winusb --install iso_name /dev/sdxx
Reboot and you will be able to install Windows
Have you try to install Windows XP? I try to install Windows XP using Windows XP installation USB but cannot boot.
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: Revert back to windows 10

Post by Flemur »

Pershanthen wrote: Fri Jun 22, 2018 3:42 am i am having zero luck with this. I tied every possible thing. I have managed to format my drive. but i cant see my bootable usb on bios, please help
People are answering a question you didn't ask (how to burn the USB).

Tell us your computer model, then we can find out the boot-key-press which selects the boot device.
(For mine it's F12, and Del to enter BIOS).
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
User avatar
Moem
Level 22
Level 22
Posts: 16228
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: Revert back to windows 10

Post by Moem »

Flemur wrote: Tue May 28, 2019 1:00 pm
Pershanthen wrote: Fri Jun 22, 2018 3:42 am i am having zero luck with this. I tied every possible thing. I have managed to format my drive. but i cant see my bootable usb on bios, please help
People are answering a question you didn't ask (how to burn the USB).
And you are answering a question that was asked over a year ago.
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: Revert back to windows 10

Post by Flemur »

Moem wrote: Tue May 28, 2019 1:23 pm
Flemur wrote: Tue May 28, 2019 1:00 pm
Pershanthen wrote: Fri Jun 22, 2018 3:42 am i am having zero luck with this. I tied every possible thing. I have managed to format my drive. but i cant see my bootable usb on bios, please help
People are answering a question you didn't ask (how to burn the USB).
And you are answering a question that was asked over a year ago.
At least it finally got ... addressed, if not answered.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Lord Boltar

Re: Revert back to windows 10

Post by Lord Boltar »

Did you create the windows usb on linux or windows? and what did you use to create it?
tshihmin
Level 2
Level 2
Posts: 79
Joined: Mon Apr 29, 2019 3:32 am
Location: Kuala Lumpur, Malaysia

Re: Revert back to windows 10

Post by tshihmin »

Lord Boltar wrote: Tue May 28, 2019 6:55 pm Did you create the windows usb on linux or windows? and what did you use to create it?
While my OS is Windows 10, I created Windows XP installation USB using Rufus.
bob466
Level 6
Level 6
Posts: 1151
Joined: Mon May 15, 2017 5:23 am
Location: Australia

Re: Revert back to windows 10

Post by bob466 »

I wonder if the OP ever came back to Linux ? Image
Linux For Ever...Windows Never. Image
The Freedom To Choose Your Own Avatar Without Victimisation.
Lord Boltar

Re: Revert back to windows 10

Post by Lord Boltar »

tshihmin wrote: Wed May 29, 2019 2:27 am
Lord Boltar wrote: Tue May 28, 2019 6:55 pm Did you create the windows usb on linux or windows? and what did you use to create it?
While my OS is Windows 10, I created Windows XP installation USB using Rufus.
If your Windows XP is not booting most likely you need to change your bios to IDE then disable Secure Boot, and disable Fast Boot, if you have ACHI selected you have to have those drivers incorporated into your XP installation or it won't boot or change your bios to Legacy and it will boot just fine.
tshihmin
Level 2
Level 2
Posts: 79
Joined: Mon Apr 29, 2019 3:32 am
Location: Kuala Lumpur, Malaysia

Re: Revert back to windows 10

Post by tshihmin »

Lord Boltar wrote: Wed May 29, 2019 8:16 am
tshihmin wrote: Wed May 29, 2019 2:27 am
Lord Boltar wrote: Tue May 28, 2019 6:55 pm Did you create the windows usb on linux or windows? and what did you use to create it?
While my OS is Windows 10, I created Windows XP installation USB using Rufus.
If your Windows XP is not booting most likely you need to change your bios to IDE then disable Secure Boot, and disable Fast Boot, if you have ACHI selected you have to have those drivers incorporated into your XP installation or it won't boot or change your bios to Legacy and it will boot just fine.
Thank you.
Locked

Return to “Open Chat”