安装Gentoo在Dell R710下 (2011-09-01 19:57:17)转载

安装Gentoo在Dell R710下 (2011-09-01 19:57:17)转载▼ 准备一个mini install gentoo cd. 准备资料: 一、http://www.gentoo.org/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml 二、http://blog.leafduo.com/06/installing-gentoo-on-vmware-fusion/ 三、了解RAID的设置:http://wenku.baidu.com/view/cb9ca2abd1f34693daef3e76.html 四、Socket5 http://wenku.baidu.com/view/83ff61e8856a561252d36fdf.htmlphp

网卡 BCM5709,网上报此网卡会出现断流量问题。 #rmmod bnx2 不知道什么缘由,要先删除掉。 #modprobe bnx2 #ifconfig eth0 192.168.0.124/24 #route add defualt gw 192.168.0.1 #echo nameserver 8.8.8.8 > /etc/resolv.conf #modprobe raid5 #fsdisk -l /dev/sda1 DELL /dev/sda2 1300G × 经过BIOS已经配置了RAID5,容量是1300G。 由于,此服务器支持RAID,就没有打算使用LVM。html

3、建立分区 #fdisk
boot 200M,/ 100G swap 20G 其余另算。 4、文件系统 #mkfs. 之后要尝试一下zfs 5、安装包 #wget http://mirrors.sohu.com/gentoo/releases/x86/current-stage3/ 速度快特爽。 #cd /mnt/gentoolinux

tar xjpf stage3

6、chroot以后, 在make.conf中添加。GENTOO_MIRRORS=""http://mirrors.sohu.com/gentoo/" ACCEPT_KEYWORDS="~amd64" CHOST="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -O2 -pipe" DISTDIR=/var/distfiles PORTDIR=/var/git/portage-prod MAKEOPTS="-j12" PORTDIR_OVERLAY="/root/git/funtoo-overlay" PROFILE="default/linux/amd64/2008.0" RUBY_TARGETS="ruby19" ACCEPT_LICENSE="PUEL" #virtualbox USE="$USE headless rdesktop-vrdp vboxwebsrv" http://forums.funtoo.org/viewtopic.php?id=21 在内核编译中,要加上RAID卡的驱动,须要加上AIC94XX硬盘的驱动。 aic : scsi-->low scsi raid: scsi -->fusion ---> fusion-sasgit

相关文章
相关标签/搜索