I have a server somewhere in the overseas office where I need to Install RouterOS 7. It has Ubuntu 22.04 currently.
I wonder if there is a method which I can use and do an unattended installation? I have no KVM there unfortunately.
I downloaded install-image-7.11.2.zip, mounted and can see:
Code: Select all
drwxr-xr-x 3 root root 4096 Jan 1 1970 .
drwxr-xr-x 5 root root 4096 Sep 9 22:45 ..
-rwxr-xr-x 1 root root 18838424 Aug 31 14:41 1.npk
-rwxr-xr-x 1 root root 2 Aug 31 14:41 CHOOSE
drwxr-xr-x 3 root root 2048 Aug 31 14:41 EFI
-rwxr-xr-x 1 root root 2 Aug 31 14:41 autorun.scr
-r-xr-xr-x 1 root root 115180 Aug 31 14:41 ldlinux.c32
-r-xr-xr-x 1 root root 67072 Aug 31 14:41 ldlinux.sys
-rwxr-xr-x 1 root root 3365088 Aug 31 14:41 linux
-rwxr-xr-x 1 root root 80 Aug 31 14:41 syslinux.cfg
I'd populated autorun.scr file (seems like it is being used when the first boo happens). Firstly I'd tried at the test PC I have near me and when I dd the prepared image - it still wants me to press the buttons in order to finish the process.
Maybe I need to create some other answers file or to specify smth inside CHOOSE file I can see inside the image too?