Recalbox Forum

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

    Chris Maughan

    @Chris Maughan

    0
    Reputation
    173
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Chris Maughan Unfollow Follow

    Latest posts made by Chris Maughan

    • RE: PXE / Netboot rpi3 recalbox

      @ Substring ok coool. so at present netboot on the pi3 is a little hit and miss.

      heres my fstab on the recalbox share

      proc /proc proc defaults 0 0
      devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
      tmpfs /dev/shm tmpfs mode=0777 0 0
      tmpfs /tmp tmpfs mode=1777 0 0
      tmpfs /var tmpfs mode=1777 0 0
      tmpfs /run tmpfs mode=1777 0 0
      sysfs /sys sysfs defaults 0 0

      sometimes it takes the kernel sometimes it doesnt and then restarts the dhcp process then fails.
      so far i have extracted the squashfs recalbox file to my nfs/root so in effect if/when i get it to weork the rootfs will be a shared folder on a server rather than a ram disk, soon as i get some time ill have another stab at it, but at the moment im at work.

      the reasoning behind me trying to do this. i would like to have multiple rpi3 running my recal box build but i want them to be exactly the same build. i know i could just copy the image to other cards but this is more fun/interesting 😉

      posted in Recalbox General
      Chris Maughan
      Chris Maughan
    • RE: PXE / Netboot rpi3 recalbox

      my nfs mount is not mounted in fstab on the server 😕 its a real directory shared via /etc/exports

      @substring yer i tried to fudge it a little with rasbian but of course this is not rasbian. ill have to extract the image and have some more play time 🙂

      posted in Recalbox General
      Chris Maughan
      Chris Maughan
    • RE: PXE / Netboot rpi3 recalbox

      @substring ok thanks, ill play some more

      posted in Recalbox General
      Chris Maughan
      Chris Maughan
    • RE: PXE / Netboot rpi3 recalbox

      @chris-maughan @substring do you know the usb/mmc boot process call for the recalbox filesytem file called recalbox in /boot? Its not in the cmdline
      Ta

      posted in Recalbox General
      Chris Maughan
      Chris Maughan
    • RE: PXE / Netboot rpi3 recalbox

      Just say unable to mount none on /boot_root.. ill have a look at the kernel later

      posted in Recalbox General
      Chris Maughan
      Chris Maughan
    • RE: PXE / Netboot rpi3 recalbox

      Ahhh i may have to recompile the kernel then. I thought nfs was default in 4.1?
      I have done pxe a few times im a linux user not winBlows 😉
      /boot_root is the readonly recalbox file in the boot dir... im playing more today so ill post back if i get her running

      posted in Recalbox General
      Chris Maughan
      Chris Maughan
    • RE: PXE / Netboot rpi3 recalbox

      @chris-maughan this is my cmdline.txt that does not work
      root=/dev/nfs nfsroot=//192.168.1.15:/nfs/client1 rw ip=dhcp rootwait elevator=deadline fastboot noswap

      obviosly in my nfs share is the /boot files which contains the files "initrd.gz linux overlay recalbox"

      posted in Recalbox General
      Chris Maughan
      Chris Maughan
    • PXE / Netboot rpi3 recalbox

      Hi all,

      i was wondering if someone could shed some light on where im going wrong 🙂

      i have a dsikless/usbless/mmcless rpi3 booting from pxe, which works like a dream on rasbian. however when i try to make it boot recalbox im unable to get the root to mount.
      the pi boots takes the bootcode.bin, cmdline.txt,config.txt, kernel and intird.gz from the tftp server and the pi boots as far as trying to mount /boot_root. however whatever i try im unable to get it to mount.

      i have tried to put the /boot dir in a nfs share and point the cmdline at the nfs i.e
      root=nfs
      however this still does not work. has anybody had recal box work from pxe?

      thanks

      posted in Recalbox General
      Chris Maughan
      Chris Maughan