Intel NUC - Haswell (4th Generation CPU)
(2014-03-08, 22:45)sfleck Wrote: http://download.intel.com/support/mother...de_v02.pdf

there's intel's guide for install Mint.

Their link is a bit outdated - it's version 16 now - http://www.linuxmint.com/download.php
Either the 32 bit or 64 bit per the first line (I have tried both, 64 installed now)

Quote:anyone running the Beta 1 on linux?
which are the commands i need to "cut'n'paste" to get the latest Gotham going on Mint?

Yes, I am running XBMC Gotham Beta1 under Mint 16 64 bit.

You can follow the Mint install guide here, which is complete with screen images - http://www.linuxmint.com/documentation/u...h_15.0.pdf
Also includes an introductory users guide.

I have condensed a lot of that into the notes below:

To install, you need this program to make a bootable stick - http://www.pendrivelinux.com/universal-u...-as-1-2-3/ - run that in Windows & create your boot drive on a USB stick
Then when your stick is good to go, insert in the NUC USB port & power on, then at the prompt on the NUC, select F2 to enter BIOS so you can change the boot drive order to the USB drive
(It will revert back again later, so no need to go in to change it back - your stick must be inserted before you enter the bios however)
Then exit & let it boot from the USB drive.
This will open up to a Mint Desktop running in 'Live' mode directly from the stick (nothing on your hard drive at this stage)
In this mode you can actually play with the OS - it will do pretty much anything you want it to, including installing & running xbmc, if you want to practice first;
- it just won't save anything and when you exit the session and reboot it will be like the fresh OS again when it comes back
So you don't have to commit to installing it, to get a feel for if you are comfortable with it.
You will have to enable internet access if you want to install anything (like xbmc);
click on the network app icon in the bottom right to select wired or the appropriate wireless network connection (you will be prompted for password if protected wireless network)

When you are ready to install, just click on the desktop icon and follow the prompts;
(note that it recommends you have internet configured - which you can do at this stage - however it is not necessary - you can defer that until you complete the install if you want)
this time when you reboot after it's complete you can remove the USB installer and now your OS will be loaded & running from your hard drive & the desktop will be loaded

If you look down to the tray on the bottom right (just like windows) you will see the app icons for the network & sound - configure as appropriate.
There are also quick start icons on the left side, (called the panel) again just like widows (to add one from the start menu, if you right-click on the application in the menu, it opens up simple option to add to panel or to the desktop)
The Firefox icon should be already on the panel and assuming you have internet connection at this point, you are good to go.

