You are not logged in.

#1 2021-03-25 18:56:04

SaturnOfTheStars6728
Member
Registered: 2021-03-25
Posts: 23

[SOLVED] EFI Partition won't mount in /mnt/boot

Hello! Sincere apologizes if this is a repeat question, but I am currently experiencing trouble mounting my EFI Partition. When inputting the command "mount /dev/nvme0n1p1 /mnt/boot" I receive error message "mount: /mnt/boot: wrong fs type, bad option, bad superblock on /dev/nvme0n1p1, missing codepage or helper program, or other error.". I am unsure of what to do with this. I have formatted the root partition for ext4 already, and /dev/nvme0n1p3 mounted without error to /mnt.

Last edited by SaturnOfTheStars6728 (2021-03-25 21:58:43)

Offline

#2 2021-03-25 19:11:15

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: [SOLVED] EFI Partition won't mount in /mnt/boot

Is the EFI system partition (FAT) formatted?

# wipefs /dev/nvme0n1p1

Also check if it is the correct type:

# gdisk -l /dev/nvme0n1

Jin, Jîyan, Azadî

Offline

#3 2021-03-25 19:18:34

SaturnOfTheStars6728
Member
Registered: 2021-03-25
Posts: 23

Re: [SOLVED] EFI Partition won't mount in /mnt/boot

Head_on_a_Stick wrote:

Is the EFI system partition (FAT) formatted?

# wipefs /dev/nvme0n1p1

Also check if it is the correct type:

# gdisk -l /dev/nvme0n1

Thank you for your help! I had not realized /dev/nvme0n1p1 needed to be formatted to the FAT file system. Thank you again! This has solved my problem.

Offline

Board footer

Powered by FluxBB