phyOS-iso
phyOS-iso copied to clipboard
Installation failed
Hello,
This is the first time I've see an error like this. Could you please share the full log? If you don't know how, I can guide you for it.
I had the same issue after I
- correctly installed phyos on a new drive
- decided I want to reinstall it
- went to my other system (win11) to delete the partitions
- proceeded with the phyos second installation process
- it failed similarly
Fixed it by writing zeros to that drive with
[dangerous] 'sudo dd if=/dev/zero of=/dev/sdX bs=1M status=progress' - but stopping after 10MB in - it's a must for an ssd.
and trying again. Maybe it helps someone.