Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#1265 - kernel26-scsi 2.6.8.1-1 upgrade failed on SATA root
Attached to Project:
Arch Linux
Opened by Don Melton (gramps) - Wednesday, 18 August 2004, 06:42 GMT
Last edited by arjan timmerman (blaasvis) - Wednesday, 18 August 2004, 09:34 GMT
Opened by Don Melton (gramps) - Wednesday, 18 August 2004, 06:42 GMT
Last edited by arjan timmerman (blaasvis) - Wednesday, 18 August 2004, 09:34 GMT
|
DetailsAfter an upgrade to kernel26-scsi version 2.6.8.1-1 from version 2.6.7-1 my system panicked on boot because my /boot/grub/menu.lst file listed my root SATA drive as "hde" instead of "sda" which the 2.6.8 kernel configuration strangely now requires. If I had known that this would happen I would have modified my /boot/grub/menu.lst file as well as my /etc/fstab with the new designation.
Perhaps a simple post-install warning in the kernel26-scsi "kernel.install" file would prevent this problem for other users of SATA drives. |
This task depends upon
don't know what my new drive designation is or how to find that out.
Under 2.6.7 and devfs, it was:
/dev/discs/disc0/part8
Under static dev (RH 9 (I have to have it for working from home)):
/dev/hde8
What might this be under 2.6.8.1 using devfs? I've shotgunned everything I can think of, and I don't know a way to figure this out. I guess I'll try /dev/discs/disc4/part8?
[jvinet@pluto ~]$ grep SATA /boot/kconfig26
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_SCSI_SATA=y
# CONFIG_SCSI_SATA_SVW is not set
CONFIG_SCSI_SATA_NV=y
CONFIG_SCSI_SATA_PROMISE=y
CONFIG_SCSI_SATA_SX4=y
CONFIG_SCSI_SATA_SIL=y
CONFIG_SCSI_SATA_SIS=y
CONFIG_SCSI_SATA_VIA=y
CONFIG_SCSI_SATA_VITESSE=y
"My bug" :)
I'll have a 2.6.8.1-3 kernel out soon, just trying to locate one last wily patch. :)