[SOLVED] Cannot install SnakeOil on Intel NUC 8i5BEH, no network
#11
(06-May-2019, 10:14 AM)agent_kith Wrote: Thumbs Up I'll try and build a RT kernel for 4.15 later today if I can.
Hoping you can do the new kernel soon so that I can get the NUC running...
Reply

#12
(11-May-2019, 04:51 PM)Snoopy8 Wrote: Hoping you can do the new kernel soon so that I can get the NUC running... 
Just arrived home. Too late to start now *sorry*. Hopefully I can find some time to finish this tomorrow.
Snakeoil Operating System - Music, your way!
Reply

#13
(06-May-2019, 08:01 AM)Snoopy8 Wrote: Tried new kernel with no success.
  • Create usb boot using Unetbootin on a USB3.0 (does not work with USB2.0) stick
  • Replaced vmlinuz with that from new kernel
  • Booted NUC, get greyed out "download updates while installing Ubuntu"
  • Continued installing, rebooted
  • Get error messages "Failed to execute /init (error -8)"  "Starting init: /bin/sh exists but couldn't execute it (error -8)" Kernel panic - not syncing: No working init found"
Tried both 1.1 and 1.0 iso images, same problem  
 
(06-May-2019, 08:08 AM)agent_kith Wrote: Oh.. This is a new kernel version, might need to include a different initrd file. I'll see if I missed that in my automation scripts.
Come to think of it. You shouldn't be seeing that init file error. The install kernels don't actually need that file. Not entirely sure what went wrong, but I have built the latest 4.x series kernel. And verified that it'll work. Try this kernel and let me know if your network isi now behaving properly (or not).
 
[Image: New-Kernel.png]
Snakeoil Operating System - Music, your way!
Reply

#14
(12-May-2019, 04:17 PM)agent_kith Wrote:
(06-May-2019, 08:01 AM)Snoopy8 Wrote: Tried new kernel with no success.
  • Create usb boot using Unetbootin on a USB3.0 (does not work with USB2.0) stick
  • Replaced vmlinuz with that from new kernel
  • Booted NUC, get greyed out "download updates while installing Ubuntu"
  • Continued installing, rebooted
  • Get error messages "Failed to execute /init (error -8)"  "Starting init: /bin/sh exists but couldn't execute it (error -8)" Kernel panic - not syncing: No working init found"
Tried both 1.1 and 1.0 iso images, same problem     
(06-May-2019, 08:08 AM)agent_kith Wrote: Oh.. This is a new kernel version, might need to include a different initrd file. I'll see if I missed that in my automation scripts.
Come to think of it. You shouldn't be seeing that init file error. The install kernels don't actually need that file. Not entirely sure what went wrong, but I have built the latest 4.x series kernel. And verified that it'll work. Try this kernel and let me know if your network isi now behaving properly (or not).
 
[Image: New-Kernel.png]

Tried new kernel 4.19.37,  no good.  Still have init error.   

Just to make sure I am doing this correct,
  • Download the latest iso snakeoil-x86_64-1.1.0.iso
  • Download kernel install-4.19.37-rt19-i686-snakeoil-20190512.zip (unzip vmlinuz)
  • Create usb with Unetbootin
  • Go to Casper folder in usb, rename vmlinuz
  • Copy vmlinuz from kernel into Casper folder
Reply

#15
You are using 64 bit ISO, need to use the 64 bit kernel (amd64).
Snakeoil Operating System - Music, your way!
Reply

#16
(12-May-2019, 08:43 PM)agent_kith Wrote: You are using 64 bit ISO, need to use the 64 bit kernel (amd64).

Blush   Ooops, my bad....   Sick
------------------------------------

What installs and is running with IP address : 1.0 iso with 4.19.37 kernel (64 bit).  I have manually updated firmware to 1.1.4

[Image: 4-19-Kernel.jpg]
Labels are messed up in several places, e.g. above, but I can live with it.

Installs but could not get get IP address with 1.1 iso with 4.19.37 kernel
Also installs but no IP address are 1.0 iso and 1.1 iso with the Intel network kernel in  install-4.4.9-rt17-amd64-igb-20190223.zip
Reply

#17
(13-May-2019, 09:55 AM)Snoopy8 Wrote: Blush   Ooops, my bad....   Sick
------------------------------------

What installs and is running with IP address : 1.0 iso with 4.19.37 kernel (64 bit).  I have manually updated firmware to 1.1.4
What installs?

(13-May-2019, 09:55 AM)Snoopy8 Wrote: [Image: 4-19-Kernel.jpg]
Labels are messed up in several places, e.g. above, but I can live with it.
Clear the browser cache (CTRL+SHIFT+F5 I think). That should fix this problem.

