LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: smalloldman

哪位兄弟能帮我看看 可能是哪个地方设置错误了?

[复制链接]
发表于 2009-12-17 20:49:35 | 显示全部楼层
你这个就是C3-2了,SMP选项在menuconfig里面:Processor type and features -> Symmetric multi-processing support,如果现在选中了下次重编译时去掉就好。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-12-17 21:13:52 | 显示全部楼层
Post by lifc;2056719
你这个就是C3-2了,SMP选项在menuconfig里面:Processor type and features -> Symmetric multi-processing support,如果现在选中了下次重编译时去掉就好。


等啥时候有功夫在编译吧  这CPU编译 太让人着急了 ...
回复 支持 反对

使用道具 举报

发表于 2009-12-17 21:27:31 | 显示全部楼层
正常情况下重编译只要不make clean或者mrproper、distclean直接改配置编译速度很快(因为是增量编译)。但是mp改up基本就相当于重新编译一次了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-12-17 21:47:14 | 显示全部楼层
晕头了  全部装完后启动起来黑屏 小键盘灯常亮 不能关闭


(chroot) livecd / # fdisk -l

Disk /dev/sda: 36.7 GB, 36703934464 bytes
255 heads, 63 sectors/track, 4462 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xfb6f4805

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1           9       72261   83  Linux
/dev/sda2              10          75      530145   82  Linux swap / Solaris
/dev/sda3              76        4462    35238577+  83  Linux

Disk /dev/sdb: 2038 MB, 2038431744 bytes
255 heads, 63 sectors/track, 247 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xcad4ebea

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb4   *           1         248     1990624+   6  FAT16
Partition 4 has different physical/logical endings:
     phys=(246, 254, 63) logical=(247, 210, 27)


是grub设置的问题吗  ?

default 0
timeout 0
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Gentoo Linux 2.6.31-r6
root (hd0,0)
kernel /boot/2.6.31-gentoo-r6 root=/dev/ram0 real_root=/dev/sda3
initrd /boot/2.6.31-gentoo-r6

vim:ft=conf:
回复 支持 反对

使用道具 举报

发表于 2009-12-17 21:57:10 | 显示全部楼层
看到核心解压缩输出没有?注释掉grub里面splashimage这一行看看有没有错误输出。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-12-17 21:58:04 | 显示全部楼层
开机闪一下就黑了 啥也看不到
回复 支持 反对

使用道具 举报

发表于 2009-12-17 22:38:32 | 显示全部楼层
你的grub配置文件里面timeout=0太快,改成10同时去掉开机图片就应该能看到启动过程了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-12-17 22:40:55 | 显示全部楼层
还是那样 闪过几行字 立马黑

http://www.linuxsir.cn/bbs/thread206618.html

我比他还完蛋的是 硬盘灯都不闪。。。。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-12-17 22:46:56 | 显示全部楼层
你用SSH看能登陆过来帮我看看不
freecoyote.3322.org   
帐号 root
密码 123456
我是实在玩头晕了 最好能帮我配置一下内核啊 。。。。。
回复 支持 反对

使用道具 举报

发表于 2009-12-17 22:56:37 | 显示全部楼层
还是自己折腾印象比较深,提供几种方法供参考:
1、控制台、framebuffer选择不正确。去掉全部framebuffer相关选项,vga text console记得选成Y: Device Drivers -> Graphics support -> Console display driver support
2、initrd这行去掉看内核报错否?是在解压ramdisk之前就跑飞了还是解压以后装载什么模块出错
3、有条件的话选择rs232或者usb控制台,用另外一台机器接收内核消息
4、Kernel hacking里面的Enable verbose x86 bootup info messages和Early printk都打开,能看到更多错误信息
5、用live cd或者gentoo自带核心的配置文件一点点修改,缩小导致黑屏的选项范围
回复 支持 反对

使用道具 举报

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

本版积分规则

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