Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. PZL0013
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    PZL0013

    @PZL0013

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    PZL0013 Unfollow Follow

    Latest posts made by PZL0013

    • Dual Boot Recalbox over Windows 10

      Hi

      I have the same question as in the topic below:

      https://forum.recalbox.com/topic/9635/dual-boot-recalbox-over-windows-10

      However the topic seems to be locked and I can't access the tutorial.

      I'm trying to follow the steps according this tutoral:
      xxx

      but Recalbox doesn't boot and the grub returns:

      error: disk 'hd0,msdos5' not found
      error: disk 'loop,msdos1' not found
      error: you need to load the kernel first

      I'm a complete noob and have no idea what the above means. The grub.cfg file is as below:

      set default="0"
      set timeout="0"
      
      menuentry "RECALBOX-HD-EDITION" {
          # CONFIGURATION
          set DISC=0
          set PART=5
          set DIR=/RecalBox_Img
          set FILE=recalbox-x86_64.img
      
          # NO CHANGE
          loopback loop (hd$DISC,msdos$PART)$DIR/$FILE
          EXEC="disc=$DISC part=$PART dir=$DIR file=$FILE"
          linux  (loop,msdos1)/boot/bzImage $EXEC console=tty3 quiet loglevel=0
          initrd (hd$DISC,msdos$PART)$DIR/recalbox-hd-edition.gz
      }
      

      Very grateful if anyone could help.

      posted in MediaCenter & Dualboot
      PZL0013
      PZL0013