The menu.lst file has a line that looks like "password --md5 c5ae09c39ad1e0d2aa12231eea7bc5c2"
The grub-md5-crypt command creates salted, iterated md5 hashes that look more like "$1$uhYnK0$znfYd7RiEqPi9xujI03sy0"
What's going on? Is this normal? If I copy the output of grub-md5-crypt into menu.lst, will everything break?