This is not how grub should be installed, so if you want a solution, this is to install on a disk’s MBR (on a disk, not on a partition).
You should be able to do it with chroot from a live ISO.
It is on a dish not a partition, should have been clearer, but I didn’t want to overwrite windows Bootloader so I installed grub to the mbr of the disk I installed endeavour OS on
So you probably mean SuperGrub2 cannot find it. If you were more precise and detailed we wouldn’t do assumptions
I hope it is safe to assume you are running on a Legacy BIOS setup…
In such a case, you would change Boot Disk Drive from BIOS to the one you have installed EnOS grub on. If this doesn’t work, then chroot and install grub again.
OK the disk isn’t even showing in windows partition manager or bios. I’ve had issues with the pc case and cables coming loose, so that most probably is the issue
sudo fsck -t ext4 /dev/sdc
fsck from util-linux 2.37.2
e2fsck 1.46.4 (18-Aug-2021)
fsck.ext4: Input/output error while trying to open /dev/sdc
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193
or
e2fsck -b 32768
fsck is used to check and optionally repair one or more Linux filesystems. filesystem can be a device name (e.g., /dev/hdc1, /dev/sdb2), a mount point (e.g., /, /usr, /home), or an filesystem label or UUID specifier (e.g., UUID=8868abf6-88c5-4a83-98b8-bfc24057f7bd or LABEL=root). Normally, the fsck program will try to handle filesystems on different physical disk drives in parallel to reduce the total amount of time needed to check all of them.
If no filesystems are specified on the command line, and the -A option is not specified, fsck will default to checking filesystems in /etc/fstab serially. This is equivalent to the -As options.
Use a partition with a file system (sdc1, sdc2, etc), i.e.:
I’m sorry, I am too old… This is basic knowledge. Please watch some nice videos about how Linux works and about drives and partitions.
Maybe someone else (in the forum) can walk you through…