Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    DUAL BOOT RECALBOX AND UBUNTU

    Recalbox General
    dual boot recalbox ubuntu
    1
    6
    1857
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • faided
      faided last edited by

      looking to add recalbox to Grub, but google de-prioritized searches like this so im not getting an answer. normally id run OS prober and modify with grub customizer but grub does not see recalbox electron on secondary drive. im making this as a gift and wanted to give the the option to use a desktop or use the awesome built recalbox.
      any help would be appreciated.
      one more thing, if this is easy lets standardize the solution and make it searchable please.

      faided 1 Reply Last reply Reply Quote 0
      • faided
        faided @faided last edited by

        @faided so i retried Grub 2 and i manually added a new entry using the add entry option. the new entry though points too /vmlinz is not valid

        faided 1 Reply Last reply Reply Quote 0
        • faided
          faided @faided last edited by

          @faided 2c303de5-a9ba-47ec-9293-ded442f9e050-image.png

          faided 1 Reply Last reply Reply Quote 0
          • faided
            faided @faided last edited by

            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.

            faided 1 Reply Last reply Reply Quote 0
            • faided
              faided @faided last edited by

              @faided
              I forgot to add the sda and partition locations
              sda =hd0, sdb=hd1 sdc=hd2 etc
              partion 1 = 1 partion 2 = 2 etc
              so:
              set root= (hd0,1)
              set gfxpayload=auto
              linux /boot/linux label=RECALBOX console=tty3 quiet loglevel=0
              initrd /boot/initrd.gz

              faided 1 Reply Last reply Reply Quote 0
              • faided
                faided @faided last edited by

                @faided
                UPDATED GRUB SCRIPT

                you will need to know your UUID number prior to updating your grub.
                use the command "lsblk -f" to produce a list of your mounted drives as well as their UUID's

                search --no-floppy --fs-uuid --set=root ####-####
                linux /boot/linux root=UUID=####-####label=RECALBOX console=tty3 quiet loglevel=0
                initrd /boot/initrd.gz

                1 Reply Last reply Reply Quote 0
                • Locked by  admin admin 
                • First post
                  Last post

                Want to support us ?

                53
                Online

                99.2k
                Users

                28.1k
                Topics

                187.1k
                Posts

                Copyright © 2021 recalbox.com