3.7.0 HP StorageWorks HP Scalable NAS File Serving Software installation guide HP Scalable NAS for Linux (AG513-96004, October 2009)

To avoid this problem, you will need to modify the mount command specified
in the script to enable the root filesystem to be remounted via its device path.
Locate the following line in the /etc/init.d/halt script:
mount | awk '{ print $3 }' | while read line; do
On this line, change $3 to $1.
mount | awk '{ print $1 }' | while read line; do
5. Reboot and verify the kernel configuration
If you built the kernel from source, reboot the operating system and verify that the
kernel is built and configured correctly.
HP Scalable NAS File Serving Software installation guide 59