cccccc 发表于 2003-11-7 01:09:50

从rh8硬盘安装rh3as(企业版)

#########################################################################################
# Part VI : Install rhel-3-as-i386 from redhat8's harddisk #
#########################################################################################
1.
mkdir /mnt/img
mount -o loop /dev/hda3/rhel-3-as/rhel-3-i386-as-disk1.iso /mnt/cdrom
mount -o loop /mnt/cdrom/images/bootdisk.img /mnt/img
mkdir /boot/img
cp /mnt/img/* /boot/img -Rf

mv /dev/hda3/rhel-3-as/rhel-3-i386-as-disk1.iso /dev/hda3/1.iso
...
2.
grub c
kernel /img/vmlinuz ro root=/dev/hda1
initrd /img/initrd.img
boot

3.
select harddisk=hda3

4.
/boot p ext3 100M
/ p ext3 20480M(20G)
/freebsd(data1) p ext3 10240M(10G)

/swap e swap 512M
/home e ext3 10240M(10G)
/data2 e vfat

(i am alongbow.)

cccccc 发表于 2003-11-7 01:14:08

cat /proc/meminfo
发现内存少了一半才542826496(256M) :!: 我的是512M.

硬盘安装很快,其他感觉还不错 :P
没装LILO,就GRUB.

cccccc 发表于 2003-11-7 02:01:18

doc
http://www.redhat.com/docs/manuals/enterprise/

alongbow 发表于 2003-11-7 22:24:07

原来一条内存条没插好。

alongbow 发表于 2003-11-7 23:39:42

觉得比redhat 8 好多了.
页: [1]
查看完整版本: 从rh8硬盘安装rh3as(企业版)