I’m sure, that the installation starts sucessfully, but I don’t see any text output on the minicom terminal and even in the “virsh console mikrotik43” command. The virsh command ends with “Escape character is ^]” and the console hangs up until I give CTRL+].
When I give “virt-install … --vnc”, the output on my desktop (using virt-manager linux program) is fine and I can successfully complete the installation and then even normally connect via minicom or “virsh console mikrotik43”. This works perfectly.
But I want to install the mikrotik ros via text console and I don’t want to use vnc. What arguments should I pass to the virt-install to run the installation in text mode? How can I do that? Or everyone uses only vnc??? The discussions on the internet said “use vnc” or “redirect the guest output to serial port” - is this possible in mikrotik installation? How?
Yes, I know, that I wrote “-x console=ttyS0” to the Fedora12, but how can I change the boot parameters for Mikrotik ROS?
I’ve tried to download and mount the ISO image from Download section on mikrotik.com. I copied the files and changed the file ./isolinux/isolinux.cfg to
default system
label system
kernel linux
append load_ramdisk=1 initrd=initrd.rgz console=ttyS0
but the console gives no output, so either the first serial port is named differently in Mikrotik ROS or something went wronng. This is the console output:
Starting install...
Creating domain... | 0 B 00:01
Connected to domain mikrotik
Escape character is ^]