底下我们就来选择开机模式。 以下有三个选项, 我分别解释如下:
MBR: MBR是位在第一颗硬碟⒌谝sylinder内的第一个sector,
电脑一启动电源後, 会先读取这区域, 来决定开机。
Root: 这是所谓 superblock, 就是把 LILO 装在 Linux 所在
的分割区。
Floppy: 指定把LILO安装在软碟上, 这样可以软碟开机。
以上 MBR 与 Floppy可能比较常用, 第一次安装 Linux的生手,
笔者尤其推荐用软碟开机, 等熟悉後, 最好把也同时设定 MBR, 这
样万一其中一个坏掉, 还可以用另外一个方式开机。
<< 画面 4-72 >>
________________ SELECT LILO TARGET LOCATION _________________
? LILO can be installed to a variety of places: the master ?
? boot record of your first hard drive, the superblock of ?
? your root Linux partition (which could then be made the ?
? bootable partition with fdisk), or a formatted floppy disk. ?
? If you're using a boot system such as OS/2's Boot Manager, ?
? you should use the Root selection. Please pick a target ?
? location: ?
? ___________________________________________________________ ?
?? MBR Use the Master Boot Record ??
?? Root Use superblock of the root Linux partition ??
?? Floppy Use a formatted floppy disk in the boot drive ??
? ___________________________________________________________ ?
_______________________________________________________________
? < OK > <Cancel> ?
_______________________________________________________________
以下询问要不要开机时, 让 LILO停顿一下, 若选择 None, 则开机
时, 除非按住 <Shift> 或 <Alt> 键, 这样会迫使 LILO停下来, 否则
LILO 不会停下来。
照笔者的习惯, 我习惯设定停顿五秒钟, 在这五秒钟内, 只要我碰
一下 <Caps Lock>键, 就会出现 LILO: 提示符号, 我再进一步按一下
<Tab> 键, 就会出现所有 OS 的选单。 |