Bugzilla – Bug 392219
KDE Live CD: Cannot install from /dev/hda (Couldn't find CD image configuration file), hdc works
Last modified: 2008-06-30 11:51:39 UTC
If I try to boot the KDE Live CD in my DVD-drive /dev/hda I get the following messages: Drive not ready yet... waiting Couldn't find CD image configuration file Then the machine reboots after 120 seconds. If I use my second DVD-drive /dev/hdc it works flawlessly.
Hello, please send yast2 logs from installation. If you are unsure follow: http://en.opensuse.org/Bugs/YaST Thanks
*** This bug has been marked as a duplicate of bug 390934 ***
If you boot with kiwidebug=1, you'll be dropped into an emergency shell, from there, please do the followings. 1. Plug in a USB stick (if a harddisk or any other writable storage device is already detected, you can just that too) 2. mount the device under /mnt. e.g. mount /dev/sda1 /mnt. You can find out the device name by looking at the output of dmesg or /var/log/boot.msg 3. Run the following: cp /var/log/boot.msg /mnt; dmesg > /mnt/dmesg.out; hwinfo --all > /mnt/lspci.out; cat /proc/interrupts > interrupts.out 4. unmount /mnt and post the result files here. Thanks.
Please reopen the bug if you can provide the needed information, thanks.