The "fmconv" script modifies the /etc/fstab file and the /boot/grub/menu.lst file to use either UUID strings or device filenames depending upon the parameter settings (-u or -d). This easy conversion to device filenames for maintenance purposes (UUID strings are hard to maintain, and just annoying), and the conversion back to UUID strings allows grub to work in an environment where the boot disk sequence is poorly defined by the BIOS. The original files are never overwritten.
| Tags | file conversion |
|---|---|
| Licenses | GPLv2 |
| Operating Systems | Linux (32 and 64 bit) |
| Implementation | bash |
| Translations | English (US) |