Hi folks.
I've already installed recalbox on my chromebox. I have fantastic performances with this device.
But since i'm about to do it again (because i upgraded the ssd), i will leave this thread as a guide for you (or me, later ) to install recalbox on a chromebox.
DISCLAIMER if you break your stuff it's not my fault. i'm not responsible for anything you do.
Should work on any chromebox if you managed to have SeaBIOS running on it. Mine is a Samsung xe300m22 (xe300m22-b01us, the celeron verison B840) with 4GB ram and 128gb ssd.
For this guide you will need a functional linux setup as well. I use a thinkpad with MX Linux.
- acquire the latest recalbox image available
- dd the image onto a usb key
- plug both the recalbox usb key and a usb key with a liveCD of linux (any distro you like) in the chromebox
- in the livecd, open terminal and run
lsblk
. it'll show you which device is your drive and which is the thumbdrive (you should know with the filesizes, or just google). here my drive is "sda" and my thumbdrive is "sdb" - run the cat command to copy the content of the usb key to the drive:
cat /dev/sdb >/dev/sda
- once you're done, reboot on your ssd.
- you should now be in recalbox.
OPTIONAL :
extend the third partition for more games space
You can try the dangerous way : (i couldn't unmount the /dev/sda3 partition, but resizepart manual says it should work. this is untested.)
- access terminal https://github.com/recalbox/recalbox-os/wiki/Root-access-on-terminal-(EN)
- parted
- resizepart 3 -1
- you will need to resize the filesystem with resize2fs manually.
- done
Or the way i used
- boot into a livecd (i'm using mx linux)
- gparted
- right click the SHARE partition and resize it
- apply (filesystem should automatically be resized
- reboot and done.
if you have any questions pm me (english or french) i will gladly answer i'm always online otherwise just email me.
enjoy!