From: Tino K. <tin...@ti...> - 2010-03-25 20:48:51
|
On Thu, Mar 25, 2010 at 19:13:15 +0100, Tino Keitel wrote: [...] > Thanks. I already looked over the page, but missed the important bit. > Now I can start the kernel, and get video output. However, I get a > panic when the root partition should be mounted, because the SATA disk > is not detected. At least there are no messages regarding sda. The > DVD drive is detected, though. > > Any further hints are appreciated. To answer myself: when booting with EFI, CONFIG_SATA_AHCI needs to be enabled in the kernel. CONFIG_ATA_PIIX doesn't work. Now I can boot my Linux using grub-efi. Everything seems to work, including X. Regards, Tino |