I’ve tried to install OSMC via the installer like I’ve done 100 times ago but now it refuses to work for me and as I have seen here I’m not the only one with that problem. Normally I would use my Debian machine but with Debian 9 Stretch it is also not possible to run the installer.
Yesterday even the Suse Download site wasn’t available.
Is there another way to make a usb install work? In the past there was something like putting a empty *.txt file called ‘usb’ on the flash drive which would enable usb install but I can’t recognize the whole process.
thanks for the fast answer I’ve seen that the Suse site is up again but the repo won’t work with Debian 9 Stretch So I’ve to bite in that sour apple and have to install Debian Jessie again
Isn’t it possible with the text file on a usb drive like I mentioned? Or must I put some file on the SD Card that the system will installed on usb? The rest I’m able to configure over OSMC itself.
Great product btw, you people have done a great job, thanks!
The installer there also had problems mounting the partition and tried to finalize after it copied the data but unfortunately I didn’t saved the console output.
Anyways, I’ve solved the problem. I have installed a fresh copy of OS X with Debian Jessie on virtual box and yey, it seems to work. The linux installer finished now without any error or problem.
It’d be nice to fix the OS X issue.
I don’t have regular access to a Mac with an SD slot. If you do, I’d appreciate it if you could test again and paste the log.
Sam, same here. Newbie on the Rasp tried the install from the website to no succes. Using 10.12.5 which causing troubles over other programs as well. Don’t know how, but with the latest dropbox installer no problems and i have a fresh install. (iMac 21.5 mid 2011, OSX 10.12.5)
Thnx
I’m always confused why there is an installer for any Unix system. dd isn’t hard. Actually it is simple. Every Unix-like system has this magical dd command.
$ sudo dd if=/path/to/file.img of=/dev/sdZ bs=1M
Write to the full device name of the SD card, not some partition (sdZ1) on the SD card. It always confuses me how much effort is spent to avoid gaining a tiny bit of knowledge.
@Spammer456 please tell me more about dd, as if I don’t own man-pages. It always confuses me that people think that they know something about a stranger they’ve never met in their life but wuhuu you’re such a linux genius, thanks
ps.: with the big ‘M’ in your block size argument the command you mentioned won’t work on OS X, even
@sam_nazarko It’s not because I don’t like command line, actually I prefer it than running some gui’s but unfortunately I couldn’t recognize how to prepare the content of the SD Card/USB Stick after transferring the image the good old way so OSMC would be installed on the USB Stick instead of the SD Card.
But generally you’re right most people don’t like command line and the installer is very nice so I only can mention again that you guys really did nice work and I think I know what I say cause I use XBMC since the XBOX one
@Sam - I’m not complaining about the 1st-boot installer where network gets configured. That is necessary. Just wish it worked easier with a remote-only system. Hooking up a keyboard or mouse is a huge hassle. Generally, I find it easiest to setup a DHCP reservation for the NIC being used to avoid having to deal with the network interface stuff.
A tool seems to be the ‘go-to’ method to move an image file to an SD card when dd does it easily with a tiny bit of knowledge that is useful for many other reasons. I would find it helpful if there was a tiny mention that dd could be used to place the image on the SD. It has been months since I pulled the image down.
@Spammer456 I dont need a web search for it, I don’t even tried your command to know that the argument was wrong. I don’t know what you had get wrong but I didn’t wrote anywhere that I’ve problems to get the image to the SD. I only wanted to know the steps after the image transfer for getting OSMC installed to a USB stick instead to the SD as I mentioned before. This was possible in the past but I forget the whole process even if it was easy like putting a usb.txt file on the usb drive or something similar but if I get a fresh installer GUI who does everything for me why should I don’t use it?
And I think it’s enough to mention that one can download images. If someone knows what a image is someone probably knows how to use it and if not someone should download and use the installer.