• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    problem with debian/ubuntu images

    Scheduled Pinned Locked Moved Unsolved FOG Problems
    4 Posts 2 Posters 20 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • X
      xavier.duthilleul
      last edited by xavier.duthilleul

      Hello,

      I have an issue when i’m deploying a Debian 13 image on HP Elite mini 800 G9.

      I have installed a new Fog instance (1.5.10.1763) on a debian 13 and migrated all the datas from a previous Fog Instance (1.5.9).

      I can deploy Windows 11 image without problems
      I can capture image without problem.
      But, when I want to deploy a Debian 13 image, I have a kernel panic error when Debian try to boot (after fog menu)

      848a34f3-16d3-44b5-bd14-e80fd46819da-image.png

      8ed06c44-0ea4-482b-931e-8070c14e42f7-image.png

      I have tried a fresh Debian 13 image, and same error.
      I also tried with an Ubuntu 24.04 image, but same error

      I have installed Kernel 6.12.35 and initrd 2025.02.4 from Fog Configuration.
      I have tried diffrents kernels, but no change.

      The deploiement was ok with the previous fog instance

      Any ideas ?

      Thanks

      Xavier

      Tom ElliottT X 2 Replies Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott @xavier.duthilleul
        last edited by

        @xavier-duthilleul I suspect it’s your /etc/fstab is looking at a UUID instead of a physical medium.

        The one drawback to the uuid method of bootloading (which is great to always ensure you get the same files) is that the UUID’s are not the same between systems.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        X 1 Reply Last reply Reply Quote 0
        • X
          xavier.duthilleul @Tom Elliott
          last edited by xavier.duthilleul

          @Tom-Elliott Thank you for your awnser.
          I have change /etc/fstab

          / was on /dev/nvme0n1p2 during installation

          #UUID=0de7609a-8431-428d-b5d0-42fdd92dced1 / ext4 errors=remount-ro 0 1
          /dev/nvme0n1p2 / ext4 errors=remount-ro 0 1

          /boot/efi was on /dev/nvme0n1p1 during installation

          #UUID=B991-AA35 /boot/efi vfat umask=0077 0 1
          /dev/nvme0n1p1 /boot/efi vfat umask=0077 0 1

          swap was on /dev/nvme0n1p3 during installation

          #UUID=ce1cee6a-69e5-4d74-812a-178758c02687 none swap sw 0 0
          /dev/nvme0n1p3 none swap sw 0 0

          But that doesn’t change the problem

          Xavier

          1 Reply Last reply Reply Quote 0
          • X
            xavier.duthilleul @xavier.duthilleul
            last edited by

            more informations:

            if I install a linux on the computer, then deploy the debian image on it: it’s OK
            And the I can deploy the Ubuntu image with no problems

            The issue only happend after i’ve deployed a Windows 11 image and then the debian image.

            In order to make the WIndows image works, i had to do
            cp refind.efi refind_x64.efi
            (or I have a freeze with rEFInf -Initializing…"

            Xavier

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post

            123

            Online

            12.6k

            Users

            17.5k

            Topics

            156.3k

            Posts
            Copyright © 2012-2026 FOG Project