Re: [opensuse] rebuilding initrd?
- From: "Brian K. White" <brian@xxxxxxxxx>
- Date: Mon, 24 May 2010 11:15:46 -0400
On 5/24/2010 10:15 AM, Leen de Braal wrote:
Hi all,
Having a problem with a system that will not boot.
Reason: mainboard broken and disks are now used on another mainboard, with
probably another chipset.
It contains a /dev/md0 as root-device, but when booting from the new mobo,
md0 is not available.
Booting with a rescue CD I can see the raid device /dev/md0
When I do these things after booting a rescue system, it seems to me that
the system is the way I want it:
====================
mount /dev/md0 /mnt,
mount /dev/sda1 /mnt/boot,
mount -o bind /dev /mnt/dev
mount -o bind /proc /mnt/proc
mount -o bind /sys /mnt/sys
chroot /mnt
====================
What command do I need to rebuild the initrd with the modules now loaded?
In /etc/sysconfig/kernel to me it seems to have the modules for the old mobo?
Seems like you did all the hard stuff already if you got all the way to manually booting an install kernel and setting up that complete of a chroot complete with bind mounts.
All I can see that's left is:
Within that chroot,
Run lsmod |less to see what modules you need for your hd's.
Edit /etc/sysconfig/kernel with the new modules. Definitely make sure it includes raid456 or raid10 or whatever raid level you're using. mikinitrd should automatically
Possibly edit /etc/fstab if the fs's were mounted by id or uuid and they changed.
Then just run mkinitrd.
Exit out of chroot & reboot.
--
bkw
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
- Follow-Ups:
- Re: [opensuse] rebuilding initrd?
- From: Leen de Braal
- Re: [opensuse] rebuilding initrd?
- References:
- [opensuse] rebuilding initrd?
- From: Leen de Braal
- [opensuse] rebuilding initrd?
- Prev by Date: Re: [opensuse] Hard Disk Light always on
- Next by Date: Re: [opensuse] vmware and keyboard layout
- Previous by thread: [opensuse] rebuilding initrd?
- Next by thread: Re: [opensuse] rebuilding initrd?
- Index(es):
Relevant Pages
|