分享
 
 
 

菜鸟RedHatFedoraCore2安装手记

王朝other·作者佚名  2008-05-19
窄屏简体版  字體: |||超大  

从网上下载fedora core2 的安装光盘

http://www.linuxsir.com/bbs/showthread.php?s=&threadid=109335&perpage=15&pagenumber=1

用md5sum命令验证完整性:# md5sum <filename

强烈建议安装前先看看release note,对新版本有哪些变化,硬件需求心里先有个谱,免得安装的时候出错。 比如,新版的fedora万全安装6.9G,我的硬盘分区不够,就不能选择完全安装;又如,asus的P4P800系列主板暂时安装不了fc2等。

硬盘安装有多种方式──光盘引导,软驱引导,grub引导等,具体地可以参考论坛上的置顶贴,北南老大给咱们新手早就指好路了

Grub安装:http://www.linuxsir.org/bbs/showthread.php?s=&postid=164822

加载iso文件# mount /path/FC2-i386-disc1.iso /mnt/cdrom

拷贝vmlinuz,initrd.img 到/boot目录下

# cp /mnt/cdrom/isolinux/initrd.img /boot/initrd-fc2setup.img

# cp /mnt/cdrom/isolinux/vmlinuz /boot/vmlinuz-fc2setup

修改grub.conf,添加:

title Fedora core 2 Setup

root (hd0,6)

kernel /boot/vmlinuz-fc2setup root=/dev/hda7

initrd /boot/initrd-fc2setup.img

重新启动选择该项,就可安装。

硬盘安装:http://www.linuxsir.org/bbs/showthread.php?s=&threadid=71740

光盘目录~/images下的diskboot.img是fat格式的引导文件映象,如果有优盘,系统又支持,可以用rawrite,hdcopy等将它写入优盘引导;

我有刻录机,可擦写盘,又不想刻盘,所以选择了光盘引导进行硬盘安装:

在fedora core 1下加载第一张安装光盘

# mount /mnt/WinE/fc2/FC2-i386-disc1.iso /mnt/cdrom -o loop

#在光盘目录~images/下的boot.iso可以用来制作引导光盘

利用k3b刻录映象文件功能,刻录出引导盘。

将原来系统里需要备份的文件、目录备份,以减少损失。比如用户主目录# tar czvf ./backup.tgz ~/你的主目录/。

重启系统,设置为光驱启动,将引导盘放入光驱,出现安装界面,安装直接回车;询问安装过程的语言,选择中文,提示找到安装介质前是英文;

出现菜单寻找iso文件,上边是分区/dev/hda1....下面是文件名/目录,选择iso文件位置,我的就是/dev/hda6, fc2/回车,开始安装;

安装程序自动找到/dev/hda7的fedora core1,选择全新安装;

分区选择手动分区,自动分区会自作主张,除非是只装这一个系统,一般不要选择;

配置网卡,如果不是小区宽带等在lan内上网的情况,手动分配地址就行,比如我有两个网卡,eth0接adsl上网,192.168.1.6/255.255.255.0(设为与modem默认同一网段),eth1接内网192.168.0.1/255.255.255.0/网关192.168.0.1,主机地址就设为localhost.localdomain就行;

选择安装模式的时候看自己的情况,想省事又有空间,就完全安装,定制安装最好把开发工具都选上:开发工具/内核开发(fc2的内核有问题,安装nvidia驱动要编译内核)/x软件开发/gnome开发/kde开发;

接下来就让机器自己劳动吧,有40分钟就差不多装完了。

安装完成,重新启动,出现grub启动引导菜单,如果是多系统,会看到其他的选项,如我是双系统,fedora core (2.6.5-1.358)下面还有一个other,就是windows,如果选它,就由ntloader引导进入windows;

第一次进入fc2,是gnome桌面;

首先修改/etc/inittab,将id:5:initdefault:改为id:3:initdefault:

修改/boot/grub/grub.conf,将title other改为 windows xp/2000/2003等,其他不用动;

linux不在主分区可以这样,如果是主分区,那么启动windows,还要激活分区,在grub.conf里windows那一段添加为

title windows XXX

rootnoverify (hd0,x)

makeactive

chainloader +1

boot (可以不加)

修改/etc/fstab/

建立目录/mnt/WinXP /mnt/WinD /mnt/WinE

