由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - 自己编译的vanilla kernel在FC15上只能进入system rescue mode
相关主题
SuSE Enterprise 10: Kernel Update问题ATI 显卡也有 kernel mode setting 硬件加速了
FC 14->15 的小修正。8GB ~~~~~ oh yeah!
现在各个distro对i7内置gpu的支持怎么样?Ubuntu的非服务器版
root file system 和kernel有什么不一样吗?fedora 11 nvidia显卡不认宽屏!!
32位的linux内核是不是要重新编译以后才能支持3G以上内存?好,很好
新的 localmodconfig 可以自动选择系统需要的 moduleandroid 内核编译
Kernel doesn't boot after upgraded to 256MB memoryMacBook 4.1 升级到 FC 14 后 X 卦了
what's the "1000M ethernet support" in the kernel configpidgin又连不了msn了
相关话题的讨论汇总
话题: fc15话题: kernel话题: rescue话题: 编译话题: mode
进入Linux版参与讨论
1 (共1页)
f********1
发帖数: 1601
1
我之前一直用自己编译的vanilla kernel, 上周还在用FC14时用git升级到了2.6.39,
在FC14
上用着毫无问题。 后来升级到FC15, 自己编的2.6.39就用不行了,每次启动就会进
system
rescue mode, 重新编译也没用。看log也没看出什么名堂。
大家有什么建议?为什么FC15让我的kernel进rescue mode?
S*A
发帖数: 7142
2
你大概缺乏什么 driver 吧。
最简单就是吧 FC15 的 kernel config copy 到自己的 linux/.config.
make oldconfig
make
make modules_install
make install
reboot

【在 f********1 的大作中提到】
: 我之前一直用自己编译的vanilla kernel, 上周还在用FC14时用git升级到了2.6.39,
: 在FC14
: 上用着毫无问题。 后来升级到FC15, 自己编的2.6.39就用不行了,每次启动就会进
: system
: rescue mode, 重新编译也没用。看log也没看出什么名堂。
: 大家有什么建议?为什么FC15让我的kernel进rescue mode?

f********1
发帖数: 1601
3
其实硬件没有变化呀
FC15的kernel config哪里能找到? 如果我不加FC15的kernel patch, 这个kernel
config
还能用么?

【在 S*A 的大作中提到】
: 你大概缺乏什么 driver 吧。
: 最简单就是吧 FC15 的 kernel config copy 到自己的 linux/.config.
: make oldconfig
: make
: make modules_install
: make install
: reboot

S*A
发帖数: 7142
4
可以找到,能用。
/boot/config-xxxx

【在 f********1 的大作中提到】
: 其实硬件没有变化呀
: FC15的kernel config哪里能找到? 如果我不加FC15的kernel patch, 这个kernel
: config
: 还能用么?

S*A
发帖数: 7142
5
不是硬件变化,是 kernel 的变化需要改 config
f********1
发帖数: 1601
6
谢了,等下试试

【在 S*A 的大作中提到】
: 可以找到,能用。
: /boot/config-xxxx

1 (共1页)
进入Linux版参与讨论
相关主题
pidgin又连不了msn了32位的linux内核是不是要重新编译以后才能支持3G以上内存?
就没有完美的系统!新的 localmodconfig 可以自动选择系统需要的 module
终于离不开LINUX了Kernel doesn't boot after upgraded to 256MB memory
about compiling new glibc/gcc in fc14what's the "1000M ethernet support" in the kernel config
SuSE Enterprise 10: Kernel Update问题ATI 显卡也有 kernel mode setting 硬件加速了
FC 14->15 的小修正。8GB ~~~~~ oh yeah!
现在各个distro对i7内置gpu的支持怎么样?Ubuntu的非服务器版
root file system 和kernel有什么不一样吗?fedora 11 nvidia显卡不认宽屏!!
相关话题的讨论汇总
话题: fc15话题: kernel话题: rescue话题: 编译话题: mode