Advertisement
pebriana

Boot Mac on Grub...

Jan 9th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. http://t.co/j7sh5h4
  2.  
  3.  
  4.  
  5.  
  6.     taro di /boot/grub/grub.cfg
  7.      
  8.         (hd0,7) sesuain dipartisi mana ente pasang lion nya .. contoh di sda3 jadinya (hd0,3)
  9.      
  10. menuentry "MacOsX 10.7.0" --class osx --class darwin --class os {
  11.             insmod hfsplus
  12.             set root='(hd0,7)'
  13.             multiboot /boot
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement