I’ve moved my root fs to a new disk with dump/restore (OpenSuse 11.4)
New location is on an other partition.
In old opensuse versions there was the rdev prog in util-linux which was removed in 11.4 if I remember right.
How can I change now my root dev in the initrd WITHOUT recreate the initrd?
I have already changed fstab etc.
One of the problem is that I have changed from ext3 to ext4, could this be the problem.
I tought os 11.4 had already ext4 in kernel as default …
So, yes, the latest kernel and way back to openSUSE 11.2 at least, has support EXT4 just fine. But, switching file system type means you can not use a sector copy but must do a by file copy. Next, the booting setup must be changed. That is why I asked the other questions. In your fstab file, the drive name and part number will change, but so shall it change in your grub menu.lst and device.map files and some changes may require that you reload grub. The more info you can provide, the better chance we can to provide good help.