By supporter
Unfortunately something always goes wrong if I try to execute this command:
wget -O- ‘http://wget.fr/Windows_Server2012R2.gz’ | gunzip | dd of=/dev/sda
I alway get this error: gzip: stdin: not in gzip format 0+0 records in 0+0 records out 0bytes (0 B) copied, 0.0122777 s, 0.0 kB/s
I don’t know what todo right know. Can someone maybe help me out here ?
Thanks a lot.
PS: I’m was requested the Recovery ISO Mode for my Droplet. Network connectivity is also activated and I’m sticking at the Bash when i try to mount my OS
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @supporter
I will find it highly unlikely that you will have a stable version of Windows running by doing this. I would probably recommend that you look at Vultr or another VPS provider that supports Windows officially.
Try this instead:
wget -O - http://wget.fr/Windows_Server2012R2.gz | gunzip -c | dd of=/dev/sda
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.