A instalação do Fedora 25 em / dev / sda4 não está sendo reconhecida pelo GRUB: possíveis problemas de LVM

0

Instalei o Fedora 25 na minha partição / dev / sda4 e usei o / dev / sda1 como minha partição de boot UEFI (montada em /boot/efi ), que também é a partição de boot usada pela minha instalação do Ubuntu 16.04. Eu executei sudo update-grub na minha instalação do Ubuntu 16.04, mas ele não incluiu uma entrada para minha instalação do Fedora 25 e, em vez disso, deu a saída (e sim, instalei lvm2 executando sudo apt-get install -y lvm2 ):

Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-53-generic
Found initrd image: /boot/initrd.img-4.4.0-53-generic
Found linux image: /boot/vmlinuz-4.4.0-51-generic
Found initrd image: /boot/initrd.img-4.4.0-51-generic
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
Found Arch Linux (rolling) on /dev/sdb1
Adding boot menu entry for EFI firmware configuration
done

Se isso ajudar aqui, é minha tabela de partições para /dev/sda , como mostrado digitando # fdisk /dev/sda -l :

Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 70714BA5-A85F-4BEB-BA64-79D0AD3EB7B8

Device          Start        End    Sectors  Size Type
/dev/sda1        2048    1050623    1048576  512M EFI System
/dev/sda2     1050624 1154484223 1153433600  550G Linux filesystem
/dev/sda3  1920108544 1953523711   33415168   16G Linux swap
/dev/sda4  1154484224 1867401215  712916992  340G Linux LVM

Partition table entries are not in disk order.

EDITAR:

Eu tentei executar:

sudo systemctl enable lvm2-lvmetad.service
sudo systemctl enable lvm2-lvmetad.socket
sudo systemctl start lvm2-lvmetad.service
sudo systemctl start lvm2-lvmetad.socket

mas agora, ao executar sudo update-grub , recebo a saída:

Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-53-generic
Found initrd image: /boot/initrd.img-4.4.0-53-generic
Found linux image: /boot/vmlinuz-4.4.0-51-generic
Found initrd image: /boot/initrd.img-4.4.0-51-generic
Found Arch Linux (rolling) on /dev/sdb1
Adding boot menu entry for EFI firmware configuration
done

observe como nenhuma menção à instalação /dev/sda4 do Fedora 25 é feita nesta saída.

    
por BH2017 06.12.2016 / 14:08

0 respostas