[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How do I read the grub configuration into a grub.cfg file, so I can
From: |
Andrei Borzenkov |
Subject: |
Re: How do I read the grub configuration into a grub.cfg file, so I can edit and correct it? |
Date: |
Sun, 14 Nov 2021 17:44:07 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 |
On 14.11.2021 13:36, Stefan Blachmann wrote:
> Hello,
>
> I was trying to install debian zfs-on-root.
> When I tried to boot this, grub complained "i386-pc not found".
> How can I read and export the grub configuration stored on the boot
> partition into a grub.cfg file on a live linux, so I can look at it
> and correct mistakes?
>
grub.cfg is text file that is located in a file system. Just use any text
editor to read and modify this file.