一。 网络安装centos 1. Config DHCP , DNS , NFS AND TFTP. # vi /etc/xinetd.d/tftp disable = no # service xinetd restart 2. Config DHCP # vi /etc/dhcpd.conf allow booting; allow bootp; class "pxeclients" { match if substring(option vendor-class-identifier, 0, 9) = "PXEClient"; next-server 192.168.1.2; filename "linux-install/pxe...
请大家帮个忙 centos安装完xen,/boot下面可以看到xen的东西,grub.conf里面也有title xen 但是开机启动时,grub看不到xen,只有系统自己的title centos 尝试注销系统自己的title centos,更改default等方法均无用 想在系统grub下找找线索 结果: grub> root (hd0,0) root (hd0,0) Filesystem type is ext2fs, partition type 0x83 grub> kernel /boot/xen.gz-2.6.18-128.4.1.el5 kernel /boot/xen.gz-2.6.18-128.4.1.el5 Error ...
我的bios坏掉了,不能修改光驱引导,只有硬盘和软驱可以,但是光驱读盘没有问题! 我想安装centos,想从硬盘或软驱引导然后从光驱安装(最好是硬盘引导,软盘不好找啊),请问可以吗? 我的硬盘现在装的是win2k server,C、D都是ntfs,E是fat32的!C、D不要了,装centos,E资料还有用,希望保留!:em10:
[quote][root@mycom oracle]# cd 3006854/ [root@mycom 3006854]# ls README.txt rhel3_pre_install.sh [root@mycom 3006854]# sh rhel3_pre_install.sh Applying patch... rhel3_pre_install.sh: line 36: gcc: command not found Patch successfully applied [root@mycom 3006854]# cd .. [root@mycom oracle]# ls ls: error while loading shared libraries: /etc/libcwait.so: cannot open shared object file: No such file...
我安装的centos进入的GRUB启动菜单后,有下面的两个选项(不知道这两个有什么不同): centos 4.1 (2.6.9-11.ELsmp) centos 4.1-up (2.6.9-11.EL) 如果不按回车键,系统就停在这里了,不能自动运行了,假如我要把机器搬到机房,那如果要重起一次岂不是都要跑去机房按一下回车键? 我的 grub.conf 的配置如下: # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this f...
在rh9中,安装时,即使安了xwindow,也可以选择默认运行级3(安装时就可定义) 但rhel4ux/centos 4.x中,似乎安装了xwindow就默认启动x,不知道是否能安装时就指定运行级3 我想在安装时指定/etc/inittab的initdefault就为3,而不是等那个X下的firstboot出现后再去改/etc/inittab 各位有什么好的建议?
centos4.3 内核2.6.9.42.0.3.EL-i686 安装了PPP后(./configure && make && make install && make install-etcppp) 加载模块(/etc/modules.conf) |----------------------------------------------| alias net-pf-47 ip_gre alias char-major-108 ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-14 ppp_synctty alias ppp-compress-18 ppp_mppe alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflat...