I'm following the steps laid out here: https://wiki.mikrotik.com/wiki/Manual:CHR_Linode
1. Create Linode
- Images: None chosen
- Region: US-Dallas
- Plan: Standard - Linode 2GB
- Label: CHR
- Filesystem: raw
- Size: 16000MB
- Run: Code: Select all
wget --no-check-certificate https://download2.mikrotik.com/routeros/6.44.5/chr-6.44.5.img.zip
- Verify with that "sda" is indeed our 16GB disk.Code: Select all
fdisk -l
- Run: Code: Select all
unzip chr-6.44.5.img.zip | dd of=/dev/sda bs=1M
5. Create linode configuration
- Label: CHR
- VM Mode: Full virtualization
- Boot Kernel: Direct Disk
- Run Level: Default
- Memory Limit: None
- Block Device Assignment: /dev/sda = CHR
- Helpers: All disabled with the exception of "automount devtpmfs"
Linode TestLinode could not be booted
I've tried with different firmware files but no luck. I've tried with ext3 format disk instead of raw, still no luck. What am I missing?