On Monday 02 June 2008, maximilian attems wrote: > On Sun, 01 Jun 2008, Roman S Dubtsov wrote: > > Package: linux-image-2.6.25-2-686 > > Version: 2.6.25-4 > > Severity: normal > > > > CONFIG_PATA_* options are unset in config. This makes all IDE drives to > > get hdx names instead of sdx and my system does not boot. Is there > > serious reason to unset this options? They were set in 2.6.24 and > > earlier... > > show evidence of this? > > egrep PATA /boot/config-2.6.25-2-686
here it is: $ sudo apt-get install linux-image-2.6.25-2-686 Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: linux-doc-2.6.25 The following NEW packages will be installed: linux-image-2.6.25-2-686 0 upgraded, 1 newly installed, 0 to remove and 53 not upgraded. Need to get 19,5MB of archives. After this operation, 57,7MB of additional disk space will be used. Get:1 http://ftp.us.debian.org unstable/main linux-image-2.6.25-2-686 2.6.25-4 [19,5MB] Fetched 19,5MB in 12min49s (25,3kB/s) Preconfiguring packages ... Selecting previously deselected package linux-image-2.6.25-2-686. (Reading database ... 271460 files and directories currently installed.) Unpacking linux-image-2.6.25-2-686 (from .../linux-image-2.6.25-2-686_2.6.25-4_i386.deb) ... Done. Setting up linux-image-2.6.25-2-686 (2.6.25-4) ... Running depmod. Finding valid ramdisk creators. Using mkinitramfs-kpkg to build the ramdisk. W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. Running postinst hook script /usr/sbin/update-grub. Searching for GRUB installation directory ... found: /boot/grub Searching for default file ... found: /boot/grub/default Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst Searching for splash image ... found but preserving previous setting: splashimage=(hd0,8)/boot/grub/splash.xpm.gz Found kernel: /boot/vmlinuz-2.6.25-2-k7-toi3.0-rc7 Found kernel: /boot/vmlinuz-2.6.25-2-686 Updating /boot/grub/menu.lst ... Updating the default booting kernel done $ egrep PATA /boot/config-2.6.25-2-686 # CONFIG_PATA_ACPI is not set # CONFIG_PATA_ALI is not set # CONFIG_PATA_AMD is not set CONFIG_PATA_ARTOP=m # CONFIG_PATA_ATIIXP is not set # CONFIG_PATA_CMD640_PCI is not set # CONFIG_PATA_CMD64X is not set # CONFIG_PATA_CS5520 is not set # CONFIG_PATA_CS5530 is not set # CONFIG_PATA_CS5535 is not set # CONFIG_PATA_CS5536 is not set # CONFIG_PATA_CYPRESS is not set # CONFIG_PATA_EFAR is not set # CONFIG_PATA_HPT366 is not set # CONFIG_PATA_HPT37X is not set # CONFIG_PATA_HPT3X2N is not set # CONFIG_PATA_HPT3X3 is not set # CONFIG_PATA_ISAPNP is not set # CONFIG_PATA_IT821X is not set # CONFIG_PATA_IT8213 is not set # CONFIG_PATA_JMICRON is not set # CONFIG_PATA_LEGACY is not set # CONFIG_PATA_TRIFLEX is not set CONFIG_PATA_MARVELL=m # CONFIG_PATA_MPIIX is not set # CONFIG_PATA_OLDPIIX is not set # CONFIG_PATA_NETCELL is not set # CONFIG_PATA_NINJA32 is not set # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set # CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set # CONFIG_PATA_PCMCIA is not set # CONFIG_PATA_PDC_OLD is not set # CONFIG_PATA_QDI is not set # CONFIG_PATA_RADISYS is not set # CONFIG_PATA_RZ1000 is not set # CONFIG_PATA_SC1200 is not set # CONFIG_PATA_SERVERWORKS is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_SIL680 is not set CONFIG_PATA_SIS=m # CONFIG_PATA_VIA is not set # CONFIG_PATA_WINBOND is not set # CONFIG_PATA_WINBOND_VLB is not set PS. Built custom kernel with CONFIG_PATA_AMD=m and got a bootable system. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]