On 12/13/2020 08:15 PM, the...@sys-concept.com wrote:
> I removed "vfat" boot partition and created/change it to ext2
> 
> But now when i try to install grub:
> 
> grub-install /dev/nvme0n1p2
> Installing for i386-pc platform.
> grub-install: warning: File system `ext2' doesn't support embedding.
> grub-install: warning: Embedding is not possible.  GRUB can only be installed 
> in this setup by using blocklists.  However, blocklists are UNRELIABLE and 
> their use is discouraged..
> grub-install: error: will not proceed with blocklists.
> 
> Is it something that is going to create problem? 

After rebooting, the system can not find boot disk.

fstab:
/dev/nvme0n1p2          /boot           ext2            noauto,noatime  1 2 
/dev/nvme0n1p4          /               ext4            noatime         0 1
/dev/nvme0n1p3          none            swap            sw              0 0
 
fdisk -l
/dev/nvme0n1p1    2048       6143       4096    2M BIOS boot
/dev/nvme0n1p2    6144     268287     262144  128M EFI System
/dev/nvme0n1p3  268288    1316863    1048576  512M Linux filesystem
/dev/nvme0n1p4 1316864 3907027119 3905710256  1.8T Linux filesystem

Do I need to go to "vfat" for /boot partition?
Why isn't it working? 

Reply via email to