发新话题
打印

哪位大侠提供并解释slackware 的lilo.conf文件

哪位大侠提供并解释slackware 的lilo.conf文件

哪位大侠提供并解释slackware的lilo.conf文件?


刚接触slackware,就感到它能让我从非图形界面更容易学到linux的东西.

安装时,对boot分区的各个文件的作用也不明白.望高手指点一二!!      
我痛苦,linux的各种问题让我忙的焦头烂额;我寂寞,linux的坎坷道路让我孤身默默前行;我快乐,linux的全新景致让我真正流连忘返。---这一点就足够了!!

TOP

我的 lilo.conf 如下:
复制内容到剪贴板
代码:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
lba32 # Allow booting past 1024th cylinder with a recent BIOS
boot = /dev/fd0
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x64k
vga = 791
# Windows bootable partition config begins
other = /dev/hda1
label = Windows
table = /dev/hda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda2
label = Linux
read-only
# Linux bootable partition config ends
已经解决.------grub引导只用一条kernel 既可.      
我痛苦,linux的各种问题让我忙的焦头烂额;我寂寞,linux的坎坷道路让我孤身默默前行;我快乐,linux的全新景致让我真正流连忘返。---这一点就足够了!!

TOP

发新话题