LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 634|回复: 6

求助:新安装2005.0无法正常启动

[复制链接]
发表于 2005-4-27 11:42:46 | 显示全部楼层 |阅读模式
启动后进入一个类似安全模式的状态,除了根挂载上外(以只读方式),其他文件系统均未挂载上
下面是我的/etc/fstab文件
[PHP]
/dev/hda1               /boot           ext2           noatime                  1 2
/dev/hda2               none            swap            sw                      0 0
/dev/hdb6               none            swap            sw                      0 0
/dev/hda3               /               ext3            defaults,noatime        0 1
/dev/hda5               /usr            reiserfs        defaults,noatime        0 2
/dev/hda6               /home           reiserfs       defaults,noatime         0 2
/dev/hdb5               /var            reiserfs       defaults,noatime,notail         0 2
/dev/cdroms/cdrom0      /mnt/cdrom      iso9660         noauto,ro               0 0
none                    /proc           proc            defaults                0 0
none                    /dev/shm        tmpfs           defaults                0 0

[/PHP]

这是我的grub.conf文件:
[PHP]
title  Gentoo Linux 2.6.11
root (hd0,0)
kernel /kernel-2.6.11-gentoo-r6 root=/dev/hda3
boot
[/PHP]


请帮忙看一下,。。我不知道怎么办了,55
 楼主| 发表于 2005-4-27 12:28:29 | 显示全部楼层
大家看一看呀,
启动时最后几行的提示是:
[PHP]
EXT3-fs mountd filesystem with ordered data mode
VFS Mounted root (ext3 filesystem) readonly
Freeing unused kernel memory:232k freed
Kjournald starting . Commit interval 5 seconds.
sh-2.05b#
[/PHP]
回复 支持 反对

使用道具 举报

发表于 2005-4-27 12:51:30 | 显示全部楼层
Change your grub.conf like this


  1. title  Gentoo Linux 2.6.11
  2. root (hd0,0)
  3. kernel /kernel-2.6.11-gentoo-r6 root=/dev/hda[color=red]1[/color]
  4. boot
复制代码


Your gentoo may work.....
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-4-27 13:32:56 | 显示全部楼层
这样不行啊
我的分区是:
/dev/hda1 /boot  ext2
/dev/hda2 swap
/dev/hda3 /        ext3
/dev/hda5  /usr  reiserfs
/dev/hda6 /home  reiserfs

/dev/hdb5   /var  reiserfs
回复 支持 反对

使用道具 举报

发表于 2005-4-27 14:43:19 | 显示全部楼层
Sorry, it's my fault~~ I don't know what's the problem!

If u wish, you could try the following fstab
/dev/hda1               /boot           ext2           defaults,noatime       1 2
... ...
/dev/hda3               /                  ext3            defaults                    0 1
... ...

The is standard conf on the gentoo manual, but I'm not sure this
will work~~~~

Concerning... ...
回复 支持 反对

使用道具 举报

发表于 2005-4-27 14:47:21 | 显示全部楼层
编译内核不要把devfs选进去
回复 支持 反对

使用道具 举报

发表于 2005-4-27 14:56:24 | 显示全部楼层
Post by versace
编译内核不要把devfs选进去


Supplement:
This is a obsolete kernel option,right??
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表