Am Thu, 11 Jan 2007 13:06:21 -0600 schrieb Jim Erickson:
> On 1/11/07, Michael Krauss <[EMAIL PROTECTED]> wrote:
> > Today I switched from a via driven mainboard to an intel one:
> > Gigabyte GA-945GM-S2  with a i945G chipset.
> >
> > Now I am facing the mkinitcpio/piix/ata_piix problem -- getting a
> > kernel panic. 
>
> I had a similar problem it was resolved by changing the hooks in
> mkinitcpio.conf to
> HOOKS="base udev autodetect pata scsi sata keymap filesystems"
> to include the pata after this I changed fstab to reflect sdx I then
> reinstalled the kernel with pacman -Sy kernel26 (could have just
> rerun the mkinitcpio but didn't want to look up the flags) modified
> grub to to match the root=/dev/sdx  and my problems were solved
> hope that helps

Yes, it has worked, thank you Jim. 

It's astonishing: the crucial part was to reinstall the kernel. First I
copied your HOOKS array and made a "mkinitcpio -g kernel26", but the
kernel panic was still there.

I am wondering, what is different between "mkinitcpio -g kernel26"
and these two lines from the kernel26.install script:

/sbin/mkinitcpio -k $KERNEL_VERSION -g /boot/kernel26.img
/sbin/mkinitcpio -c /boot/mkinitcpio-kernel26.conf -k $KERNEL_VERSION
    -g /boot /kernel26-fallback.img


Regards,
Michael Krauss

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to