Jump to content

How to use Grub2 bootloader Clover and Install macOS?


爱上纳木错
 Share

1 post in this topic

Recommended Posts

supermicro X8DTL-6F

NVIDIA GTX1060 6G

bootloader:GRUB2 (BIOS+Legacy)

OS:RHEL7.7

SSD  /dev/sda  and /dev/sda1 is a boot partition *****

HDD 4TB /dev/sdb  my data

HDD 4TB /dev/sdc  empty

USB:SanDisk16GB(use Etcher create a Clover+macOS-10.13.6 install image)

CloverISO version:4012

First Test:

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

add:

menuentry "Clover macOS Bootloader" {
   linux16 /extlinux/memdisk iso ram
   initrd16 /Clover.iso
 }

 

2.update /boot/grub2/grub.cfg   /etc/grub2.cfg

 

3.reboot

 

4.It can work ,but in Clover Boot Mode ,my computer crash ,must poweroff my computer

 

question1:how to modification the 40_custom code to use boot the USBDRIVE ? and use the Clover to bootloader the installation?TKS

 

need DSDT SSDT or driver?

 

question2:

one 40_custom code,how to modify?

usb-driver on /dev/sdd

menuentry "USB INSTALL macOS (on /dev/sdd1)" {
insmod fat
set root=(hd3,1)
search --no-floppy --fs-uuid --set 53802c49-b7d9-4add-bcdc-05f1b4a10523
chainloader /tboot
}

Edited by 爱上纳木错
Link to comment
Share on other sites

 Share

×
×
  • Create New...