https://bugzilla.novell.com/show_bug.cgi?id=384275 User teheo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c7 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |vodicka.petr@email.cz --- Comment #7 from Tejun Heo <teheo@novell.com> 2008-05-20 22:33:36 MST --- Indeed, Petr, the problem is that sata_via and pata_via didn't detect the controllers for some reason. Can you please do the followings? 1. Boot the beta3 installation media w/o any parameter. If ATA detection fails, it will tell you as such and stop. Switch to vc9 (ctrl-alt-f9). It will give you a command console. 2. Plug in a usb stick. Running dmesg and reading the output will tell you which device node it got. If harddisk detection failed, it's likely get assigned /dev/sda. 3. Mount it under /mnt by running "mount /dev/sda1 /mnt". Depending on how the usb stick is formatted, you might need to load fs module. e.g. For ext3, modprobe ext3. 4. Run "cp /var/log/boot.msg /mnt; dmesg > /mnt/dmesg.out; lspci -nn > /mnt/lspci.out; cat /proc/interrupts > /mnt/interrupts.out; umount /mnt" 5. Post the result files here. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.