然后,引导加载程序将解压缩并载入内核。
LILO引导加载程序是由bios加载的。
它同时包含有引导加载程序的主要部分和二级部分。
This holds both the primary and secondary parts of the boot loader.
引导加载程序通常安装在计算机第一个硬盘的mbr中。
Boot loaders are usually installed in the MBR of the first hard disk in the machine.
编辑Linux引导加载程序的grub . conf。
LILO在此处停止表示第二阶段引导加载程序不能被执行。
LILO halting at this point indicates the second stage boot loader could not be executed.
boot=行告诉LILO在哪里安装引导加载程序。
要引导相关OS,引导加载程序需要从磁盘读取相关内核。
To boot the relevant OS, the bootloader needs to read the relevant kernel from disk
其他发行版迟早都会将GRUB2部署为默认引导加载程序。
Sooner or later, other distributions will deploy GRUB 2 as the default boot loader.
二级引导加载程序是安装在可引导分区的第一阶段引导加载程序。
Secondary boot loaders are where the first stage of the boot loader is installed onto a bootable partition.
主引导加载程序的工作是查找并加载次引导加载程序(第二阶段)。
The job of the primary boot loader is to find and load the secondary boot loader (stage 2).
获得最新版本的GRUB引导加载程序,同时也了解一下GRUB2。
Get the latest version of the GRUB boot loader, and take a look at GRUB2 as well.
显示的屏幕会提示您对引导加载程序配置进行定制,如图12 所示。
The screen that appears prompts you to customize the boot loader configuration, as shown in Figure 12.
主引导程序是安装在MBR上的第一阶段引导加载程序(见先前的描述)。
Primary boot loaders are where the first stage of the boot loader is installed on the MBR (per the previous description).
随着时间的推移,引导加载程序已经得到了增强,为用户引入了大量的功能。
Over time, boot loaders have been enhanced to include a greater range of functionality for the user.
当找到一个引导设备之后,第一阶段的引导加载程序就被装入RAM并执行。
When a boot device is found, the first-stage boot loader is loaded into RAM and executed.
次引导加载程序(第二阶段引导加载程序)可以更形象地称为内核加载程序。
The secondary, or second-stage, boot loader could be more aptly called the kernel loader.
至于这里所涉及的两个引导加载程序,我个人喜欢的是GNUGRUB。
Of the two boot loaders covered here, my personal favorite is GNU GRUB.
当这些映像文件准备好之后,阶段2的引导加载程序就可以调用内核映像了。
With the images ready, the stage 2 boot loader invokes the kernel image.
前 446个字节是主引导加载程序,其中包含可执行代码和错误消息文本。
The first 446 bytes are the primary boot loader, which contains both executable code and error message text.
如果LILO停止在这里,那么是在引导第二阶段引导加载程序时出现了问题。
If LILO stops here, there were problems loading the second stage boot loader.
如本文开始处所述,所有引导加载程序都以类似的方式工作,满足共同的目的。
As stated at the start of this article, all boot loaders work in a similar way to fulfill a common purpose. But LILO and GRUB do have a number of differences.
但是,还有很多使用过并忠爱LILO的人仍然选择LILO作为引导加载程序。
And yet many people who have used and loved LILO still find it to be the boot loader of choice.
第二阶段引导加载程序是引导加载程序的主体;很多人认为这才是引导加载程序的真正部分。
The second stage boot loader is the real meat of the boot loader; many consider it the only real part of the boot loader.
它是通过将两阶段的引导加载程序转换成三阶段的引导加载程序来实现这项功能的。
It does this by making the two-stage boot loader into a three-stage boot loader.
LILO引导加载程序对引导能力进行了扩充,但是它却缺少文件系统的感知能力。
The LILO boot loader expanded the boot capabilities, but lacked any file system awareness.
如果修改了LILO配置文件,必须将LILO第一阶段引导加载程序重写到MBR。
If you change your LILO config file, you have to rewrite the LILO stage one boot loader to the MBR.
您迟早会发现GRUB配置文件格式已改变,因为发行版已改变其引导加载程序。
Sooner or later, you may find that your GRUB configuration file format has changed, because your distribution has changed its boot loader.
必须在mbr上安装单独的引导加载程序,并配置它将控制权转交给二级引导加载程序。
A separate boot loader must then be installed into the MBR and configured to pass control to the secondary boot loader.
对只有Linux的系统,GRUB Legacy处理引导加载程序的工作相当出色。
For Linux-only systems, GRUB Legacy handles the boot loader job perfectly well.
应用推荐