1. Download raw disck of CHR that support VirtIO-SCSI driver:
- wget https://download.mikrotik.com/routero...
2. Unzip downloaded file:
- unzip chr-6.42rc52.img.zip
3. Resize the disk to 1GB:
- truncate --size=1G chr-6.42rc52.img.zip
4. Rename the file:
- mv chr-6.42rc52.img disk.raw
5. Create tar.gz archive:
- tar -Sczf chr-6.42rc52.img.tar.gz disk.raw
6. On the GCE console:
- Create a bucket to store image archives
7. Copy the new image to the bucket
8. On the GCE console:
- Create an image for GCE from the archive
9. On the GCE console: Create an instance
10. SSH: Login in to RouterOS
- Set admin user password /user set password=******* admin
- Change the MTU /interface ethernet set mtu=1360 ether1
11. Convert the external IP address from ephemeral to static