logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lilo-uuid-diskid - convert boot / root options to diskid and uuid in lilo.conf.

Author

lilo-uuid-diskid was written by Joachim Wiedorn.

       This manual page was written by Joachim Wiedorn <joodevel at joonet.de>.

Description

       This script looks for the boot block device or boot partition and create the right diskid or uuid as boot
       option. Then it looks for all root partitions and create the right uuids as root options.

       These conversions are necessary for use with newer kernel (>= 2.6.26) if it use the libata module for
       parallel and serial ATA interfaces of block devices (i. e. hard disks with IDE or SATA interface,
       usbsticks).

Examples

       Lines in the configuration file /etc/lilo.conf:

         #boot = /dev/sda
         boot = /dev/disk/by-id/ata-SAMSUNG_SV1604N_S01FJ10X999999

         #root = /dev/sda1
         root = "UUID=18843936-00f9-4df0-a373-000d05a5dd44"

Name

       lilo-uuid-diskid - convert boot / root options to diskid and uuid in lilo.conf.

Options

-h  Print a brief help.

       -v  Print verbose messages.

See Also

lilo(8), update-lilo(8), liloconfig(8)

24.2                                               2015-11-22                                LILO-UUID-DISKID(8)

Synopsis

lilo-uuid-diskid [-h] [-v] [lilo.conf]

See Also