|
具体信息看这里
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. |
|