Turn on old netbook running recalbox by plugging PSU

rafaelpeleias

New Member
Joined
Jul 18, 2022
Messages
1
Reaction score
0
Credits
16
I´m trying to turn my old netbook into a small arcade. I'm using Recalbox, that is linux based system.
It's working fine, but i need the power from PSU (that will be installed inside arcade) to be the on/off switch on this arcade. I intent to use an external button to cut/provide power to PSU.
It has the GRUB.CFG, just like a linux system.

Can anyone help me?

These are my GRUB.CFG lines:
set default="0"
set timeout="0"

set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue

menuentry "Recalbox" {
set gfxpayload=auto
linux /boot/linux label=RECALBOX console=tty3 quiet loglevel=0
initrd /boot/initrd.gz
}

menuentry "Recalbox (verbose)" {
set gfxpayload=auto
linux /boot/linux label=RECALBOX console=tty1 loglevel=7
initrd /boot/initrd.gz
}
 

Members online


Latest posts

Top