(13-May-2019, 09:55 AM)Snoopy8 Wrote: Installs but could not get get IP address with 1.1 iso with 4.19.37 kernel
Also installs but no IP address are 1.0 iso and 1.1 iso with the Intel network kernel in  install-4.4.9-rt17-amd64-igb-20190223.zip 
Don't quite understand what you're saying here. Think

the igb kernel is for another Ethernet adaptor. Your NUC should be using the e1000e driver.
Snakeoil Operating System - Music, your way!
Reply

#18
The only install which worked and gave an IP address was snakeoil-x86_64-1.0.0.iso with the vmlinux from this kernel install-4.19.37-rt19-amd64-snakeoil-20190512.zip 

Install worked, but no IP address when re-booted
snakeoil-x86_64-1.1.0.iso  with the vmlinux from this kernel install-4.19.37-rt19-amd64-snakeoil-20190512.zip 
snakeoil-x86_64-1.1.0.iso  with the vmlinux from this kernel install-4.4.9-rt17-amd64-igb-20190223.zip (which is meant to have the Intel network driver)
snakeoil-x86_64-1.0.0.iso with the vmlinux from this kernel install-4.4.9-rt17-amd64-igb-20190223.zip
Reply

#19
(13-May-2019, 11:23 AM)Snoopy8 Wrote: Install worked, but no IP address when re-booted
Interesting... Can you connect a keyboard and monitor, and then run "dmesg | grep e1000" and see what turns up?

I will try and run through the install later today and see what happens on reboot.
Snakeoil Operating System - Music, your way!
Reply

#20
(13-May-2019, 12:12 PM)agent_kith Wrote:
(13-May-2019, 11:23 AM)Snoopy8 Wrote: Install worked, but no IP address when re-booted
Interesting... Can you connect a keyboard and monitor, and then run "dmesg | grep e1000" and see what turns up?

I will try and run through the install later today and see what happens on reboot.

Install always has monitor and keyboard.  Currently enjoying the music running Minimserver with Convolution with a very high tap filter.   Big Grin   And the NUC is not even a bit stressed.

Will try later, using a dual boot install and hope I do not muck it up!  (My previous history with dual boots has not been good...)
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fail to install myMPD sjtuross 9 237 03-Mar-2024, 08:45 PM
Last Post: hkphantomgtr
  snakeoil always refuse connecting from vnc viewer clark8888 2 457 15-Oct-2023, 10:37 AM
Last Post: clark8888
  Rpi4+AlloDigiOne sig. Snakeoil os installation problem Luke 38 13 2,120 06-Sep-2023, 07:36 AM
Last Post: agent_kith
  Install not working Pi2Design Mercury V2 Snoopy8 1 315 01-Aug-2023, 10:03 AM
Last Post: agent_kith
  [SOLVEDAdapting Snakeoil for general media streaming patricia1066 9 1,115 22-Jul-2023, 07:35 AM
Last Post: agent_kith



Users browsing this thread:
1 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
Announcing Snakeoil Measurements 1.3.0
Last Post: kees1000
13-Apr-2024 11:54 PM
» Replies: 95
» Views: 4706
LMS rebranded to Lyrion Media Server
Last Post: Bromf
07-Apr-2024 01:59 PM
» Replies: 4
» Views: 96
ZimaBoard 2x NIC, 2x SATA, 2x USB, 1x PC...
Last Post: agent_kith
26-Mar-2024 12:04 PM
» Replies: 13
» Views: 685
LMS Upgrade ?
Last Post: uglymusic
15-Mar-2024 09:14 PM
» Replies: 7
» Views: 186
Squeezebox shutdown
Last Post: TripleX
13-Mar-2024 07:34 AM
» Replies: 4
» Views: 98
MP3 Not Playing
Last Post: Coacharnold
10-Mar-2024 10:25 AM
» Replies: 3
» Views: 73
Fail to install myMPD
Last Post: hkphantomgtr
03-Mar-2024 08:45 PM
» Replies: 9
» Views: 237
Intel HFI Driver Can "Save Tons Of CPU C...
Last Post: hkphantomgtr
28-Feb-2024 09:15 PM
» Replies: 0
» Views: 62
More Problems with Squeezelite in 1.3
Last Post: Coacharnold
17-Feb-2024 09:47 PM
» Replies: 2
» Views: 84
Snakeoil Music server & Snakeoil its own...
Last Post: Snoopy8
17-Feb-2024 11:20 AM
» Replies: 8
» Views: 413

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2024. Theme © Melroy van den Berg.