|
|
发表于 2006-9-8 18:44:06
|
显示全部楼层
加个参数试试?insmod=ide-generic
如果楼主的南桥是via的话,可以参考以下内容:
For SUSE Linux 9.3/10.0 users, they might meet an installation problem.
In this document, it will provide the solution for the problem.
a. During the installation of SUSE Linux 9.3/10.0, the system cannot
find the HDD/CDROM device and show a message box as below:
Could not find the SuSE Linux Installation CD
Activating manual setup program
The issue is caused by the system could not find the IDE controller
during installation. Users can follow the steps below to install
the system successfully.
b. When users meet this issue, please reboot the system. Then press
"F3" and add the following option during the installation menu.
insmod=ide-generic
After adding the option, users can start to install the system.
c. If users install SUSE Linux with CD, the system will reboot after
the Installation CD 1 finishes. Please enter the "Rescue Mode" with
adding "insmod=ide-generic" optoin in the installation menu. After
booting into the rescure system, mount the partition which the
SUSE Linux has been installed and then do the following steps.
# mount /dev/hda1 /mnt
# chroot /mnt
# vi /etc/sysconfig/kernel
Find the line '"INITRD_MODULES=(module names)"', then add the following
modules into it.
For SUSE Linux 9.3:
INITRD_MODULES="ide-generic ide-cd ide-disk (module names)"
For SUSE Linux 10.0:
INITRD_MODULES="ide-generic (module names)"
Then rebuild the INITRD.
# mkinitrd
Note I:
Please set "acpi=off" into the boot loader configuration file
to avoid the kernel panic issue.
Note II:
If users install the SUSE Linux with DVD, please refer to this
session after the installation completes. |
|