Computer issue - Reboot and select proper boot device.

I'll remember that, however I don't really have much 'sensitive information', barring weird porn.
 
Find another windows computer, follow the instruction in the link i provided:

https://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows

Once the program is done putting the ubuntu live image on the usb drive, plug in the usb drive in your computer, start it, and you can either:

1) Press delete, to go to bios and change the boot order, so that USB (something that has usb drive/device/etc written in it) is the first device in the list
2) press f12 (i think it's f12, maybe f11), which let's you select the device from which to boot

After that it should boot straight into the ubuntu desktop and from there on it's pretty similar to windows, you just find the file manager and it should list your hard drives with the child porn. Then you can enter those drives and delete the porn. If it can only reconize your hdd and not your ssd, your ssd is probably dead.

In case your motherboard is so old that it cannot boot from a usb drive, you can write the ubuntu live image to a dvd and boot from that:

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

If both of these methods don't work, try disabling SECURE BOOT option in your bios.

Right, got Rufus, got Ubuntu, installed it on a USB, plugged it in.

This popped up instead of the usual crap.
01.jpg

I tried the first setting.
2.jpg

And I'm in.
3.jpg
4.jpg

But where do I go from here? I can't find the HDD drive nor the SSD drive. SSD is C and HDD is E. But I can't find any of that.

[edit]

Probably not relevant but whatever:

So in BIOS I checked out the tab where I could see that my SSD and HDD was still being recognized and figured, what if I unplug the HDD? So I shut down the computer, unplugged it and started it back up again. And it was not recognized this time. So BIOS definitely knows that the drives are both plugged in and recognize what they are enough to give them descriptions of their capacity and serial numbers.

[Edit 2]

Well, if this doesn't scream C and E then I don't know what does.
1.jpg

However, I have no idea where it is, I've tried to do a quick scan by selecting a dozen folders at a time and right click+properties but none of them reached terrabyte levels and a lot of them says files are unreadable.
2.jpg

[edit 3]

Something I forgot to mention is that my computer had the usual windows password thing when I start it up, does that matter in any way? Like, is the reason some files are unreadable because I lack the administrator permission or whatever?
 
Last edited:
It does actually see your hdd, linux does not follow the windows partitioning naming scheme. What the error says, i think, is that you had fast/quick boot option enabled for windows, which makes it so that when you shutdown windows it actually acts a bit like hibernation, in that it saves your current process for fast loading when you boot it up again. Now ubuntu does not want to open it because any changes made to that hdd might not be saved (when windows loads the hiberfile). But since it can only see one drive, there is a high probability that the ssd is a goner.

Anyway, just to see if it's really the hdd, when in ubuntu, press the windows key on your keyboard, write "terminal" and press enter. This should open up a terminal and in that terminal write "lsblk" (obviously without the qoutes) and press enter. Then take a photo of the output.
 
I should get into Ubuntu too. Recently I had to buy a new net device because of Windows 10 update. Dammit. My old net stick was old so I knew I can't use that much longer anyhow, that didn't work with Win 10 at all. Then I used my cell phones net, that worked well for awhile but then stopped working with a Win 10 update.
 
Last edited:
Hm.... The sda device seems very similar to your ssd, as it's around 120 gb, the sdb is definitely your hdd and the sdc is your usb stick.

Now then, you don't have to take pictures with your smartphone, you can take screenshots inside your ubuntu session with the printscreen button on your keyboard and save them to the "picture" folder. Then you can open up firefox in your ubuntu session, enter this website and post the screenshots from the picture folder.

Now press the "windows" button on your keyboard again, and write "disks", press enter and take a screenshot of that. If it shows the ssd we might try to run a benchmark on it.
 
Sorry for the delay, I had to eat dinner first.
Screenshot from 2016-10-22 16-29-40.png

Now, the SSD I can't mount, but the HDD I can, should I?
232.png
 
It will show you the same error, now i have not done this (i don't have a windows intallation), but it seems you can modify the mount option so that it would delete the "hiberfile" and let you mount it. If you scroll down to the "Have Linux Remove the Hiberfile.sys File" section there are instructions for that:

http://www.howtogeek.com/236807/how-to-mount-your-windows-10-or-8-system-drive-on-linux/

As for the ssd, if you click on the little cog-wheel, is the "benchmark partition" option grayed out?
 
Try out the benchmark, just set the "sample size" to something bigger, like a 100 mb.
 
I also did what the page told me to and edited the mount options.
edited according to page.png

And then tried to mount it, didn't work.
tried to mount it after editing.png

Try out the benchmark, just set the "sample size" to something bigger, like a 100 mb.

Did it, it is currently doing a graph.

Finished:
Graph.png
 
Did you try to unmount and then mount again? If this does not work, try to enter this command in the terminal "ntfsfix /dev/sdb" (or "ntfsfix /dev/sdb1" if that does not work), press enter and then try to mount the hhd.

As for the ssd, those write and read speeds look pretty healthy to me... hmm... i wonder if the boot sector got corrupted somehow.
 
1. Did you try to unmount and then mount again?

2. If this does not work, try to enter this command in the terminal "ntfsfix /dev/sdb" (or "ntfsfix /dev/sdb1" if that does not work), press enter and then try to mount the hhd.

As for the ssd, those write and read speeds look pretty healthy to me... hmm... i wonder if the boot sector got corrupted somehow.
1. Can't unmount it, just try to mount it again and it gives the same message as before.

2. Nothing happened in the Terminal box
did it do something.png

Wait, I forgot the space. Here's the results:
ntfsfix dev sdb
ntfsfix dev sdb.png


ntfsfix dev sdb1
ntfsfix dev sdb1.png
 
Wait, I tried with a 1 at the end:

sudosuccess.png

(edit)

I mounted the HDD successfully, now just to find where the hell it is...

(edit)

Found it. It seems to me like the HDD is just fine. All my files appear to be there.
 
Last edited:
All right, so the HDD appear to be fine. At least the files on it. So the only thing remaining is figuring out whether or not the SSD is fucked and if I need to replace it.
 
Back
Top