Refit 0.14 Dmg Download
- REFIt is a boot menu and maintenance toolkit for EFI-based machines like the Intel Macs. It gives you easy access to the EFI environment and serves as a hook for pre-boot applications.
- REFIt is a graphic startup menu for MAc computers according to EFI Standard (those ones powered by Intel chipsets) that allows you to run any Operating System installed in the machine. It's compatible with BootCamp, and rEFIt features an icon of each OS it detects. Use the arrows and 'Enter' key to select the one you want to run.
- Refit 0.14 (macosx image.dmg) installed (at least 250GB) free space on the harddisk installation: backup all your data; open disk utility in snow leopard (Application - Utilities), go to partiton, go to volume scheme, go to the lower right corner of the volume scheme and move the lower border upwards; configure the new space as free space.
by Roderick W. Smith, rodsmith@rodsbooks.com
GPT fdisk is a disk partitioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disks. The related FixParts utility fixes some common problems on Master Boot Record (MBR) disks. For Mac and Windows, that process is very simple and fast, all you need to do is download.dmg (for Mac OS).exe (for Windows) install files (it might be other file types, for example,.rar Archive type), now you just should open it, and go through the installation process, then you could easily use ExpressVPN 7.12.0 for your purposes.
Originally written: 3/14/2012; last Web page update:11/15/2020, referencing rEFInd 0.12.0
This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!
Donate $1.00 | Donate $2.50 | Donate $5.00 | Donate $10.00 | Donate $20.00 | Donate another value |
Refit 0.14 Dmg Download Torrent
Introduction
This page describes rEFInd, my fork of the rEFIt boot manager for computers based on the Extensible Firmware Interface (EFI) and Unified EFI (UEFI). Like rEFIt, rEFInd is a boot manager, meaning that it presents a menu of options to the user when the computer first starts up, as shown below. rEFInd is not a boot loader, which is a program that loads an OS kernel and hands off control to it. (Since version 3.3.0, the Linux kernel has included a built-in boot loader, though, so this distinction is rather artificial these days, at least for Linux.) Many popular boot managers, such as the Grand Unified Bootloader (GRUB), are also boot loaders, which can blur the distinction in many users' minds. All EFI-capable OSes include boot loaders, so this limitation isn't a problem. If you're using Linux, you should be aware that several EFI boot loaders are available, so choosing between them can be a challenge. In fact, the Linux kernel can function as an EFI boot loader for itself, which gives rEFInd characteristics similar to a boot loader for Linux. See my Web page on this topic for more information.
In theory, EFI implementations should provide boot managers. Unfortunately, in practice these boot managers are often so poor as to be useless. The worst I've personally encountered is on Gigabyte's Hybrid EFI, which provides you with no boot options whatsoever, beyond choosing the boot device (hard disk vs. optical disc, for instance). I've heard of others that are just as bad. For this reason, a good EFI boot manager—either standalone or as part of a boot loader—is a practical necessity for multi-booting on an EFI computer. That's where rEFInd comes into play.
I decided to fork the earlier rEFIt project because, although rEFIt is a useful program, it suffers from several important limitations, such as poor control over the boot loader detection process and an ability to display at most a handful of boot loader entries on its main screen. Christoph Pfisterer, rEFIt's author, stopped updating rEFIt with version 0.14, which was released in March of 2010. Since I forked rEFIt to rEFInd, Christoph has begun pointing rEFIt users to rEFInd as a successor project.
As already noted, rEFInd is a boot manager for EFI and UEFI computers. (I use 'EFI' to refer to either version unless the distinction is important.) You're likely to benefit from it on computers that boot multiple OSes, such as two or more of Linux, macOS, and Windows. You will not find rEFInd useful on older BIOS-based computers or on systems with other types of firmware, such as older PowerPC-based Macs. Prior to mid-2011, few computers outside of Intel-based Macs used EFI; but starting in 2011, computer manufacturers began adopting UEFI in droves, so most computers bought since then use EFI. Even so, many modern PCs support both EFI-style booting and BIOS-style booting, the latter via a BIOS compatibility mode that's known as the Compatibility Support Module (CSM). Thus, you may be using BIOS-style booting on an EFI-based computer. My page on the CSM describes how it works and why it can create problems in more detail. If you're unsure which boot method your computer uses, check the first of the subsections, What's Your Boot Mode.
Subsequent sections of this document are on separate pages. Be aware that you probably don't need to read them all; just skip to the sections that interest you:
Note: I consider rEFInd to be beta-quality software! That said, rEFInd is a usable program in its current form on many systems. If you have problems, feel free to drop me a line.
Contents
- What's Your Boot Mode?—Information to help you determine whether you're using EFI or BIOS booting
- rEFInd Features—An overview of rEFInd's features
- Getting rEFInd—Links to download rEFInd
- Installing and Uninstalling rEFInd—Instructions for installing rEFInd, using Linux, OS X, and Windows
- Keeping rEFInd Booting—Instructions for keeping rEFInd in charge of the boot process or recovering when another OS takes control
- rEFInd and OS X 10.10 (Yosemite)—Apple's OS X 10.10 makes some changes that require your attention (this subpage is rendered obsolete by rEFInd 0.8.4 and later)
- rEFInd and System Integrity Protection—How to install rEFInd on Macs running OS X 10.11 (El Capitan)
- Using rEFInd—Basic usage instructions for the boot loader
- Configuring the Boot Manager—For advanced users, information on customizing a rEFInd installation
- Using EFI Drivers—Why and how to have rEFInd launch EFI drivers
- Theming rEFind—Information on third-party themes for rEFInd
- Options for Booting Linux—Methods of booting Linux, particularly with the EFI stub loader (distribution maintainers should read this!)
- Managing Secure Boot—Some pointers on using rEFInd on a computer with Secure Boot active
- Revisions—Information on the history of rEFInd releases
- The Future of rEFInd—Current bugs that need squashing and features that I hope to one day add
- Manual (man) pages for rEFInd support scripts:
- mkrlconf—This Linux-only tool creates a /boot/refind_linux.conf file to hold Linux kernel options.
- mvrefind—This Linux-only script moves a rEFInd installation from one location to another on the EFI System Partition (ESP).
- refind-install—This Linux and OS X script installs rEFInd with minimal fuss.
- refind-mkdefault—This Linux script makes rEFInd the default boot program with minimal fuss.
References and Additional Information
- Informational Web pages
- The EFI Boot Process describes, in broad strokes, how EFI systems boot.
- The EFI System Partition and the Default Boot Behavior covers the EFI boot process in more technical terms and in greater detail, as well as how Fedora's fallback.efi program works.
- A Linux kernel mailing list thread describing the new EFI stub loader that was introduced in the Linux 3.3 kernel series.
- The Arch Linux UEFI wiki page has a great deal of information on UEFI and Linux.
- My own EFI Boot Loaders for Linux page provides information on installing and configuring several common Linux EFI boot loaders and boot managers.
- My Linux on UEFI: A Quick Installation Guide page provides helpful tips on how to install Linux on EFI-based systems.
- Phoenix Technologies maintains a wiki on EFI topics, including information on many EFI system calls useful to programmers.
- Matthew J. Garrett, the developer of the shim boot loader to manage Secure Boot, maintains a blog in which he often writes about EFI issues.
- Adam Williamson has written a good summary of what EFI is and how it works.
- J. A. Watson has a review of rEFInd on an HP laptop on ZDNet. He had serious problems because of the HP's UEFI bugs, but finally got it to work.
- James Jesudason has a tutorial on installing Ubuntu 13.04 beta on a Macbook Retina Pro on this blog page. I'd recommend using a Linux filesystem driver to read the kernel directly from a Linux filesystem rather than copy the kernel to the OS X partition as in the tutorial, but either method will work.
- The Windows MBR2GPT utility, part of Windows 10 Creator's Update, can convert a Windows computer that boots in BIOS mode from an MBR disk to one that boots in EFI mode from a GPT disk. Note that I've never used this tool, and I have no idea how it would cope with a multi-boot configuration.
- If you're interested in developing EFI software yourself, my Programming for EFI can help you get started.
- This page describes how to set up a multi-boot of five Linux distributions and Windows using rEFInd. The method described was sub-optimal in a few ways (such as re-installing rEFInd in each distribution rather than using refind-mkdefault to adjust the boot order), but it does work.
- Additional programs
- The Clover boot loader is a Hackintosh boot loader that incorporates, among other things, its own unique forks of rEFIt and of DUET (a TianoCore tool to boot UEFI on BIOS-based computers).
- Pete Batard's efifs project aims to port GRUB's filesystem drivers to function as standalone EFI filesystem drivers. It's currently a work in progress but shows great promise, and several drivers are usable today.
- Communications
- The rEFInd discussion forum on Sourceforge provides a way to discuss rEFInd with other users or with me.
- You can e-mail me with queries or bug reports.
- This thread on MacRumors details efforts to boot Windows 7 and Windows 8 in EFI mode, rather than using Boot Camp, on 64-bit Macs. It can be done with some models, but is difficult, particularly for Windows 7. Be aware that the thread is long and has many false leads.
copyright © 2012–2020 by Roderick W. Smith
bitpim for mac os x This document is licensed under the terms of the GNU Free Documentation License (FDL), version 1.3.
If you have problems with or comments about this Web page, please e-mail me at rodsmith@rodsbooks.com. Thanks.
Return to my main Web page.
rEFIt is a boot menu and maintenance toolkit forEFI-basedmachines like theIntel Macs.You can use it to boot multiple operating systems easily,including triple-boot setups with Boot Camp.It also provides an easy way to enter and explorethe EFI pre-boot environment.
On this page:News- Download- Troubleshooting- Resources
Other pages:Documentation- Troubleshooting- Screenshot- Myths and Facts
Refit 0.14 Dmg Download Free
News
Refit 0.14 Dmg Download Mac
2013-03-29: As you may have noticed, rEFIt is no longer activelymaintained. Please check outrEFInd,a fork that is maintaned and under active development.
2010-03-12: The site has a newtroubleshooting section.Some common problems are also listed below.
2010-03-07: Version 0.14 was released. This release adds a configurationoption for the default boot choice, fixes the Linux/GRUB detection issue, andfixes Snow Leopard 64-bit issues.
Download
The current release is 0.14.It is available in various forms.Both disk image distributions include the Installer package andcan be burned as a bootable CD as well.All three binary distributions can be used to install rEFIton a USB memory stick or other disk drives.
- rEFIt 0.14 (6.5M Mac disk image)
- rEFIt 0.14 (6.5M ISO disk image)
- rEFIt 0.14 (3.2M .tar.gz)
- rEFIt 0.14 source code (253K .tar.gz)
You can browse the source code online through theViewVC interfaceto the Subversion repository at SourceForge.
Troubleshooting
See the troubleshooting section for a full list.Here are a few common problems:
- I just installed rEFIt, but the menu doesn’t show up.
- It takes two reboots after using the package installer.More..
- I can’t boot Windows/Linux from a USB hard disk.
- This is not well-supported by Apple’s firmware.More..
- I can’t boot Windows/Linux from the second internal hard disk.
- This is not explicitly supported by rEFIt at this time.More..
Resources
This project is hosted by SourceForge.You can use the trackers to submitbug reports,feature requests,and patches.The latest development source code is available from theSubversion repository.Other resources are listed on theproject summary page.
To discuss rEFIt with other people, check out theOnMac Forumsor theDual Boot forum at InsanelyMac.