|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Install/Boot/Login Questions about installation, login, boot issues, partitioning, file systems, software that runs at boot (GRUB, LILO, boot scripts) |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
today I performed a kernel update using the automatic updated from 2.6.22.17-0.1 to 2.6.22.18-0.2. After rebooting the machine, it won't come up anymore. It hangs up with the following error: Code:
Waiting for device /dev/disk/by-id/scsi-SATA_ST3120023AS_3KA1AKAV-part2 to appear: ....................Could not find /dev/disk/by-id/scsi-SATA_ST3120023AS_3KA1AKAV-part2 Does somebody has a solution for this? cya hachtl |
|
|||
|
Quote:
Quote:
After the Message comes: Code:
Want me to fall back to /dev/disk/by-id/scsi-SATA_ST3120023AS_3KA1AKAV-part2 (Y/n) hachtl |
|
||||
|
You must recreate your initrd...I think I have had this problem before. Start a live cd.
mkinitrd -d /dev/sda2 That should get you up and running,
__________________
CaptSilverFox OpenSuse 11 and KDE 3.5.9 "And so it begins. You have forgotten something." Kosh, Babylon 5 |
|
|||
|
Hi,
not that easy. I tried the following: Code:
mount /dev/sda2 mnt/ mount --bind /dev /mnt/dev chroot /mnt mount /proc mount /sys mkinitrd Kernel image: /boot/vmlinuz-2.6.22.18-0.2-default Initrd image: /boot/initrd-2.6.22.18-0.2-default Root device: /dev/sda2 (mounted on / as ext3) Kernel Modules: processor thermal scsi_mod libata pata_amd sata_sil fan jbd mbcache ext3 edd sd_mod usbcore ohci-hcd uhci-hcd ehci-hcd ff-memless hid usbhid Features: block usb resume.userspace resume.kernel Bootsplash: SuSE (1280x1024) 17537 blocks /proc/misc: No entry for device-mapper found Is device-mapper driver missing from kernel? /dev/mapper/control: open failed: No such device Failure to communicate with kernel device-mapper driver. Command failed /proc/misc: No entry for device-mapper found Is device-mapper driver missing from kernel? /dev/mapper/control: open failed: No such device Failure to communicate with kernel device-mapper driver. Command failed /proc/misc: No entry for device-mapper found Is device-mapper driver missing from kernel? /dev/mapper/control: open failed: No such device Failure to communicate with kernel device-mapper driver. Command failed ![]() cya Hachtl |
|
||||
|
It does sound like you are for some reason missing a kernel module which must be loaded to access the drive's controller.
Use the installation DVD to boot into repair mode. Go to the boot loader section and re-install it. That will re-create the initrd. Beforehand, use the live CD to take a look at /etc/sysconfig/kernel which lists the modules that SuSE's mkinitrd script will build into the initrd. Make sure what you need is in that list. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|