Guest User

Untitled

a guest
Nov 24th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. $>sudo ln EFI/ubuntu/grubx64.efi System/Library/CoreServices/boot.efi
  2.  
  3. $>sudo ln vmlinuz System/Library/CoreSerivces/boot.efi
  4.  
  5. efibootmgr -d /dev/sdX -p Y -c -L "Ubuntu (EFI-Stub)" -l /vmlinuz.efi -u "root=UUID=b0c4efb9-95b0-4e5d-98e1-8beb43f413c2 ro rootflags=subvol=@ quiet splash initrd=initrd.img"
  6.  
  7. sudo bless --folder /Volumes/<MyBootPartitionMountPoint> --file /Volumes/<MyBootPartitionMountPoint>/vmlinuz.efi --label 'Ubuntu 17.10'
Add Comment
Please, Sign In to add comment