|
|
重启时/dev/sda1上的grub没问题,
错误:swapon /dev/sda2 cann't stat /dev/sda2 No such file or directory
/dev/sda3 The superblock could not be read...
I have tried e2fsck -b 8193 /dev/sda3
but nothing is changed.
设置:
1. 1.1 fdisk /dev/sda
1.2 mke2fs /dev/sda3
mke2fs /dev/sda1
1.3 mkswap /dev/sda2
1.4 swapon /dev/sda2
1.5 mount /dev/sda3 /mnt/install
mount /dev/sda1 /mnt/install/boot
mount proc /mnt/install/proc -t proc
mount devpts /mnt/install/dev/pts -t devpts
2. Configure network `modprobe pcnet32' in VMWare
2.2 how to configure dhcp?
3.
# vi /etc/fstab
/dev/sda1 /boot ext2 defaults 1 2
/dev/sda3 / ext3 defaults 0 1
/dev/sda2 swap swap pri=1 0 0
proc...
devpts....
tmpfs...
#vi /dev/make_devices
how to customize this file?
#/dev/make_devices |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|