First thing to do is get it current - very simple process: click Menu, then under Administration, select Update Manager
(If you are ever unsure where an application is, selecting "All Applications at the top of the left side of menu, indeed does just that - gives you everything in alphabetical order on the right side.

So - select Update Manager - you will be prompted for your Password
When the App opens, it will immediately look for any installed packages that can be updated.
When it is done searching, you will either have a statement that there are no updates or a list;
click 'select all', then 'install updates'.
Repeat if you get a new list after the first is complete.

Now your Operating System is up to date.

To add packages (lets say you prefer Opera over Firefox):
Now Select "Software Manager" from the Menu.
Again you will be prompted for your password.
You can simply type opera in the search box and it will find it.
Open the one from the list (double click) and simply hit install.
When done, it will be added to your menu (under Internet) - and if you want, can add this to the quick-start panel as described earlier.

Now to install xbmc:
You will use the Terminal for this (Terminal is opened either from the Menu or is already on the quick-start panel)
See the wiki here - http://wiki.xbmc.org/index.php?title=HOW..._for_Linux

Post each line of code individually as instructed:
i.e. paste the first line then enter, wait for it to finish executing and prompt to return, then next line etc

Code:
sudo echo
sudo apt-get install python-software-properties pkg-config
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install xbmc

^^^ That will install Frodo 12.3

(actually if you search xbmc in the Software Manager, you can load Frodo from there - however you must use the Terminal if you want Gotham)

If you wish to install Gotham Beta, then you use the 'unstable' repository: in the fourth line & replace "ppa:team-xbmc/ppa" with "ppa:team-xbmc/unstable"

i.e. Run this INSTEAD for Gotham Beta1
Code:
sudo echo
sudo apt-get install python-software-properties pkg-config
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/unstable
sudo apt-get update
sudo apt-get install xbmc

Then you can close Terminal & run xbmc from the Menu (again, place a quick start icon on the Panel if you wish)

And then of course configure XBMC as per your preferences

That should be enough to get you going
Remember you can do all of this in 'practice mode' running off the live stick before you actually install the OS onto your drive (you will just have to do it all over again when done)
For practice, if you wish to skip steps, just go straight for the xbmc install (don't worry about the upgrade or additional application downloads - unless you want to practice those too)
Also for practice, you can do this on ANY computer - your laptop or desktop, without installing permanently.
Reply


Messages In This Thread
Haswell NUC + XBMC - by solamnic - 2013-10-28, 08:14
RE: Haswell NUC + XBMC - by joelbaby - 2013-10-28, 12:32
RE: Haswell NUC + XBMC - by sheva7 - 2013-10-28, 15:11
RE: Haswell NUC + XBMC - by mgmcube - 2013-10-28, 16:21
RE: Haswell NUC + XBMC - by cecemf - 2013-10-28, 17:21
RE: Haswell NUC + XBMC - by floydje07 - 2013-10-28, 17:56
RE: Haswell NUC + XBMC - by joelbaby - 2013-10-29, 04:09
RE: Haswell NUC + XBMC - by floydje07 - 2013-10-29, 09:42
RE: Haswell NUC + XBMC - by mgmcube - 2013-10-29, 08:55
RE: Haswell NUC + XBMC - by zag - 2013-10-28, 19:37
RE: Haswell NUC + XBMC - by cecemf - 2013-10-30, 13:19
RE: Haswell NUC + XBMC - by voip-ninja - 2013-10-28, 23:58
Haswell NUC + XBMC - by solamnic - 2013-10-29, 11:29
RE: Haswell NUC + XBMC - by joelbaby - 2013-10-29, 13:20
RE: Haswell NUC + XBMC - by Acrobat76 - 2013-10-29, 15:11
RE: Haswell NUC + XBMC - by sheva7 - 2013-10-29, 15:14
RE: Haswell NUC + XBMC - by sheva7 - 2013-10-29, 15:02
RE: Haswell NUC + XBMC - by joelbaby - 2013-10-29, 16:01
RE: Haswell NUC + XBMC - by Camlann - 2013-10-29, 16:38
RE: Haswell NUC + XBMC - by mgmcube - 2013-10-29, 17:45
RE: Haswell NUC + XBMC - by Camlann - 2013-10-29, 19:18
RE: Haswell NUC + XBMC - by zag - 2013-10-29, 17:06
RE: Haswell NUC + XBMC - by voip-ninja - 2013-10-29, 21:28
RE: Haswell NUC + XBMC - by solamnic - 2013-10-29, 17:28
RE: Haswell NUC + XBMC - by Camlann - 2013-10-29, 17:42
RE: Haswell NUC + XBMC - by zag - 2013-10-29, 18:15
RE: Haswell NUC + XBMC - by solamnic - 2013-10-29, 20:45
RE: Haswell NUC + XBMC - by tutu - 2013-10-29, 23:00
RE: Haswell NUC + XBMC - by mattchapman - 2013-10-29, 23:12
RE: Haswell NUC + XBMC - by voip-ninja - 2013-10-29, 23:26
RE: Haswell NUC + XBMC - by Platypus2 - 2013-10-29, 23:29
RE: Haswell NUC + XBMC - by solamnic - 2013-10-29, 23:43
RE: Haswell NUC + XBMC - by cecemf - 2013-10-30, 14:04
RE: Haswell NUC + XBMC - by Budwyzer - 2013-10-29, 23:46
RE: Haswell NUC + XBMC - by Platypus2 - 2013-10-30, 00:31
RE: Haswell NUC + XBMC - by floydje07 - 2013-10-30, 11:44
RE: Haswell NUC + XBMC - by Camlann - 2013-10-30, 11:55
RE: Haswell NUC + XBMC - by solamnic - 2013-10-30, 13:23
RE: Haswell NUC + XBMC - by sheva7 - 2013-10-30, 14:51
RE: Haswell NUC + XBMC - by cecemf - 2013-10-30, 14:55
RE: Haswell NUC + XBMC - by solamnic - 2013-10-30, 14:54
RE: Haswell NUC + XBMC - by sheva7 - 2013-10-30, 15:24
RE: Haswell NUC + XBMC - by 00b5 - 2013-10-30, 15:32
RE: Haswell NUC + XBMC - by Platypus2 - 2013-10-30, 15:49
RE: Haswell NUC + XBMC - by tutu - 2013-10-30, 22:20
RE: Haswell NUC + XBMC - by husky55 - 2013-10-31, 18:02
RE: Haswell NUC + XBMC - by Platypus2 - 2013-10-31, 18:10
RE: Haswell NUC + XBMC - by husky55 - 2013-10-31, 20:11
RE: Haswell NUC + XBMC - by Platypus2 - 2013-10-31, 20:38
RE: Haswell NUC + XBMC - by Camlann - 2013-11-01, 10:18
RE: Haswell NUC + XBMC - by husky55 - 2013-10-31, 20:53
RE: Haswell NUC + XBMC - by solamnic - 2013-10-31, 21:13
RE: Haswell NUC + XBMC - by Platypus2 - 2013-10-31, 21:13
RE: Haswell NUC + XBMC - by MrCrispy - 2013-10-31, 21:17
RE: Haswell NUC + XBMC - by Platypus2 - 2013-10-31, 21:52
RE: Haswell NUC + XBMC - by cecemf - 2013-11-01, 14:28
RE: Haswell NUC + XBMC - by voip-ninja - 2013-11-01, 16:43
RE: Haswell NUC + XBMC - by Platypus2 - 2013-11-01, 17:32
RE: Haswell NUC + XBMC - by cecemf - 2013-11-02, 13:22
RE: Haswell NUC + XBMC - by Camlann - 2013-11-01, 19:39
RE: Haswell NUC + XBMC - by mgmcube - 2013-11-02, 03:58
RE: Haswell NUC + XBMC - by Platypus2 - 2013-11-02, 04:03
RE: Haswell NUC + XBMC - by joelbaby - 2013-11-02, 05:55
RE: Haswell NUC + XBMC - by Platypus2 - 2013-11-02, 11:59
RE: Haswell NUC + XBMC - by joelbaby - 2013-11-02, 15:30
RE: Haswell NUC + XBMC - by mushoss - 2013-11-02, 19:06
RE: Haswell NUC + XBMC - by Platypus2 - 2013-11-02, 15:57
RE: Haswell NUC + XBMC - by tesona1977 - 2013-11-02, 17:41
RE: Haswell NUC + XBMC - by Platypus2 - 2013-11-02, 20:18
RE: Haswell NUC + XBMC - by mushoss - 2013-11-02, 20:42
RE: Haswell NUC + XBMC - by mushoss - 2013-11-02, 21:20
RE: Haswell NUC + XBMC - by Platypus2 - 2013-11-03, 01:42
RE: Haswell NUC + XBMC - by detroitjb - 2013-11-02, 20:30
RE: Haswell NUC + XBMC - by voip-ninja - 2013-11-02, 20:40
RE: Haswell NUC + XBMC - by Selene - 2013-11-04, 19:11
RE: Haswell NUC + XBMC - by Platypus2 - 2013-11-04, 23:48
RE: Haswell NUC + XBMC - by solamnic - 2013-11-05, 00:15
RE: Haswell NUC + XBMC - by Selene - 2013-11-05, 06:54
RE: Haswell NUC + XBMC - by voip-ninja - 2013-11-05, 16:39
RE: Haswell NUC + XBMC - by Platypus2 - 2013-11-05, 17:53
RE: Haswell NUC + XBMC - by Selene - 2013-11-05, 18:16
RE: Haswell NUC + XBMC - by Platypus2 - 2013-11-05, 18:28
RE: Haswell NUC + XBMC - by Selene - 2013-11-05, 18:57
RE: Haswell NUC + XBMC - by Javlin - 2013-11-03, 07:26
RE: Haswell NUC + XBMC - by Platypus2 - 2013-11-03, 21:30
RE: Haswell NUC + XBMC - by ChopD - 2013-11-04, 01:18
RE: Haswell NUC + XBMC - by Platypus2 - 2013-11-04, 01:21
RE: Haswell NUC + XBMC - by ChopD - 2013-11-04, 14:18
RE: Haswell NUC + XBMC - by Javlin - 2013-11-04, 07:07
RE: Haswell NUC + XBMC - by jinkyjim - 2013-11-04, 12:58
AW: RE: Haswell NUC + XBMC - by disrupted - 2013-11-05, 00:32
Haswell NUC + XBMC - by solamnic - 2013-11-05, 09:30
RE: Haswell NUC + XBMC - by voip-ninja - 2013-11-05, 22:34
RE: Haswell NUC + XBMC - by Selene - 2013-11-05, 22:39
RE: Haswell NUC + XBMC - by voip-ninja - 2013-11-05, 23:03
RE: Haswell NUC + XBMC - by Selene - 2013-11-06, 00:38
RE: Haswell NUC + XBMC - by Platypus2 - 2013-11-06, 01:25
RE: Haswell NUC + XBMC - by cecemf - 2013-11-06, 13:35
RE: Haswell NUC + XBMC - by Selene - 2013-11-06, 01:28
RE: Haswell NUC + XBMC - by voip-ninja - 2013-11-06, 17:07
RE: Haswell NUC + XBMC - by zag - 2013-11-06, 00:20
RE: Haswell NUC + XBMC - by solamnic - 2013-11-06, 00:33
RE: Haswell NUC + XBMC - by Selene - 2013-11-06, 19:32
RE: Haswell NUC + XBMC - by cecemf - 2013-11-06, 19:36
RE: Haswell NUC + XBMC - by voip-ninja - 2013-11-06, 19:50
RE: Haswell NUC + XBMC - by renhack - 2013-11-06, 23:16
RE: Haswell NUC + XBMC - by NudistPenguin - 2013-11-07, 02:56
RE: Haswell NUC + XBMC - by Selene - 2013-11-07, 03:42
RE: Haswell NUC + XBMC - by cecemf - 2013-11-07, 09:43
RE: Haswell NUC + XBMC - by cecemf - 2013-11-07, 11:11
RE: Haswell NUC + XBMC - by zag - 2013-11-07, 11:29
RE: Haswell NUC + XBMC - by cecemf - 2013-11-07, 11:43
MCEUSB ir receiver on nuc? - by alexgsz - 2013-12-22, 15:19
RE: memory - by nc88keyz - 2014-02-24, 23:52
Help with IRC on Haswell - by Pandysan - 2014-03-05, 22:49
RE: Intel NUC - HTPC (Haswell Late 2013 edition) - by DEcosse - 2014-03-09, 02:45
Feedback - by chrissitoelle - 2014-04-27, 19:18
Re: RE: - by nickr - 2014-05-04, 01:25
Logout Mark Read Team Forum Stats Members Help
Intel NUC - Haswell (4th Generation CPU)7