|
|

楼主 |
发表于 2005-1-14 17:30:23
|
显示全部楼层
好了,重装vmware fedora、lfs5.0完成了,网卡也配好了。
lfs id: 14631
谢谢大家的帮助
环境:
vmware 4.52 buid8848
主系统: fedora 1
lfs: lfs5.0 from http://lfs.linuxsir.cn/cgi-bin/wiki/moin.cgi/
- 分区情况:
- fdisk -l
- Disk /dev/hda: 42.9 GB, 42949672960 bytes
- 255 heads, 63 sectors/track, 5221 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Device Boot Start End Blocks Id System
- /dev/hda1 * 1 13 104391 83 Linux
- /dev/hda2 14 2623 20964825 83 Linux
- /dev/hda3 2624 2663 321300 82 Linux swap
- /dev/hda4 2664 5221 20547135 83 Linux
复制代码
- grub.conf配置
- /etc/grub.conf
- # grub.conf generated by anaconda
- #
- # Note that you do not have to rerun grub after making changes to this file
- # NOTICE: You have a /boot partition. This means that
- # all kernel and initrd paths are relative to /boot/, eg.
- # root (hd0,0)
- # kernel /vmlinuz-version ro root=/dev/hda2
- # initrd /initrd-version.img
- #boot=/dev/hda
- default=0
- timeout=10
- splashimage=(hd0,0)/grub/splash.xpm.gz
- title Fedora Core (2.4.22-1.2115.nptl)
- root (hd0,0)
- kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ rhgb
- initrd /initrd-2.4.22-1.2115.nptl.img
- title LFS 5.0
- root (hd0,3)
- kernel /boot/lfskernel root=/dev/hda4 ro
复制代码 |
|