0

Trying to dual-boot Linux with windows 10. I formatted my flash drive with Rufus, then copied the 18.2 64-bit Linux mint Cinnamon file to the root of the drive. When I try to boot from the drive, it opens FreeDOS, and won't boot to the GUI. Image for clarity

  • It looks like your copy to the root of the drive was not what you should have been doing. You can try `dir` and see if you see the filename. If you do, you copied the file to the root of the filesystem on your USB drive, instead of replacing the filesystem with the (Mint image) file. – Anthon Aug 24 '17 at 08:42

1 Answers1

1

There are a couple of known issues with Rufus, for more info you can follow this link

Another problem seems to be that you haven't installed a linux iso on your pen-drive (read the link for more info) and because of that you can't run any linux command, because you are on FreeDOS which is kinda MS-DOS system.

You can follo this guide to see how to install linux mint.

Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227