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

Проблема с grub

Scheduled Pinned Locked Moved Unsolved
Linux Problems
2
5
570
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.
  • S
    slawa.jad
    last edited by Jan 19, 2024, 2:16 PM

    Good afternoon, after rolling out the Debian system image, a grub rescue error occurs. When creating the image, I used the settings for the image type - Single Disk - Resizable and Multiple Partition Image - Single Disk (Not Resizable)
    Usage:
    Ubuntu server: 22.04
    FOG Project: 1.5.10

    T 1 Reply Last reply Jan 19, 2024, 4:44 PM Reply Quote 0
    • T
      Tom Elliott @slawa.jad
      last edited by Jan 19, 2024, 4:44 PM

      @slawa-jad I suspect your grub file is referencing the disk in GUID format, and you should change the guid to the position of the boot drive itself:

      /dev/sda vs (383838383-7837-8737-8376-373789091234)

      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

      S 2 Replies Last reply Jan 20, 2024, 5:06 AM Reply Quote 0
      • S
        slawa.jad @Tom Elliott
        last edited by Jan 20, 2024, 5:06 AM

        @Tom-Elliott Please tell me how and where to do it

        1 Reply Last reply Reply Quote 0
        • S
          slawa.jad @Tom Elliott
          last edited by Jan 20, 2024, 7:25 AM

          @Tom-Elliott I looked at the error again. I have a mistake - symbol. ‘grub_is_lockdown’ not found

          T 1 Reply Last reply Jan 22, 2024, 11:22 AM Reply Quote 0
          • T
            Tom Elliott @slawa.jad
            last edited by Jan 22, 2024, 11:22 AM

            @slawa-jad I don’t think grub_is_lockdown is the issue, just the message presented.

            If you’re able to load up the original machine you captured the image from, look at your /etc/fstab file.

            I suspect you’ll see something to the effect of:

            UUID=a2476193-12cf-4601-a38d-6c798fc42708 /boot                   ext4    defaults        1 2
            UUID=AACD-BEFE          /boot/efi               vfat    umask=0077,shortname=winnt 0 2
            

            If your file.

            This is where things are breaking down.

            Change the UUID= portion to the actual drive name.

            The boot efi part, I’m not 100% certain what to change it to, but I would suspect probably

            /dev/sda1 /boot                   ext4    defaults        1 2
            /dev/sda2          /boot/efi               vfat    umask=0077,shortname=winnt 0 2
            

            This is just my guess. I would not make these changes on the “originally captured” machine but rather make it on one of the machines that you deployed to and fix it there. Once it’s fixed, I’d then suggest re-capturing the image from that “now working” machine and deploy as freely as needed.

            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

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

            176

            Online

            12.0k

            Users

            17.3k

            Topics

            155.2k

            Posts
            Copyright © 2012-2024 FOG Project