linux lilo

力乐 (LILO)

LILO is the LInux LOader, the most well-known boot loader for Linux. It is utilized to stack Linux into memory and start the OS. On a machine with the various OS, LILO can be set up to boot different OS too.

LILO是LInux LOader ,它是Linux最著名的引导加载程序 。 它用于将Linux堆栈到内存中并启动OS。 在具有各种操作系统的计算机上,也可以将LILO设置为引导不同的操作系统。

Ordinarily, LILO is at first configured for you during the Linux establishment process. Be that as it may, you may find that default configuration isn't right, or you wish to modify it. Also, there may even come when you have to expel LILO from your PC. Here are a few directions that should help you on your journey.

通常,首先在Linux建立过程中为您配置LILO 。 尽管如此,您可能会发现默认配置不正确,或者您希望对其进行修改。 另外,当您不得不从计算机中删除LILO时,甚至可能会出现。 这里有一些指示对您的旅程会有帮助。

Here, we would describe a basic LILO Dual Boot Configuration where windows are the primary OS installed in the first partition and Linux is to be on the second partition. The commands below can be used as it is except the image= and root= lines as it depends where you've installed the Linux.
The Command for LILO Dual Boot Configuration is,

在这里,我们将描述基本的LILO双启动配置 ,其中Windows是安装在第一个分区中的主要操作系统,而Linux将位于第二个分区中。 下面的命令可以按原样使用,但image =root =行除外,这取决于您在Linux上的安装位置。
LILO双启动配置命令是,

    boot=/dev/hda
map=/boot/map
install=/boot/boot.b
compact
prompt
timeout=50
image=/boot/vmlinuz-2.0.36
label=linux
root=/dev/hda2
read-only
other=/dev/hda1
label=win

We'll be explaining the use of each line step by step.

我们将逐步解释每行的用法。

引导= / dev / hda (boot=/dev/hda)

This command is used to guide LILO the destination where the bootloader is to be installed. As per this command, it is going into the Master Boot Record available on the first drive i.e. LILO is going to control all the boot processes of all available OS on the target PC from the beginning.

此命令用于引导LILO安装引导加载程序的目标位置。 按照此命令,它将进入第一个驱动器上可用的主引导记录,即LILO将从头开始控制目标PC上所有可用OS的所有引导过程。

map = /启动/ map (map=/boot/map)

This is a map file automatically generated by LILO, it is recommended that you don't mess with it.

这是LILO自动生成的地图文件,建议您不要混淆它。

安装= / boot / boot.b (install=/boot/boot.b)

This informs LILO about the usage of the new boot sector, this file contains the "Bootstrap" code, don't mess with it as well.

这会通知LILO有关新引导扇区的用法,该文件包含“ Bootstrap”代码,也请不要与之混淆。

紧凑 (compact)

This makes the working of LILO faster but might hang your system if it is old enough. Don’t use it if you have one of them.

这样可以使LILO的工作速度更快,但是如果足够旧,则可能会挂起您的系统。 如果您有其中之一,请不要使用它。

提示 (prompt)

This will give the user the option of choosing OS or enter the parameters for the Linux Kernel. We recommend you to keep this.

这将使用户可以选择操作系统或输入Linux内核的参数。 我们建议您保留此设置。

超时= 50 (timeout=50)

This is the time duration given in the tenth of seconds measurement i.e. 50 means 5 Seconds to choose which OS to load while initial boot. If you use prompt and make it 0 or forget it then none of the OS is going to load as LILO will wait forever otherwise if the prompt is not used it loads the default OS.

这是十分之一秒的测量持续时间,即50表示5秒,用于选择在初始引导时加载哪个OS。 如果您使用提示并将其设置为0或忘记它,则将不会加载任何操作系统,因为LILO将永远等待,否则,如果不使用提示,它将加载默认操作系统。

映像= / boot / vmlinuz-2.0.36 (image=/boot/vmlinuz-2.0.36)

This is basically the name of the Linux Kernel to boot. “image= *Kernel Name*

这基本上是要引导的Linux内核的名称。 “图片= *内核名称*

标签= Linux (label=linux)

This is used to identify the image of the ISO and select it at the boot process.

这用于标识ISO映像并在引导过程中选择它。

根= / dev / hda2 (root=/dev/hda2)

This command tells LILO where the root system files reside so that LInux kernel can be mounted during the boot process.

此命令告诉LILO根系统文件位于何处,以便可以在引导过程中挂载LInux内核。

只读 (read-only)

Tells LILO to mount LInux kernel as read-only mode initially, it would change to read-write in the later boot process.

告诉LILO最初将LInux内核挂载为只读模式,它将在以后的引导过程中更改为读写模式。

其他= / dev / hda1 (other=/dev/hda1)

This command tells LILO to boot an OS other than Linux.

此命令告诉LILO引导Linux以外的操作系统。

标签=赢 (label=win)

Same as the above label.

与上述标签相同。

恢复丢失的LILO (Recovering a lost LILO)

If you reinstall DOS or Windows after introducing LILO, you may find that the LILO: boot prompt never again shows up. This may likewise happen if certain disk utilities or hostile to virus utilities endeavor to "fix" your master boot record.
To fix this, you simply need to reinstall LILO. That implies you need to boot into Linux some other way, either utilizing Loadlin or a Linux boot floppy. At the Linux command prompt simply type/sbin/lilo as portrayed under Applying Changes. At the point when you reboot, LILO will be back where it has a place!

