[SOLVED] Unable to Install Ubuntu Please Help

Soomro393

Honorable
Oct 4, 2014
53
0
10,530
i recently messed up by changing my windows drive partition to active, now since it doesn't even boot up, i decided to install Linux Ubuntu, i downloaded the Image from the official website and burned it to my USB through Universal USB Installer, everything went good but now i can't even install it, idk what this error means, please fix this:
https://i.postimg.cc/wBVQ5yCJ/IMG20200526223618.jpg
 
Solution
The HDD is unclean mainly do to a bad shutdown most likely, Did you have issues with windows 10 prior to installing Linux.

open terminal on the live session of Ubuntu and type

ntfsfix /dev/sda2

see if that helps, if it states ntfsfix not installed, install it

apt install ntfsfix [ though you should not need to]

Dave8671

Distinguished
The HDD is unclean mainly do to a bad shutdown most likely, Did you have issues with windows 10 prior to installing Linux.

open terminal on the live session of Ubuntu and type

ntfsfix /dev/sda2

see if that helps, if it states ntfsfix not installed, install it

apt install ntfsfix [ though you should not need to]
 
Last edited:
Solution