This repository has been archived by the owner on May 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
disk setup in Cnchi leads to no grub config file #1117
Comments
I'm seeing the exact same issue without lvm |
christian-korneck
changed the title
choosing lvm disk setup in Cnchi leads to no grub config file
disk setup in Cnchi leads to no grub config file
Jan 21, 2019
@c2h5oh thanks for the info. I've edited the issue and title accordingly. (I indeed didn't test without choosing lvm. Relation to lvm was just an assumption, which was probably wrong). |
OK, so I've tracked it down to a grub.cfg creation failure:
As a temporaty fix adding |
Same problem here without lvm except that for me the grub error is
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Whenever I install a vanilla Antergos (from
antergos-minimal-18.12-x86_64.iso
) on a blank disk and chooselvm
(with default settings) for the disk setup, the installed system ends up with having no grub config file (/boot/grub/grub.cfg
does not exist and at first boot I end up in the grub shell). [Update: Another user reports that it also happens without choosing lvm, so lvm is probably unrelated. I didn't test without lvm].Firmware mode is BIOS (haven't tried EFI). Both the partitions are created correctly as well as grub gets installed. The only thing missing is the grub config file.
Workaround
To repair: In the grub shell:
This will boot the system. From Linux, create the grub config file:
To Reproduce
Steps to reproduce the behavior:
lvm
(with default settings)Expected behavior
/boot/grub/grub.cfg
gets created during OS installationLog Files
From
/var/log/cnchi.log
:The text was updated successfully, but these errors were encountered: