Jump to content
10 posts in this topic

Recommended Posts

12 hours ago, luky35 said:

"i have installed latest Ubuntu 19.10 along side my mac installation and bootloader got corrupted.

Ubuntu has completely taken over and it's boots no matter what I do (reinstalled bootloader).

Any ideas how to fix that?"

You mean to fix Grub on linux or Clover Bootloader?

3 hours ago, luky35 said:

I'd like to have Bootloader starting from which I can select to run macOS or Linux.

Okay possibly you tried to install Linux after Macos + Clover Bootloader. In normal conditions you should have installed Macos and Clover latest and they check entries Windows and Linux when you input required selections in config.plist.

 

To make it worked and controlled by Linux Grub Loader (In your condition you are possibly on it and it corrupted your Clover Bootloader) Then you should configure Grub Loader. Here I found a reference link and try the instructions carefully please;

 

 

3 hours ago, luky35 said:

I'd like to have Bootloader starting from which I can select to run macOS or Linux.

Okay possibly you tried to install Linux after Macos + Clover Bootloader. In normal conditions you should have installed Macos and Clover latest and they check entries Windows and Linux when you input required selections in config.plist.

 

To make it worked and controlled by Linux Grub Loader (In your condition you are possibly on it and it corrupted your Clover Bootloader) Then you should configure Grub Loader. Here I found a reference link and try the instructions carefully please;

 

https://www.reddit.com/r/hackintosh/comments/dgw92h/guide_on_removing_the_awful_grub_bootloader/

 

@uisik34

 

I don't have Windows installed, only macOS Catalina. I did a partition on the disk and installed Ubuntu there.

 

Now I only need Ubuntu because the bootloader does not start where I can choose which OS I want to run.

 

The problem is how to fix it.

 

1 hour ago, luky35 said:

@uisik34

 

I don't have Windows installed, only macOS Catalina. I did a partition on the disk and installed Ubuntu there.

 

Now I only need Ubuntu because the bootloader does not start where I can choose which OS I want to run.

 

The problem is how to fix it.

 

I understood your point and i replied above please follow the link up. If you only want to keep linux on system and remove hackos from your system you need to repair grub loader instead then you can remove macos installed partition from gparted. I hope the explanation is clear.

5 hours ago, uisik34 said:

I understood your point and i replied above please follow the link up. If you only want to keep linux on system and remove hackos from your system you need to repair grub loader instead then you can remove macos installed partition from gparted. I hope the explanation is clear.

I don't know if it's understood ...
I have two OSes, macOS Catalina and Ubuntu, I just can't set the bootloader to show me both systems in the start menu and then choose which one I want to use.

3 hours ago, luky35 said:

I don't know if it's understood ...
I have two OSes, macOS Catalina and Ubuntu, I just can't set the bootloader to show me both systems in the start menu and then choose which one I want to use.

Yes I clearly understood your conditions dude. You have two operating systembs ubuntu + hackos and which your latest installation ubuntu corrupted your clover bootloader. In this scenario you are unable to see any bootloader to select Ubuntu or Macos

  • 1 month later...

I use the GRUB2 pre-boot clover.iso and clover.iso boot the EFI partition.

my OS is RHEL7.8(SSD A)+macOS Catalina(SSD B)

GRUB2 BOOT:

1.vim /etc/grub.d/40_custom

add:

menuentry "Clover macOS Bootloader(Clover.iso)" {
       set root=(hd0,msdos1)
                linux16 /extlinux/memdisk iso ram
                initrd16 /Clover.iso
}

 

2.put the Clover.iso in /boot

ls /boot

Clover.iso
config-3.10.0-1062.18.1.el7.x86_64
config-3.10.0-1127.el7.x86_64
efi
extlinux
grub2
initramfs-0-rescue-dc373fa017664f64921ecfb6b9686c41.img
initramfs-3.10.0-1062.12.1.el7.x86_64.img.bak
initramfs-3.10.0-1062.18.1.el7.x86_64.img
initramfs-3.10.0-1062.18.1.el7.x86_64.img.old-dkms
initramfs-3.10.0-1062.18.1.el7.x86_64kdump.img
initramfs-3.10.0-1127.el7.x86_64.img
initramfs-3.10.0-1127.el7.x86_64.img.old-dkms
initramfs-3.10.0-1127.el7.x86_64kdump.img
symvers-3.10.0-1062.18.1.el7.x86_64.gz
symvers-3.10.0-1127.el7.x86_64.gz
System.map-3.10.0-1062.18.1.el7.x86_64
System.map-3.10.0-1127.el7.x86_64
vmlinuz-0-rescue-dc373fa017664f64921ecfb6b9686c41
vmlinuz-3.10.0-1062.18.1.el7.x86_64
vmlinuz-3.10.0-1127.el7.x86_64

 

rebuild the grub2.cfg

grub2-mkconfig -o /boot/grub2/grub.cfg

cp grub2.cfg /etc/grub2.cfg

 

reboot

×
×
  • Create New...