https://bugzilla.novell.com/show_bug.cgi?id=408728 User trenn@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=408728#c21 --- Comment #21 from Thomas Renninger <trenn@novell.com> 2008-09-05 03:17:58 MDT ---
/disk/by-id/scsi-SATA_HTS721010G9AT00_MPC0B2Y0GKJPHE-part8 Oh, could be a bug in 11.1 in the bootloader scripts (yast or perl).
Could it be that your /boot/grub/menu.lst looks similar to: root (/disk/by-id/scsi-SATA_HTS721010G9AT00_MPC0B2Y0GKJPHE-part8) kernel /boot/vmlinuz-2.6.25.11-0.1-default root=/disk/by-id/scsi-SATA_HTS721010G9AT00_MPC0B2Y0GKJPHE-part8 initrd ... But the first root declaration must use the grub device: root (hd0,7) kernel /boot/vmlinuz-2.6.25.11-0.1-default root=/disk/by-id/scsi-SATA_HTS721010G9AT00_MPC0B2Y0GKJPHE-part8 initrd ... Be aware that grub partitions start with 0 and kernel disk devices with 1. Therefore: (hd0,7) matches the first disk and the 8th partition, what should be needed in your case (hdDISK,PARTITION). Is that?
Your installation instructions do not address changing config options Thanks for the hint, I'll add something. In your case (for trying out a specific config) I'd use the editor. Be aware that you should break the compilation the first time (or does make config work?). make detects changes to .config and will revalidate the configuration. If a dependency is wrong, e.g. you disabled an option which is needed for another, your changes will be reset.
cat /proc/cpuinfo |grep pae shows pae in the flags right? AFAIK otherwise the kernel should not boot at all... Some comments to your logs: - Temperature readings from EC seem to work - One System IO address is used (not much is happening at all, I expected more...) that looks valid, strange is that it is declared as LIDS variable in ASL, but this one is never used. - The battery status is "present" (0xF), do you really see "not present" for BAT1? Something is really fishy... Did I ask that already: Did a -pae kernel ever worked on that machine? -- 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.