Experts, Gurus, anyone who knows more than me,
I cannot seem to add an external disk with out the machine getting stuck during boot. It is a previously partitioned disk from a SUN which I need to mount RO locally. I believe this is possible on RH7.3
The disk is recognised correctly by the machine and the boot sequence gets as far as mounting /proc then tries to mount the root partition RO and then comes up with an error:
Mounting /proc filesystem
Creating root device
Mounting root filesystem
mount: error 6 mounting ext3
pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2
Freeing unused kernel memory: 340k freed
Kernel panic: No init found. Try passing init= option to kernel.
I believe that the logical device assignment is being done sequentially at boot up and when I reboot with a new disk the previous logical assignments are all forgotten so it is looking fo rhte root partition on the new disk which of course it cannot find. Rightly or wrongly this is how I have explained the need for filesystems to be mounted by label rather than blocked device but it isn't helping me.
Any advice greatly appreciated.
Learner
I cannot seem to add an external disk with out the machine getting stuck during boot. It is a previously partitioned disk from a SUN which I need to mount RO locally. I believe this is possible on RH7.3
The disk is recognised correctly by the machine and the boot sequence gets as far as mounting /proc then tries to mount the root partition RO and then comes up with an error:
Mounting /proc filesystem
Creating root device
Mounting root filesystem
mount: error 6 mounting ext3
pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2
Freeing unused kernel memory: 340k freed
Kernel panic: No init found. Try passing init= option to kernel.
I believe that the logical device assignment is being done sequentially at boot up and when I reboot with a new disk the previous logical assignments are all forgotten so it is looking fo rhte root partition on the new disk which of course it cannot find. Rightly or wrongly this is how I have explained the need for filesystems to be mounted by label rather than blocked device but it isn't helping me.
Any advice greatly appreciated.
Learner