No Operating System found on my hard disk after installing GNOME

So I decided to replace the partition with an already installed Manjaro KDE, which when I still had it, GRUB was working fine. But now after replacing it with Manjaro GNOME (Dual-boot with Windows 10) I get this:

BootDevice Not Found

Please install an operating system on your hard disk

Hard Disk - (3F0)

F2 System Diagnostics

Hi @smileBrandon :wink:

How did you “replace” it?

When installing GNOME, one of the options was to replace an existing partition - what I did.

replace ?

Can you share the screenshot by running the calamares installer again?

Also when you run the os from USB drive can you share the output of the following command

  • lsblk

Would be nice to have more information, since it could be true, that you deleted the whole HDD:

sudo parted -l

This message:

comes from the UEFI, so i guess it it did not find the EFI Partition or the MBR. Otherwise, there would be a grub emergency shell.

Model: ATA ST1000LM048-2E71 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type      File system     Flags
 1      1049kB  106MB   105MB   primary   ntfs
 2      106MB   525GB   525GB   primary   ntfs
 3      525GB   999GB   474GB   extended
 6      525GB   542GB   17.2GB  logical   ext4
 7      542GB   965GB   423GB   logical   ext4            boot
 5      965GB   999GB   34.0GB  logical   linux-swap(v1)
 4      999GB   1000GB  841MB   primary   ntfs


Model: Lexar USB Flash Drive (scsi)
Disk /dev/sdb: 16.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 2      2778MB  2782MB  4194kB  primary               esp
 3      2783MB  16.0GB  13.2GB  primary  ext4

What’s interesting is that it says my storage device is a BIOS with an MBR

I guess then this the root / partition:

and this the /home partition:

Since /boot is on the root partition, you need to deflag the /home partition and flag the root partition with “boot”.

I don’t know how to do this. Do I do this in konsole/Terminal?

No, that can be done in a live session with gparted. I guess you have to reinstall grub also, maybe i am wrong.

I did what you said so let’s see!

It did not work.

Could you post the content of the partitions?

sudo su
mkdir -p /mnt/sda6 && mount /dev/sda6 /mnt/sda6 && ls /mnt/sda6
mkdir -p /mnt/sda7 && mount /dev/sda7 /mnt/sda6 && ls /mnt/sda7

I guess you have to reinstall grub.

Chroot first:
https://wiki.manjaro.org/index.php/GRUB/Restore_the_GRUB_Bootloader#Chroot_environment
Then install grub:
https://wiki.manjaro.org/index.php/GRUB/Restore_the_GRUB_Bootloader#BIOS_System

So do this on the live USB installation?

Also, I did manual partitioning and deleted that partion, here is what I’m left with:

Model: ATA ST1000LM048-2E71 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type      File system     Flags
 1      1049kB  106MB   105MB   primary   ntfs
 2      106MB   525GB   525GB   primary   ntfs
 3      525GB   999GB   474GB   extended
 6      525GB   965GB   440GB   logical   ext4
 5      965GB   999GB   34.0GB  logical   linux-swap(v1)
 4      999GB   1000GB  841MB   primary   ntfs

Then better formating /dev/sda6 and install Manjaro Gnome again. Keep sure the boot flag is set. Use manual partitioning… and set /dev/sda6 as root.

There are two options for installing the bootloader: 1st is the Master Boot Record (/dev/sda) or System Partion (/). Which do I do?

First one… it should write to the MBR > Master Boot Record.

Ok, I’ve already done it with the boot flag set to sda6 while also installing boot loader to MBR. Still says no operating system when I boot my hard drive.

Number  Start   End     Size    Type      File system     Flags
 1      1049kB  106MB   105MB   primary   ntfs
 2      106MB   525GB   525GB   primary   ntfs
 3      525GB   999GB   474GB   extended
 6      525GB   965GB   440GB   logical   ext4            boot
 5      965GB   999GB   34.0GB  logical   linux-swap(v1)
 4      999GB   1000GB  841MB   primary   ntfs