I also checked (from the fedora live when mounted on /mnt/linux)
df -h --local | grep /boot
/dev/sdb4 477M 151M 298M 34% /mnt/linux/boot
/dev/sdb4 477M 151M 298M 34% /mnt/linux/boot
but I have
ls /mnt/linux/boot
config-4.16.3-301.fc28.x86_64 initramfs-0-rescue-5b77b2954d4149beab535546c82f45a0.img System.map-4.16.3-301.fc28.x86_64
efi initramfs-4.16.3-301.fc28.x86_64.img vmlinuz-0-rescue-5b77b2954d4149beab535546c82f45a0
elf-memtest86+-5.01 loader vmlinuz-4.16.3-301.fc28.x86_64
extlinux lost+found
grub2 memtest86+-5.01
config-4.16.3-301.fc28.x86_64 initramfs-0-rescue-5b77b2954d4149beab535546c82f45a0.img System.map-4.16.3-301.fc28.x86_64
efi initramfs-4.16.3-301.fc28.x86_64.img vmlinuz-0-rescue-5b77b2954d4149beab535546c82f45a0
elf-memtest86+-5.01 loader vmlinuz-4.16.3-301.fc28.x86_64
extlinux lost+found
grub2 memtest86+-5.01
chroot /mnt/linux
Error, do this: mount -t proc proc /proc
/usr/bin/basename: missing operand
Try '/usr/bin/basename --help' for more information.
Error, do this: mount -t proc proc /proc
/bin/basename: missing operand
Try '/bin/basename --help' for more information.
Error, do this: mount -t proc proc /proc
/usr/bin/basename: missing operand
Try '/usr/bin/basename --help' for more information.
Error, do this: mount -t proc proc /proc
/bin/basename: missing operand
Try '/bin/basename --help' for more information.
Hello,
I guess that the issue comme from:
efibootmgr /dev/sdb
EFI variables are not supported on this system.
EFI variables are not supported on this system.
The fstab seems OK
as well as the /boot/efi
===========================================================================
Patrick DUPRÉ | | email: pdupre@xxxxxxx
Laboratoire interdisciplinaire Carnot de Bourgogne
9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
Tel: +33 (0)380395988
===========================================================================
Patrick DUPRÉ | | email: pdupre@xxxxxxx
Laboratoire interdisciplinaire Carnot de Bourgogne
9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
Tel: +33 (0)380395988
===========================================================================
Sent: Wednesday, February 20, 2019 at 2:27 PM
From: "Richard Shaw" <hobbes1069@xxxxxxxxx>
To: "Community support for Fedora users" <users@xxxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: New install
From: "Richard Shaw" <hobbes1069@xxxxxxxxx>
To: "Community support for Fedora users" <users@xxxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: New install
I was temporarily not able to ssh into my home machine, but here's some examples of what you should see for a UEFI install:
$ sudo parted -l
...
Model: NVMe Device (nvme)
Disk /dev/nvme0n1: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 211MB 210MB fat16 EFI System Partition boot, esp
2 211MB 1285MB 1074MB ext4
3 1285MB 500GB 499GB lvm
Ok, so parted it showing my ESP partition as fat16, not fat32 and it has the "boot" and "esp" flags turned on.
# cat /etc/fstab | grep boot
UUID=ed603fce-d39e-425a-8153-6c39c04162f5 /boot ext4 defaults 1 2
UUID=76C7-6578 /boot/efi vfat umask=0077 0 2
Here you can see partition with the UUID=76C7-6578 label (which is my EFI partition) mounted to /boot/efi.
Hope that helps! Boot using your live USB. You can also try running efibootmgr and see if you get the correct response...
$ sudo efibootmgr
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001,0002,0003
Boot0001* Fedora
Boot0002* CD/DVD Drive
Boot0003* Hard Drive
Thanks,
Richard
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx