发布网友
共5个回答
热心网友
修改grub配置文件即可达到你的要求。下面是我的机器配置,因为是单系统服务器,所以可能与你的配置有些不同,你可以根据需要修改。
我的是单系统,所以default=0,你可以改为WIN对应的项目。
timeout=5是显示可以选择的时间,一般不需要修改。
[root@localhost ~]# more /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup01/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux Server (2.6.18-1.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-1.el5 ro root=/dev/VolGroup01/LogVol00 rhgb qui
et
initrd /initrd-2.6.18-1.el5.img
热心网友
要看你使用的什么引导程序,是grub还是lilo?现在一般都是使用grub或grub2
Grub的配置文件在/boot目录中,一般为grub.conf或者menu.lst,编辑配置文件,修改启动顺序和等待时间即可。
热心网友
Linux一般使用grub作为引导装载程序,进行多系统的引导管理。它的配置文件是/boot/grub/grub.conf,延迟时间设置项是timeout,默认系统设置项是default。
热心网友
livecd + dd命令 就能用win引导linux啦
自己去搜下 dd命令使用方法
热心网友
用easybcd可以设置时间