|
下面的方法主要是参考http://www.linuxfans.org/nuke/mo ... ewtopic&t=70110
我前一段时间下了fanx-1.2-rc.iso,一直都没有在硬盘上成功启动。
我用QEMU 在slackware 环境下面成功启动,在fanx 中启动sshd:
scp -r root@fanx:/{bin,etc,home,lib,opt,root,sbin,usr,var} /mnt/
mkdir -p /mnt/{dev,boot,mnt,proc,tmp}
scp root@fanx:/boot/vmlinuz /mnt/boot
[~]#df
Filesystem 1K-块 已用 可用 已用% 挂载点
/dev/hda1 8262068 3962356 4215776 49% /
/dev/hda3 28557636 1399632 27158004 5% /mnt
############ lilo.conf #################
boot = /dev/hda
prompt
timeout = 50
change-rules
reset
vga = normal
image = /boot/SlackWare/bzImage
root = /dev/hda1
label = SlackWare
read-only
image = /mnt/boot/vmlinuz
root = /dev/hda3
label = FanX-1.2
read-write
############ lilo.conf #################
lilo -m /mnt/boot/map
启动时出现错误,下面是我搜索后所做的操作
[~]#chroot /mnt
mknod /mnt/dev/console c 5 1
[~]#mkdir /dev/pts
最后还是卡住了,下面是输出信息,肯求帮助:
…………
no console device foundStarting /usr/bin/fsab-update demon,which will update fstab auto matically…
INIT: Id "c4" respawning too fast: disable for 5 minutes
INIT: Id "c1" respawning too fast: disable for 5 minutes
INIT: Id "c2" respawning too fast: disable for 5 minutes
INIT: Id "c3" respawning too fast: disable for 5 minutes
INIT: Id "c5" respawning too fast: disable for 5 minutes
INIT: Id "c6" respawning too fast: disable for 5 minutes
INIT: Id no more processes left in this runlevel |
|