0

I have created 6 different USB sticks with different versions of Ubuntu and using different creator software (such as Unetbootin, Ubuntu's startup disk creator and others). In all cases the installer hangs on the Ubuntu logo splash screen. This is true whether I try to "try it" or "install it". If I hit ESC at that screen I see this message:

The disk contains an unclean file system (0, 1).
The file system wasn't safely closed on Windows. Fixing.

No matter how long I wait (e.g., overnight), it stays right there and does not proceed.

I do not care about Windows. I just want to install Linux.

In my testing I have tried versions of Ubuntu from 10.04 to 14.04.1. All have exactly the same issue so that lets me rule out any problem with either a specific usb stick or a version of Ubuntu. I made some of the USB sticks on different computers too.

MountainX
  • 5,969

2 Answers2

0

I just got it working. I had an intuition that if I can somehow wipe my HDD clean ( removing the data including the file system ) I can get it working.

Googling ways to "nuke" my hard drive without Booting lead me to DBAN. You can make a bootable disk using this and then wipe your hard disk using the quick clean method.

There are tons of tutorials on how to use this, that you can refer to.

Another idea was to, use a pen drive ( of a big size maybe 32GB 64GB or 128GB ) as a hard disk and then install a fresh Ubuntu OS on it, and then mount the computer's HDD on it and run the fdisk commands or other disk checking commands to clean the file system.

Nuking the hard disk worked for me (Now I can try & install Ubuntu! No more clean your file system error) so I didn't try the second method, but that should work fine as well.

I am not a hardware or an operating system expert, so I might be using a few terms wrong. I hope you get the idea behind the solution.

ThunderBird
  • 1,963
  • 13
  • 22
  • 31
0

Good news, it's most likely not the USB drives and nothing too serious either!

This happens because of an unclean shutdown on a Windows NTFS partition. The disk gets marked dirty and Ubuntu refuses to touch it so it just needs to be checked with either a quick boot and exit of Windows or with ntfs-3g and some utility programs in Ubuntu. (Catch-22)

Easiest way is to boot into Windows and let the disk check do its thing first then reboot into Ubuntu. If you really just want to nuke and pave your Windows install try using a GParted live CD and formatting the disk from there first.

http://gparted.org

vitz3
  • 1