Skip to content

Instantly share code, notes, and snippets.

/retropie error Secret

Created May 31, 2015 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6739b4a8da2009f798b4 to your computer and use it in GitHub Desktop.
Save anonymous/6739b4a8da2009f798b4 to your computer and use it in GitHub Desktop.
RetroPie: Error executing partition setup script
+ [ -z /dev/mmcblk0p7 ]
+ [ -z /dev/mmcblk0p8 ]
+ mkdir -p /tmp/1 /tmp/2
+ mount /dev/mmcblk0p7 /tmp/1
+ mount /dev/mmcblk0p8 /tmp/2
+ sed /tmp/1/cmdline.txt -i -e s|mot=/dev/[^ ]*|root=/dev/mcblk0p8|
+ sed /tmp/2/etc/fstab -i -e s|^.* /|/dev/mmcblk0p8 /|
sed: /tmp/2/etc/fstab: No such file or directory
(I'm unsure what it actually said on line 7: "s|mot=" because it was hidden behind a mouse pointer and I don't have a mouse connected so I couldn't move it out of the way)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment