GRUB

#GRUB 中所有數值的起始值都是從 0 開始算起
#default=0 即相當於我們所謂的第一個項目
default=0

#預設選項倒數 5 sec
timeout=5

#開機時GRUB的背景圖
#splashimage=(hd0,6)/boot/grub/splash.xpm.gz  
#hiddenmenu
title Debian kernel 2.4.33.3  #選項標題
 root (hd0,1)            #Root file system 的所在位置
 kernel /boot/vmlinuz-2.4.33.3 root=/dev/hda2 ro  #指定 kernel 所在位置

title WinXp
 rootnoverify (hd0,0)
 chainloader +1

Tags:

相關文章

Tags:

Leave a comment

登錄到Facebook: