查看: 936|回复: 9

转帖:ghost linux系统

 关闭 [复制链接]

签到天数: 730 天

连续签到: 1 天

[LV.9]尊贵海王II

发表于 2009-6-18 12:57 | 显示全部楼层 |阅读模式
工具:ghost.exeimage file ( 最小而完整的系统所作出来的image文件 ).
Ghost linux主要几个步骤:
1、 boot from cd
2、 restore redhat image into hard disk
3、 define major hard disk space as reiserfs partition
4、 update /etc/lilo.conf and execute lilo –v update the /etc/fstab
5、 cp all/ files into/reiser ( the mount partition reiserfs partition )
6、 reboot ,,ok!!!

每步的详细操作:
一、 boot from cd
二、 restore with ghost
select destination drive and make sure the new and old sizes are the same.
(we want to use the free space for reiserfs later )
ghost过程应该很快,然后reboot,别忘了取出光盘。
按提示config系统查找到的硬件。
三、 define new partition with fdisk
# fdisk/dev/had
command( mforhelp) : p查看分区情况。
Command( mforhelp ) : ndefine anew partition .
1 ,2 分区都已经用了,我们选 3 ,
first cylinder and last cylinder 都按 default , 也就是用了其它的剩余空间。
确认他的ID 是83 ,,83对应的是liunx,ID等于的5对应为extend , 82对应为linux swap。
在按p查看一下分区表的情况。这时应该添加了/dev/hda3 了。
之后 #sync;sync;sync;reboot

然后 # mkreiserfs/ dev / hda3
系统会提示attention : all data will be lost on ‘ / dev/ hda3 ‘ !(y /n ) 选 y 继续
initializing journa 10% ..20 % ………100%
syncing…….

四、update /etc/lilo.conf and execute lilo –vupdate the /etc/fstab

修改lilo.conf
#vi/etc/lilo.conf
change“root=/dev/hda1 “to “ root= /dev/hda3 “
#lilo-v-v

修改 fstab
#vi/etc/fstab
把第一行注释掉,然后加入
“/dev/hda3 /reiserfsdefault11“
保存退出。


五、cp all/ files into/reiser ( the mount partition reiserfs partition )

# mkdir/reiser
# mount –treiserfs/devhda3/reiser
# cp-a-x//reiser
这步需要点时间,(我的台式机赛扬2.4,512内存,20分钟,时间稍长了点)

Cp 完成后
# sync ; sync ; sync ; reboot
<
PCOS系统下载站:http://zhuangji.wang

签到天数: 730 天

连续签到: 1 天

[LV.9]尊贵海王II

 楼主| 发表于 2009-6-18 12:57 | 显示全部楼层

转帖:ghost linux系统

工具:ghost.exeimage file ( 最小而完整的系统所作出来的image文件 ).
Ghost linux主要几个步骤:
1、 boot from cd
2、 restore redhat image into hard disk
3、 define major hard disk space as reiserfs partition
4、 update /etc/lilo.conf and execute lilo –v update the /etc/fstab
5、 cp all/ files into/reiser ( the mount partition reiserfs partition )
6、 reboot ,,ok!!!

每步的详细操作:
一、 boot from cd
二、 restore with ghost
select destination drive and make sure the new and old sizes are the same.
(we want to use the free space for reiserfs later )
ghost过程应该很快,然后reboot,别忘了取出光盘。
按提示config系统查找到的硬件。
三、 define new partition with fdisk
# fdisk/dev/had
command( mforhelp) : p查看分区情况。
Command( mforhelp ) : ndefine anew partition .
1 ,2 分区都已经用了,我们选 3 ,
first cylinder and last cylinder 都按 default , 也就是用了其它的剩余空间。
确认他的ID 是83 ,,83对应的是liunx,ID等于的5对应为extend , 82对应为linux swap。
在按p查看一下分区表的情况。这时应该添加了/dev/hda3 了。
之后 #sync;sync;sync;reboot

然后 # mkreiserfs/ dev / hda3
系统会提示attention : all data will be lost on ‘ / dev/ hda3 ‘ !(y /n ) 选 y 继续
initializing journa 10% ..20 % ………100%
syncing…….

四、update /etc/lilo.conf and execute lilo –vupdate the /etc/fstab

修改lilo.conf
#vi/etc/lilo.conf
change“root=/dev/hda1 “to “ root= /dev/hda3 “
#lilo-v-v

修改 fstab
#vi/etc/fstab
把第一行注释掉,然后加入
“/dev/hda3 /reiserfsdefault11“
保存退出。


五、cp all/ files into/reiser ( the mount partition reiserfs partition )

# mkdir/reiser
# mount –treiserfs/devhda3/reiser
# cp-a-x//reiser
这步需要点时间,(我的台式机赛扬2.4,512内存,20分钟,时间稍长了点)

Cp 完成后
# sync ; sync ; sync ; reboot
PCOS系统下载站:http://zhuangji.wang
回复 支持 反对

使用道具 举报

签到天数: 730 天

连续签到: 1 天

[LV.9]尊贵海王II

 楼主| 发表于 2009-6-18 12:57 | 显示全部楼层

转帖:ghost linux系统

工具:ghost.exeimage file ( 最小而完整的系统所作出来的image文件 ).
Ghost linux主要几个步骤:
1、 boot from cd
2、 restore redhat image into hard disk
3、 define major hard disk space as reiserfs partition
4、 update /etc/lilo.conf and execute lilo –v update the /etc/fstab
5、 cp all/ files into/reiser ( the mount partition reiserfs partition )
6、 reboot ,,ok!!!

每步的详细操作:
一、 boot from cd
二、 restore with ghost
select destination drive and make sure the new and old sizes are the same.
(we want to use the free space for reiserfs later )
ghost过程应该很快,然后reboot,别忘了取出光盘。
按提示config系统查找到的硬件。
三、 define new partition with fdisk
# fdisk/dev/had
command( mforhelp) : p查看分区情况。
Command( mforhelp ) : ndefine anew partition .
1 ,2 分区都已经用了,我们选 3 ,
first cylinder and last cylinder 都按 default , 也就是用了其它的剩余空间。
确认他的ID 是83 ,,83对应的是liunx,ID等于的5对应为extend , 82对应为linux swap。
在按p查看一下分区表的情况。这时应该添加了/dev/hda3 了。
之后 #sync;sync;sync;reboot

然后 # mkreiserfs/ dev / hda3
系统会提示attention : all data will be lost on ‘ / dev/ hda3 ‘ !(y /n ) 选 y 继续
initializing journa 10% ..20 % ………100%
syncing…….

四、update /etc/lilo.conf and execute lilo –vupdate the /etc/fstab

修改lilo.conf
#vi/etc/lilo.conf
change“root=/dev/hda1 “to “ root= /dev/hda3 “
#lilo-v-v

修改 fstab
#vi/etc/fstab
把第一行注释掉,然后加入
“/dev/hda3 /reiserfsdefault11“
保存退出。


五、cp all/ files into/reiser ( the mount partition reiserfs partition )

# mkdir/reiser
# mount –treiserfs/devhda3/reiser
# cp-a-x//reiser
这步需要点时间,(我的台式机赛扬2.4,512内存,20分钟,时间稍长了点)

Cp 完成后
# sync ; sync ; sync ; reboot
PCOS系统下载站:http://zhuangji.wang
回复 支持 反对

使用道具 举报

签到天数: 14 天

连续签到: 0 天

[LV.3]小小虾米II

发表于 2009-6-18 13:13 | 显示全部楼层
俺以为有GHOST好了的LINUX
PCOS系统下载站:http://zhuangji.wang
回复 支持 反对

使用道具 举报

签到天数: 91 天

连续签到: 0 天

[LV.6]海之精灵II

发表于 2009-6-20 17:19 | 显示全部楼层
俺也以为有GHOST好了的LINUX
PCOS系统下载站:http://zhuangji.wang
回复 支持 反对

使用道具 举报

签到天数: 84 天

连续签到: 0 天

[LV.6]海之精灵II

发表于 2009-11-5 21:29 | 显示全部楼层
以前很想试试,但没成功!现在来学习了!
PCOS系统下载站:http://zhuangji.wang
回复 支持 反对

使用道具 举报

签到天数: 420 天

连续签到: 0 天

[LV.9]尊贵海王II

发表于 2010-5-17 20:41 | 显示全部楼层
学习学习。
PCOS系统下载站:http://zhuangji.wang
回复 支持 反对

使用道具 举报

签到天数: 1092 天

连续签到: 0 天

[LV.10]逍遥海仙III

发表于 2010-5-17 21:24 | 显示全部楼层
进来学习学习
PCOS系统下载站:http://zhuangji.wang
回复 支持 反对

使用道具 举报

签到天数: 1407 天

连续签到: 0 天

[LV.10]逍遥海仙III

发表于 2010-5-25 10:22 | 显示全部楼层
昨天试了下,没安装成功~~
PCOS系统下载站:http://zhuangji.wang
回复 支持 反对

使用道具 举报

签到天数: 21 天

连续签到: 0 天

[LV.4]虾兵鱼兵III

发表于 2010-8-29 09:26 | 显示全部楼层
不错,下次可以试试,不过有点难
PCOS系统下载站:http://zhuangji.wang
回复 支持 反对

使用道具 举报

本版积分规则