Hi all! I have the error in installing EndeavourOS. This is a code of error:
Delete partition ‘/dev/sda1’ (465,73 GiB, exfat)
Job: Delete file system on ‘/dev/sda1’
Command: wipefs --all /dev/sda1
Failed to erase filesystem signature on partition ‘/dev/sda1’.
Could not delete file system on ‘/dev/sda1’.
Open the partition manager while booted the from live iso, the right click on the /dev/sda1, then select delete, then hit apply, then finally star the installer again and go through the installation process again.
Is there anything else installed on the same disk or are you installing a dual-boot?
Open a terminal and run the following(THIS WILL WIPE YOUR DISK SO MAKE SURE IT IS THE CORRECT DISK where you want to install EndeavorOS on and it will take a while):
sudo dd if=/dev/zero of=/dev/sda bs=1M count=4
Wait for it to finish, then might be a good idea to reboot and boot from usb flash drive again and then try installing again.
Don’t run this yet then, I don’t really have recent experience with dual-booting and it could be that Windows installs an efi partition on /dev/sda and if you wipe that you will have an unbootable Windows. So I would wait till someone with recent dual-boot experience replies to your topic.
Can you share the output of the following though when you run it from a terminal? lsblk -f
Also it’s useful if you mention from the start of your topic if you are going to be dual-booting when asking a question about installing or running into a problem with installing.
Looking at that output /dev/sda is your usb flash drive(Ventoy) where you are booted from and /dev/nvme0n1 is your ssd where you have Windows installed and where the efi partition for Windows resides. So you were trying to install EndeavourOS on the the usb flash drive you are booted from. Where were you expecting to install EndeavourOS?
If you want to install EndeavourOS on that usb hard disk, you will have need another usb flash drive where you can boot EndeavorOS installation media from so that the usb hard disk is free to have something installed on.
Hey there, I just had this same issue, so I tried to replicate everything I was doing in gparted (partition manager). Turns out the installer lets you enter bad info. in gparted, if you try to enter a label for a fat32 partition that’s too long (not sure it’s only fat32, but it happened for my grub boot partition), gparted will only let you enter the max amount, but the installer allows entering a label as long as you like. I was using “endeavour_boot” as my label. gparted told only “endeavour_b” would fit, but the installer didn’t. I decided to try to just label it “eos_boot” and the problem was resolved.
I think this error is kind of catch all, so if you’re having problems (for anyone following the thread later), I would try to create your entire partition setup in gparted first and see if it complains. If not, you can just select those partitions for your swap/boot/etc. I hope this helps someone else out!
It did, thank you! In my case, I was doing manual partitioning and wasn’t providing labels at all. It worked after I provided names for partitions (eos_boot / eos_root respectively).