I am installing ubuntu on a brand new motherboard (onto m.2 ssd) using an usb
when I got to the part of extracting image from cp:///media/systemfile, it gets error. error code 23 with message:
file "/usr/lib/python3/dist-packages/curtin/utils.py, line131, in _subp cmd=args)
...tin.util.ProcessExecutionError: Unexpected error while running command.
command: ['sh', '-c', 'mkdir -p "$2" && cd "$2" && rsync -aXHAS --one-file-sstem "$1/" .', '--',
...t code :23
reason : -
stdout: ''
stderror: ''
Can someone explain what is the cp: protocol? what is it trying to do?
and what would be error code 23 in this case?