如果在引入LILO之后重新安装DOS或Windows,则可能会发现LILO:启动提示不再显示。 如果某些磁盘实用程序或对病毒实用程序怀有敌意的方法试图“修复”您的主启动记录,则同样可能发生这种情况。
要解决此问题,您只需要重新安装LILO。 这意味着您需要使用Loadlin或Linux引导软盘以其他方式引导到Linux。 在Linux命令提示符下,只需按照“应用更改”下的描述键入/ sbin / lilo。 当您重新启动时,LILO将回到原处!

翻译自: https://www.includehelp.com/foss/linux-loader-lilo-free-and-open-source-software.aspx

linux lilo

linux lilo_LInux装箱商(LILO)| 免费和开源软件相关推荐

  1. linux开源软件_使用Linux和免费的开源软件进行专业媒体制作

    linux开源软件 是否可以使用免费的开源软件在Linux上制作专业媒体? 我们在Dototot坚信这一点. 我们仅运行Linux(Mint是我们的首选口味),并在可行时使用免费的开源软件. 在Ope ...

  2. 老男孩最近几年常用的免费的开源软件

    下面是在linux网站运维方向老男孩最近几年常用的免费的开源软件,临时即兴想起来的,在这里和大家分享,希望给初学者指引一点路. linux的世界真的很精彩,还没入门的朋友赶紧进来吧! 操作系统:Cen ...

  3. 免费的开源软件那么“香”,为何他们宁愿花钱去买软件?

    开源软件那么多了,为什么还要花钱买商业软件? 作者 | 苏宓 出品 | CSDN(ID:CSDNnews) 开源,技术圈颇为火热的一个话题.据<2020-2021中国开发者大调查报告>显示 ...

  4. 一些免费和开源软件介绍

    转自:http://blog.csdn.net/robertb9527/archive/2005/09/11/477744.aspx http://www.synergymx.com/foss.asp ...

  5. 用了这么久开源社区,还搞不明白免费/自由/开源软件?

    在开源社区中,有很多人经常把免费软件.自由软件.开源软件这三个概念混淆在一起. 今天就来和大家谈谈这三个软件到底有什么不一样. 免费软件 用户可以免费使用该软件,但通常会有其他权限的限制: 1.源码不 ...

  6. 推荐五款免费的开源软件,总有一款适合你

    今天我为大家推荐五款不同类型的开源软件,它们都是免费的,而且有着各自的特色和优势. 1.系统优化--BleachBit BleachBit是一个开源的系统清理和优化软件,可用于清理系统垃圾.保护隐私和 ...

  7. foss测试_FOSS简介(免费和开源软件)

    foss测试 免费软件 (Free Software) Firstly, we need to know what exactly free software is, when we talk abo ...

  8. linux开源文档管理系统_Linux中的系统管理员问题 免费和开源软件

    linux开源文档管理系统 根帐号 (Root Account) The "root" account is the most unrestrictive account on a ...

  9. 免费开源磁带机备份软件_服务器备份和还原过程| 免费和开源软件

    免费开源磁带机备份软件 Performing backups on regular intervals must be viewed as one of a responsible system ad ...

最新文章

  1. autowired java_Java 基础之Autowired 是否是自动注入
  2. 基于组件的.NET软件开发(1)
  3. Redis Pub/Sub (Java)
  4. 有赞11·11:全链路压测方案设计与实施详解
  5. java获取keyvault_利用KeyVault来加强存储Azure Storage访问密钥管理
  6. PyCharm的配置与安装
  7. Java03-day03【switch、循环(for、while、do...while)、三种循环的区别、跳转控制语句、Random、循环经典例题】
  8. 解决mysql表被crash的一次维护始末
  9. arm ubuntu 编译boost_为arm linux 交叉编译boost 1.33.1
  10. 如何判断数组所有数都不等于一个数_工程师编程,C语言学习,关于数组方面的一些总结...
  11. linux怎么装vnc插件,linux下安装基于GNOME的VNC连接工具Vinagre
  12. Java抽象类(abstract)、final关键字
  13. Google退出中国,谁的压力最大?
  14. hadoop记录-flink测试
  15. 阶段3 2.Spring_07.银行转账案例_2 案例中添加转账方法并演示事务问题
  16. mysql数据库cms数据库文件_PbootCMS 默认数据库转Mysql数据库教程 - 老蒋SEO博客
  17. FastStone Capture 画图吸色工具
  18. 机器学习:概念学习FIND-S算法C++实现
  19. ps换背景操作,巨简单
  20. DW怎么把两个html放在一起,用Dreamweaver怎么制作网页

热门文章

  1. 视频教程-《信息学竞赛-C语言》 DAY30-清华尹成老师-C/C++
  2. 微型机器人的认知和研发技术
  3. 基于微信小程序的西餐外卖系统的设计与实现NodeJS-计算机毕业设计
  4. c语言-结构体实例笔记
  5. _csv.Error: field larger than field limit (131072)
  6. graylog2 实践
  7. 启用和禁用excel 中的加载项
  8. 操作系统:七种进程调度算法
  9. org.springframework.jdbc.BadSqlGrammarException: Error updating database
  10. 大数据和人工智能未来发展趋势