Although if I understand correctly, this means that if I were to remove either the SSD or HDD, my computer would fail to boot, correct?
Otherwise I can manually select my Linux drive.
PerfectReasonable question but no - provided we provide for that (this is not in contradiction to what TechnoJunky has said)
Yes and yes1. So is it the case that following that manual selection of Linux, your computer tries to boot into it, but fails with the error you described above? That is, you are unable to get into your Manjaro at all, both prior to and after using TestDisk?
That's no problem. More information is always better.Don't mind my questions - I have Asperger's Syndrome and process information differently, and want to be crystal clear on these points, so as to not misinform you.
Yes2. Before you set up the new NTFS partition, had you been able to access the Manjaro?
After. May 3rd or 4th most likely.3. Did you install Manjaro prior to or after about 26 April?
sudo fdisk -l
# that's a lowercase l for lima
so I used GParted to shrink the home partition and make the newly unallocated space an NTFS partition.
Disk /dev/loop0: 16.25 MiB, 17035264 bytes, 33272 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 540.87 MiB, 567123968 bytes, 1107664 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 1.68 GiB, 1786863616 bytes, 3489968 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 580.2 MiB, 608378880 bytes, 1188240 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10EADS-65M
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x1549f232
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 41945087 41943040 20G 83 Linux
/dev/sda2 41945088 50251775 8306688 4G 82 Linux swap / Solar
/dev/sda3 50251776 1074251775 1024000000 488.3G 83 Linux
/dev/sda4 1074251776 1953523711 879271936 419.3G 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 931.53 GiB, 1000207286272 bytes, 1953529856 sectors
Disk model: SanDisk SSD PLUS
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 8DBB406F-CAD0-4C5E-9226-E2CAB7EA7FD4
Device Start End Sectors Size Type
/dev/sdb1 2048 1085439 1083392 529M Windows recovery environment
/dev/sdb2 1085440 1288191 202752 99M EFI System
/dev/sdb3 1288192 1320959 32768 16M Microsoft reserved
/dev/sdb4 1320960 1953527807 1952206848 930.9G Microsoft basic data
I used a dedicated GParted live disk but I have an Ubuntu live disk if needed.Do you have a dedicated GParted Live disk or stick, or do you use your Ubuntu Live disk or stick for that purpose?
Any update to this?I'll type up some stuff offline and then run it by you.
lsblk -f
sudo blkid /dev/sdb2
efibootmgr -v
Just a couple of thoughts while the Wiz has his back turned
Will do!Just a couple of thoughts while the Wiz has his back turned
/dev/sdb2 is an ESP and apparently has some content (~30MB). UEFI WILL find an ESP partition on any recognized drive. So if the UEFI is unable to find bootable files, it may mean it's finding the boot loader info in the ESP, but wherever the boot loader is being referred to has nothing for the loader to execute.
So try this:
Code:lsblk -f
Code:sudo blkid /dev/sdb2
And post the results here.Code:efibootmgr -v
Unfortunately I have a very important video on there. Otherwise I would've just reinstalled Manjaro already.OPTION 1
...involves trying to make use of the existing install. That is if you wish to keep it. I see from its space consumed that you have likely placed some large software on it, is that to do with Games, and is that easily replaced or not?
This seems like that one for me.OPTION 1
I've heard of that before but I have no idea what that is.Also, after you give @jglen490 his outputs, you could get a bit of practice with chroot
[manjaro@manjaro ~]$ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
loop0
squash 4.0 0 100% /run/miso/
loop1
squash 4.0 0 100% /run/miso/
loop2
squash 4.0 0 100% /run/miso/
loop3
squash 4.0 0 100% /run/miso/
sda
├─sda1
│ ext4 1.0 88045642-36dc-472a-bc41-e798a5ed5147
├─sda2
│ swap 1 41561af7-dff6-48be-a4a8-1dfb7e60c465
├─sda3
│ ext4 1.0 3d94ba32-4424-4864-b58b-277b26f949e7
└─sda4
ntfs 33A408783143D06B
sdb
├─sdb1
│ ntfs Recovery
│ 0ABCD8E0BCD8C77B
├─sdb2
│ vfat FAT32 A6D9-66AC
├─sdb3
│
└─sdb4
ntfs 701EEAF51EEAB2F0
sr0 iso966 Jolie MANJARO_KDE_1902
2020-03-11-13-57-55-00 0 100% /run/miso/
[manjaro@manjaro ~]$ sudo blkid /dev/sdb2
/dev/sdb2: UUID="A6D9-66AC" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="4d45dabb-f5c4-4818-85ae-68580fa6c9e5"
[manjaro@manjaro ~]$ efibootmgr -v
EFI variables are not supported on this system.
OkayLet us know when that has been done
lsblk
# this will list the available partitions on the 2 drives, also perhaps the DVD drive (could be sr0).
# be sure you have taken that boot flag off /dev/sda1, your root partition.
sudo mount /dev/sda1 /mnt
sudo manjaro-chroot /mnt
# the prompt will change, and include a # to show you are now Root
grub-install /dev/sda
update-grub
exit
# this last takes you out of chroot and back to manjaro user prompt
reboot