I have a Galtic laptop, and I’m trying to install windows, I’ve booted into dev mode and removed write protect, but I’m getting this error, anyone know the fix? I’ve tried running the installer with the “k” as well.
Are you running it as root?
yes
well, that’s what happens when you blatantly ignore the instructions that say ‘do not run as root’
cd;
means change the current directory to the user home directory. root’s home directory is /
. The root filesystem on ChromeOS is mounted as read-only. So when you try and download the script to it, the curl
command fails because it can’t save the file.