Hello: I have copied an openSUSE 13.1 installation from a hard disk (dev/sdb2) to another one (/dev/sda2). After this on the new drive I changed /etc/fstab, /boot/grub/device.map and /boot/grub/menu.lst: replaced all old drive references with new drive references using uuids (I use grub1 legacy, not grub2).Then I chrooted to the new drive as: mount /dev/sda /mnt mount -B /sys /mnt/sys mount -B /dev /mnt/dev mount -B /proc /mnt/proc chroot /mnt Now I would like to make a new initrd. When I run mkinitrd it builds in the image a reference to a resume device which is my old drive: mkinitrd Kernel image: /boot/vmlinuz-3.11.10-29-desktop Initrd image: /boot/initrd-3.11.10-29-desktop KMS drivers: i915 Root device: /dev/disk/by-id/ata-<new-drive>-part2 (/dev/sda2) (mounted on / as ext4) Resume device: /dev/disk/by-id/ata-<old-drive>-part1 (/dev/sdb1) Kernel Modules: thermal_sys thermal processor fan scsi_dh scsi_dh_hp_sw scsi_dh_rdac scsi_dh_emc scsi_dh_alua video button i2c-algo-bit drm drm_kms_helper i915 ata_piix xhci-hcd hid-logitech-dj ... Features: acpi kms plymouth block usb resume.userspace resume.kernel How can I force mkinitrd to change resume device to the new drive /dev/sda1 instead of keeping the old drive /dev/sdb1? Thanks, Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org