I am releativelyrelatively new to linuxLinux and I have assembled a raspberry PI 2 model B and I'm relavively unexperiencerelatively inexperienced with linuxLinux. I have tinkered in the past with SUSE and want to start doing it again. I have managed to get it up and going using the Ubuntu-Mate installation from raspberrypi.org; in fact im, I'm typing this from it as iI am writing this. My question is in regards toabout getting the openSUSE going, since it is my preference.
The source iI am trying to use is the 13.1 version from this link.: https://en.opensuse.org/HCL:Raspberry_Pi
theThe instructions for writing the image specify:
xzcat [image].raw.xz | dd bs=4M of=/dev/sdX; sync
which is all very new to me and per. Per the directions i, I checked lsblk to find out the name of the SD card iI wish to write to. I should also mention that since the raspberrypi only has one microSD slot, iI am using a generic USB to microSD reader along with a class 2 8gig microsd. Now, iI know this is a slow card and if this openSUSopenSUSE version works goodwell, iI have a 32gig class 10 microSD iI will write to.
So iI opened the only only terminal in ubuntuUbuntu-mate using ctrl-alt-t and jumped to my downloads directory using cd ~/Downloads since this is where i have saved the downloaded image, called openSUSE-13.1-ARM-JeOS-raspberrypi.armv7l-1.12.1-Build38.15.raw.xz. Additionally, after downloading it, iI shortened the name to help ensure everything is typed correctly.
after jumping to my downloads directory, iI then entered this isin the terminal window:
sudo xzcat openSUSE.raw.xz | dd bs=4M of=/dev/sda; sync
and i recievedI received this error:
dd: failed to open ‘/dev/sda’: Permission denied
I also tried pointing to sda1 and recievedreceived the same error message. If iI check lsblk, the terminal outputs this:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 1 7.4G 0 disk
└─sda1 8:1 1 7.4G 0 part /media/joseph/SUSE
The last item iI should mentionedmention is that the microSD has been formatted to fat32FAT32 using my windowsWindows box and only has 1 partition as seen above. I gave it the volume name suse for simplification. As of now, iI am stuck and really wish to get this working. What am I missing or doing wrong?