openmptcprouter icon indicating copy to clipboard operation
openmptcprouter copied to clipboard

install openmptcprouter on a mini PC hard drive ?

Open patimages opened this issue 1 year ago • 3 comments

Hello, Stupid question : how can I install openmptcprouter on a mini PC hard drive ? If I install Debian on it, I cannot reinstall on the booted system so how to proceed ? Many thanks for your help !!!

patimages avatar Mar 14 '24 09:03 patimages

Via an USB key with any Linux based live OS and then via something like wget -O- 'https://download.openmptcprouter.com/release/v0.60rc1-6.1/x86_64/targets/x86/64/openmptcprouter-v0.60rc1-6.1-r0+24843-acf40c022e-x86-64-generic-squashfs-combined.img.gz' | gunzip | dd of=/dev/sda

Ysurac avatar Mar 14 '24 10:03 Ysurac

Thanks for the reply ! But can you write on a hard drive from a Debian-based live OS running on a USB stick ? No issue with permissions ? Second question: can I install the 5.4 version of OMR on a Debian 12.5 hard drive (once I fix the first question) ?

patimages avatar Mar 14 '24 10:03 patimages

Yes, as when the OS is running on USB stick it doesn't access the hard drive, so you can write without issues. OMR is a full image os, you can write is from any live running OS it will erase everything on destination drive.

Ysurac avatar Mar 14 '24 11:03 Ysurac

And all worked perfectly : I am on v0.60rc1 and the VPS on 0.1029-test (is it the right version for the VPS ?). Merci encore Ycarus !

patimages avatar Mar 14 '24 19:03 patimages

For the VPS you can use rc version or snapshot version, if the kernel is correctly using a kernel 6.1 it's ok uname -a to verify (else it's indicated in status page).

Ysurac avatar Mar 15 '24 13:03 Ysurac