#mkdir /mnt/WinXP

#mkdir /mnt/WinD

#mkdir /mnt/WinE

改变权限#chmod 777 /mnt/WinD /mnt/WinE

添加windows分区的加载信息如:

/dev/hda1 /mnt/WinXP ntfs auto,ro,nls=cp936,uid=1000,gid=1000,umask=000 0 0

/dev/hda5 /mnt/WinD vfat umask=0,rw,iocharset=cp936 0 0

/dev/hda6 /mnt/WinE vfat umask=0,rw,iocharset=cp936 0 0

我这里的设置跟有些兄弟说的不一样,还是加了cp936的项,而且文件名读取正常;相反,如果不加,倒是乱码。

添加xdsl连接:

图形工具# system-config-network,新建xdsl填写网卡、供应商、账户、密码即可;

用adsl-setup# adsl-setup,按照提示一步步填写即可;

====================================================================

Welcome to the ADSL client setup. First, I will run some checks on

your system to make sure the PPPoE client is installed properly...

LOGIN NAME

Enter your Login Name (default root): ( 填写账户名)

INTERFACE

Enter the Ethernet interface connected to the ADSL modem

For Solaris, this is likely to be something like /dev/hme0.

For Linux, it will be ethX, where 'X' is a number.

(default eth0): (上网用的网卡接口,默认eth0)

Do you want the link to come up on demand, or stay up continuously?

If you want it to come up on demand, enter the idle time in seconds

after which the link should be dropped. If you want the link to

stay up permanently, enter 'no' (two letters, lower-case.)

NOTE: Demand-activated links do not interact well with dynamic IP

addresses. You may have some problems with demand-activated links.

Enter the demand value (default no): (是按需拨号,还是持续连接;按需拨号,填写空闲时间,如60(秒);默认持续连接)

DNS

Please enter the IP address of your ISP's primary DNS server.

If your ISP claims that 'the server will provide dynamic DNS addresses',

enter 'server' (all lower-case) here.

If you just press enter, I will assume you know what you are

doing and not modify your DNS setup.

Enter the DNS information here: (域名解析服务器,可以填server,自动寻找;也可以直接填地址)

PASSWORD

Please enter your Password:

Please re-enter your Password: (输入口令并确认)

USERCTRL

Please enter 'yes' (two letters, lower-case.) if you want to allow

normal user to start or stop DSL connection (default yes): (用户控制,yes允许普通用户启动、关闭连接;默认yes)

FIREWALLING

Please choose the firewall rules to use. Note that these rules are

very basic. You are strongly encouraged to use a more sophisticated

firewall setup; however, these will provide basic security. If you

are running any servers on your machine, you must choose 'NONE' and

set up firewalling yourself. Otherwise, the firewall rules will deny

access to all standard servers like Web, e-mail, ftp, etc. If you

are using SSH, the rules will block outgoing SSH connections which

allocate a privileged source port.

The firewall choices are:

0 - NONE: This script will not set any firewall rules. You are responsible

for ensuring the security of your machine. You are STRONGLY

recommended to use some kind of firewall rules.

1 - STANDALONE: Appropriate for a basic stand-alone web-surfing workstation

2 - MASQUERADE: Appropriate for a machine acting as an Internet gateway

for a LAN

Choose a type of firewall (0-2)防火墙规则,0-无有,1-基本工作站,2-局域网网关;一般选1就行)

Start this connection at boot time

Do you want to start this connection at boot time?

Please enter no or yes (default no): (是否随系统启动,如果包月yes)

** Summary of what you entered **

Ethernet Interface: eth0

User name: *********

Activate-on-demand: No

DNS addresses: Supplied by ISP's server

Firewalling: STANDALONE

User Control: yes

Accept these settings and adjust configuration files (y/n)? (是否接受这些设置,并调整配置文件)

Adjusting /etc/sysconfig/network-scripts/ifcfg-ppp0

Adjusting /etc/ppp/chap-secrets and /etc/ppp/pap-secrets

Congratulations, it should be all set up!

Type '/sbin/ifup ppp0' to bring up your xDSL link and '/sbin/ifdown ppp0'

to bring it down.

Type '/sbin/adsl-status /etc/sysconfig/network-scripts/ifcfg-ppp0'

to see the link status. (配置完成,启

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有