Hi all,

By using systemimager I have deployed image from one server to another. The installed OS is RedHat Enterprise 3. At the first boot of the new server I get message:

...
RAMDISK: compressed image found at block 0
crc error<6>Freeing initrd memory: 162k freed
VFS: Cannot open root device "LABEL=/" on 00:00
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 00:00


I have one HD with three partitions: boot, / and swap

By changing the grup.conf from:

kernel /boot/vmlinuz-2.4.21-32.EL ro root=LABEL=/

to:

kernel /boot/vmlinuz-2.4.21-32.EL ro root=/dev/hda1

I get the same message during boot but without the lines:
VFS: Cannot open root device "LABEL=/" on 00:00
Please append a correct "root=" boot option

All suggestions are welcomed.
Regards,
Vasko