It is very hard to delete the Recovery Partition if you are running OSX off the same drive.
Make sure you boot off DosDude1's Installer on a USB Stick and then you can use the Terminal or Disk Utility App.
If you want the Recovery Partition to show up in Disk Utility, make sure you do the following in Terminal:
sudo diskutil list
(P.S. You probably do not need to use sudo if you are booted off the USB installer).
Look at the output and determine which is the Recovery Partition. It is often disk0s3.
then type (assuming the Recovery Partition is located st disk0s3)
sudo diskutil mount /dev/disk0s3
Then you should be able to use the Disk Utility app to delete the Recovery Partition, change the partition table etc.
But Remember to back up your mac first just in case something goes wrong.
If you want to delete the Recovery Partition using Terminal (when booted off DosDude1's USB Installer stick), type the following (assuming your Recovery Partition is on disk0s3 and your Mac Partition is on disk0s2 and you are using HFS+ not APFS):
sudo diskutil list
diskutil eraseVolume JHFS+ Blank disk0s3
diskUtil mergeParitions JHFS+ disk0s2 disk0s3
Good Luck.
Make sure you boot off DosDude1's Installer on a USB Stick and then you can use the Terminal or Disk Utility App.
If you want the Recovery Partition to show up in Disk Utility, make sure you do the following in Terminal:
sudo diskutil list
(P.S. You probably do not need to use sudo if you are booted off the USB installer).
Look at the output and determine which is the Recovery Partition. It is often disk0s3.
then type (assuming the Recovery Partition is located st disk0s3)
sudo diskutil mount /dev/disk0s3
Then you should be able to use the Disk Utility app to delete the Recovery Partition, change the partition table etc.
But Remember to back up your mac first just in case something goes wrong.
If you want to delete the Recovery Partition using Terminal (when booted off DosDude1's USB Installer stick), type the following (assuming your Recovery Partition is on disk0s3 and your Mac Partition is on disk0s2 and you are using HFS+ not APFS):
sudo diskutil list
diskutil eraseVolume JHFS+ Blank disk0s3
diskUtil mergeParitions JHFS+ disk0s2 disk0s3
Good Luck.