Menu

Re: CloneZilla Restore (UUID) error ?

ski-777
2025-08-02
2025-08-06
  • ski-777

    ski-777 - 2025-08-02

    W dniu 2.08.2025 o 20:26, Jan Kowalski pisze:

    I created a script for easier Linux system backups. However, I had to
    use the UUID number instead of the disk/partition name: sda/nvme.
    I noticed that in my system, the system partition, e.g.,
    /dev/nvme1n1p4, changes to /dev/nvme0n1p4 after running CloneZilla.
    This means that CloneZilla accidentally changes the name if I have two
    NVMe drives. I don't know if this is the fault of CloneZilla or my
    laptop: Lenovo, and
    it's just a specific configuration issue :-)
    After making a correct image copy (UUID) and restoring it to the
    partition using the UUID, everything went fine, but with errors at the
    end:
    IMG_20250802_180610_wynik.jpg
    After restarting the computer, however, everything is fine... the GRUB
    menu works fine, as do the third operating system (MINT/MX/Windows) :-)
    Where can I find the errors CloneZilla reports when restoring an image
    file using the UUID partition number method?

    Why does CloneZilla rename NVMe drives?
    my script + .deb version:
    more information: https://ubuntu.pl/forum/viewtopic.php?t=187028
    bash script:
    https://drive.google.com/file/d/1IoPoVs0vDKkwyrH9BbBezDbpYAtQP_-O/view?usp=drive_link
    CloneZilla - ISO - stable - v3.2.2-15
    script in .deb version:
    https://drive.google.com/file/d/1Mrfa4kKxmRxlBKVJ5DxlbBIemJMtYWkM/view?usp=drive_link

     

    Last edit: ski-777 2025-08-03
  • ski-777

    ski-777 - 2025-08-03

    The Clonezilla live 3.3.0-3 test version has the following information in the changelog:
    Bug fixed: Wrong device name due to missing /dev/ for check_if_containing_thin_lv.
    Maybe this issue has already been resolved?
    I'll have to check it out :-)
    Ps. I think it's the same... error entries. But restoring the saved image was successful! All three operating systems are working correctly, and the GRUB menu is also OK with all entries.

    cat /etc/os-release
    NAME="Linux Mint"
    VERSION="22.1 (Xia)"
    ID=linuxmint
    ID_LIKE="ubuntu debian"
    PRETTY_NAME="Linux Mint 22.1"
    VERSION_ID="22.1"
    HOME_URL="https://www.linuxmint.com/"
    SUPPORT_URL="https://forums.linuxmint.com/"
    BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
    PRIVACY_POLICY_URL="https://www.linuxmint.com/"
    VERSION_CODENAME=xia
    UBUNTU_CODENAME=noble
    

    findmnt -n -o SOURCE /
    /dev/nvme0n1p4
    blkid -s UUID -o value /dev/nvme0n1p4
    48147c26-bf55-4de3-88da-be94a78b3840

     

    Last edit: ski-777 2025-08-03
  • Steven Shiau

    Steven Shiau - 2025-08-05

    "Why does CloneZilla rename NVMe drives?" -> This is the "feature" for Linux kernel. For more info, please check:
    https://www.suse.com/support/kb/doc/?id=000018449

    That's actually the pain for Clonezilla project...

     

    Last edit: Steven Shiau 2025-08-07

Log in to post a comment.