Got this error message
14:24:26 [0]: Running "chroot" ("/tmp/calamares-root-fycsi89n", "mkinitcpio", "-p", "linux")
14:24:26 [0]: Finished. Exit code: 1
14:24:26 [0]: Target cmd: ("mkinitcpio", "-p", "linux")
14:24:26 [0]: Target output:
/usr/bin/mkinitcpio: line 263: /etc/mkinitcpio.d/linux.preset: No such file or directory
==> ERROR: Failed to load preset: `/etc/mkinitcpio.d/linux.preset'
14:24:26 [1]: Python Error:
<class 'subprocess.CalledProcessError'>
/usr/bin/mkinitcpio: line 263: /etc/mkinitcpio.d/linux.preset: No such file or directory
==> ERROR: Failed to load preset: `/etc/mkinitcpio.d/linux.preset'
File "/usr/lib/calamares/modules/initcpio/main.py", line 36, in run
run_mkinitcpio()
File "/usr/lib/calamares/modules/initcpio/main.py", line 28, in run_mkinitcpio
check_target_env_call(['mkinitcpio', '-p', kernel])
File "<string>", line 5, in <module>
Any one any ideas ?
EDIT
File "/usr/lib/calamares/modules/initcpio/main.py", line 28, in run_mkinitcpio
check_target_env_call(['mkinitcpio', '-p', kernel])
This line is the culprit but why, has it not affected any one else, I don't know?
Any way I just changed the -p to -P which covers all kernels and not a specific one.