dual boot - GNU GRUB exit mac os - Ask Ubuntu
i have macbook air. installed ubuntu dual boot. wanted delete it. deleted refind. restarted , got gnu grub. when write command exit froze. when try access recovery mode cannot see -- there no mac os x disk. how can mac os?
try holding down option (or alt) key power on computer , sounds chime. should bring computer's built-in boot manager.
if fails, , if computer boots ubuntu, 1 or more of 3 things:
- use
efibootmgr--efibootmgrtool controls computer's boot order. typingsudo efibootmgrshows entries. there should entryubuntu, can deletesudo efibootmgr -b #### -b,####boot number; or can use-oset new boot order, insudo efibootmgr -o 80,81,82setboot0080first,boot0081second, , on. (os x uses0080, above itself.) - delete grub -- ubuntu installs grub in
/boot/efi/efi/ubuntudirectory (efi/ubuntuon efi system partition [esp]). deleting directory, or @ leastgrubx64.efi,shimx64.efifiles contains, prevent running. computer should try next available boot entry, should os x; or enter automatic recovery tool. - reset nvram -- see this official apple page information on how reset computer's nvram. i'm not 100% sure of this, believe doing reset boot order options, solving problem. (note should work without access ubuntu.)
Comments
Post a Comment