20 Feb 2023, 19:27

ANSWER:

  1. bot into ubuntu or your flavor of choice

  2. update grub to show at boot (NOTE OS PROBER WILL NOT SEE RECALBOX):
    #GRUB_DEFAULT="0"
    GRUB_TIMEOUT_STYLE="menu"
    GRUB_TIMEOUT="5"
    GRUB_DISTRIBUTOR="lsb_release -i -s 2> /dev/null || echo Debian"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_CMDLINE_LINUX=""
    GRUB_DISBALE_OS_PROBER="false"

  3. download GRUB CUSTOMIZER
    (NOTE THERE IS MORE THAN ONE REPOSITORY AND IT MAY NEED TO BE ADDED TO KEEP CUSTOMIZER UP TO DATE)
    REPOSITORY (1 OF MANY): sudo add-apt-repository ppa:danielrichter2007/grub-customizer
    APP; use the ubuntu software or manually install using the following command: sudo apt install grub-customizer

  4. once completed locate the recalbox boot folder and read its Grub file (should look like this, you only need the command between the brackets {} eveything else is not needed): menuentry "Recalbox" {
    set gfxpayload=auto
    linux /boot/linux label=RECALBOX console=tty3 quiet loglevel=0
    initrd /boot/initrd.gz
    }

  5. save and change boot order to show recalbox on top like so: cc4411c1-bfbe-4f6c-9bd1-1491e1ba9f9d-image.png

  6. reboot NOTE IF YOU DONT SEE GRUB MENU REVIEW STEP ONE, THE CFG MUST BE TOLD TO DISPLAY OTHERWISE ITS LOOKING FOR A KEY STROKE LIKE "Shift" OR "C".

i hope this helps, i am only twelve so hopefully this makes sense!

one more thing, a LOT of the moderators answers are very "i am better at linux than you, and you should just know better" and that isnt helpful like at all. it comes off as elitist which i thought the french hated elitists... so... heres my contribution to help limit that attitude.