My computer stopped booting up properly due to my hard drive being screwed up so I tried installing an ISO file from my flash drive for Ubuntu 16.04.3 LTS. It ended up installing successfully and lasted me 6 months. I was able to save files on my computer, but my flash drive had to be plugged in the whole time or Ubuntu wouldn't boot (even though it had been installed).
Very recently my flash drive got crushed and when I put a new flash drive in with the same ISO file it didn't boot up to my login screen, but pulled up the Try Ubuntu
or Install Ubuntu
options. During install it saw the other Ubuntu version and I partitioned the drive so my files and programs wouldn't delete.
Now on startup it still goes to Try Ubuntu
or Install Ubuntu
like nothing happened, but on Try Ubuntu
there are two drives in the bottom left and one of them has all my files. I don't have access to any of the programs on my main drive. Is there any way I can configure Ubuntu to start on my drive with all my files and programs? It seems to be there.
Edit: It was recommended I try using Boot-Repair. I did this and restarted my comp. On first restart my comp froze. On second restart it loaded back to Try Ubuntu
or Install Ubuntu
. Here's the Boot Info Summary.
If I had to guess, as I said in the top of my post, my hard drive is pretty messed up. It's been plagued with an Error parsing PCC subspaces
which it stopped saying when my old Ubuntu ISO flash drive wasn't smashed, but it is saying again before Ubuntu starts up now. I have a feeling I can start saving info again only if I delete my partitions and do a hard reset.
sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
andawk -F\' '/menuentry / {print $2}' /boot/grub/grub.cfg
? – Andrew Jan 11 '18 at 03:16{}
button in the editor toolbar) will be much more readable there; alternatively you can use a pastie service for longer listings and include the link of your pastie in your question. Overall it’s best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. Thanks. – David Foerster Jan 16 '18 at 13:12