发新话题
打印

【讨论】n550+ich8芯片组装linux

【讨论】n550+ich8芯片组装linux

我用的是AMD3600+双核主板是abit的kn9s(芯片组是n550+ICH8的)4个SATA口,1个PATA口,装64位的FC6,硬盘安装。

问题:用光盘安装或grub引导ISO安装均报错:

MP-BIOS bug: 8524 timer not connected to IO-APIC
Kernel Panic - not syncing:io-apic doesn't work!try using the ‘noapic' kernel parameter。


一些文章中提到的安装前需要更改sata的模式为普通模式,然后再改过来,但是这个板子没有此类设置,我挂PATA盘禁用SATA仍旧出此问题无法安装。


望诸位群策群力帮我解决。

我的 qq 53612328 msn [email="dasheng_j@hotmail.com"]dasheng_j@hotmail.com[/email]


这是我的MENU.LST
timeout 5

title Windows at (hd0,0)
root (hd0,0)
chainloader +1

title fc6 at (hd1,0)
root (hd1,0)
kernel (hd1,0)/isolinux/vmlinuz root=/dev/ram ramdisk_size=20000 devfs=mount,dall
initrd (hd1,0)/isolinux/initrd.img
boot




root=/dev/ram ramdisk_size=20000 devfs=mount,dall这句是什么意思?许多人都说必须加可我加不加都是那个错误      

TOP

已经解决

title fc6 at (hd1,0)
root (hd1,0)
kernel (hd1,0)/isolinux/vmlinuz  noapic
initrd (hd1,0)/isolinux/initrd.img
boot


加了参数就好了      

TOP

发新话题