LinuxSir.cn,穿越时空的Linuxsir!

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

求助,升级到新内核后不能启动系统

[复制链接]
发表于 2009-1-27 15:12:03 | 显示全部楼层 |阅读模式
具体信息看这里
https://bugzilla.redhat.com/show_bug.cgi?id=478330
这个人出的问题和我一样,在最后他说
Finally found a matching bug report. Closing this one.

*** This bug has been marked as a duplicate of 296361 ***
我又到
https://bugzilla.redhat.com/show_bug.cgi?id=296361
去看bug 296361,
但这里就看不大懂了

我的/etc/fstab
UUID=dda5ebc8-87e7-48a5-af53-530a9bc0db8c /                       xfs     defaults        1 1
UUID=7fb61460-bc5c-4cc0-be84-5816285df4ab /boot                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
UUID=7605e52e-7122-4e79-a76c-84a6ea0c565d swap                    swap    defaults        0 0

我的grub.conf
default=1
timeout=3
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.9-159.fc10.i686)
        root (hd0,0)
        kernel /vmlinuz-2.6.27.9-159.fc10.i686 ro root=UUID=dda5ebc8-87e7-48a5-a
f53-530a9bc0db8c rhgb quiet
        initrd /initrd-2.6.27.9-159.fc10.i686.img
title Fedora (2.6.27.7-134.fc10.i686)
        root (hd0,0)
        kernel /vmlinuz-2.6.27.7-134.fc10.i686 ro root=UUID=dda5ebc8-87e7-48a5-a
f53-530a9bc0db8c rhgb quiet
        initrd /initrd-2.6.27.7-134.fc10.i686.img
title Fedora (2.6.27.5-117.fc10.i686)
        root (hd0,0)
        kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=dda5ebc8-87e7-48a5-a
f53-530a9bc0db8c rhgb quiet
        initrd /initrd-2.6.27.5-117.fc10.i686.img

只有第2.6.27.7-134的那个内核好是

我的mkinitrd
名称          : mkinitrd
架构          : i386
版本          : 6.0.71
发行          : 3.fc10
大小          : 142 k
Repo          : installed
语法          : 创建一个用于预载入模块的初始 ramdisk 映像。
统一资源定位符: git://git.fedoraproject.org/git/hosted/mkinitrd
许可证        : GPLv2+
升级          : mkinitrd creates filesystem images for use as initial ram
              : filesystem (initramfs) images.  These images are used to find
              : and mount the root filesystem.
发表于 2009-1-27 22:48:10 | 显示全部楼层
看起来是 nash 的一个 bug ,还没解决好像,优先级低……

在 /etc/fstab 中加上 norelatime 参数试试?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-1-30 02:36:56 | 显示全部楼层
Post by pingz;1941822
看起来是 nash 的一个 bug ,还没解决好像,优先级低……

在 /etc/fstab 中加上 norelatime 参数试试?

那个。。不好意思,没用过那个参数,怎么加?
回复 支持 反对

使用道具 举报

发表于 2009-1-30 05:03:05 | 显示全部楼层
大约类似于这个格式:
  1. UUID=XXXXXXXXXXXXXXXXXXXXXXXXXX/                       ext3    relatime,defaults        1 1
复制代码

其实, man fstab 一下就清楚了。里面说得很清楚。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-1-30 12:57:35 | 显示全部楼层
谢谢!原来man还可以这么用,以前发现可以用man查函数用法,现在发现配置文件也可以查。。。。
回复 支持 反对

使用道具 举报

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

本版积分规则

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