0

I have installed Ubuntu on my Mac (dual boot). I find that I've not used the Mac OS at all in the last year. I need more space now and wish to delete my Mac OS. How can I do this?

Thanks!

elexhobby
  • 345

2 Answers2

2

Complementary from the other answer, if you do not want to re-install ubuntu, you can again restart using the Ubuntu Live cd/usb and in try ubuntu, you can use gparted and resize your ubuntu partition to the space required. See more details in here

bob
  • 1,198
0

This is the process to install ubuntu by clearing your MAC os. As you want now to free the disk space i would suggest you to create a back up disk for your Ubuntu and then do this process so that you won't loose any files.

  • Insert the Ubuntu LiveCD into your Mac and Shutdown. Restart the Mac and hold the Option Key. When prompted select 'Try Ubuntu' .

    • Once the system is booted run Disk Utility from the dash .

    • Select your hard disk and Click on Format Disk .

    enter image description here

    • Now select 'No Partition' . enter image description here

    • Now Install Ubuntu normally .

To Avoid long EFI wait before GRUB
If your Macbook spends 30 seconds with "white screen" before GRUB shows, try booting from your Mac OS X install disc, select language, then click Utilities- Terminal, and enter:

bless --device /dev/disk0s1 --setBoot --legacy

Assuming that the bootloader is on sda1, otherwise /dev/disk0s2 if it's on sda2, etc.

SOURCE : How to install Ubuntu as the single OS on a MacBook?