• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. bramen
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    bramen

    @bramen

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    bramen Unfollow Follow

    Latest posts made by bramen

    • GRUB Config Lost After Imaging

      Recently when applying a master image to identical hardware, the destination system will boot to a GRUB> rescue prompt. I need to type the commands below to make the system boot reliably again. The image is Kali Linux. This has not been an issue in the past and I have not changed my process. Is it possible to ensure GRUB maintains its config after imaging? Any help is greatly appreciated.

      AT THE GRUB PROMPT:
      set root=(hd0,gpt2)
      set prefix=(hd0,gpt2)/boot/grub
      insmod normal
      normal
      ONCE THE OS BOOTS:
      grub-install /dev/sda
      update-initramfs -u
      update-grub

      posted in Linux Problems
      B
      bramen