[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
  Snakeoil 1.4 and Squeezelite R2 - not rembering USB audio output petemac110 4 127 23-Feb-2025, 07:47 PM
Last Post: petemac110
  Snakeoil OS 1.4 problem with Squeezelite and Lyrion mloutfie 14 733 14-Feb-2025, 07:00 AM
Last Post: mloutfie
  Cannot install upmpdcli Raspberry Pi5 carlodim 3 180 19-Jan-2025, 12:48 PM
Last Post: Snoopy8
  Snakeoil and DNS davem 0 332 23-May-2024, 08:47 AM
Last Post: davem
  Fail to install myMPD sjtuross 9 972 03-Mar-2024, 08:45 PM
Last Post: hkphantomgtr



Users browsing this thread:
2 Guest(s)

[-]
Our Sponsors

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

Username/Email:


Password:





[-]
Latest Threads
SOXR resampler and DSD
Last Post: agent_kith
Today 01:10 PM
» Replies: 3
» Views: 42
A ripping project ideae/help
Last Post: agent_kith
Today 01:09 PM
» Replies: 7
» Views: 79
Glibc 2.36 missing
Last Post: jetski
04-Mar-2025 03:23 AM
» Replies: 5
» Views: 119
Snakeoil 1.4.0 (High End)
Last Post: knottydreadbr
03-Mar-2025 11:42 PM
» Replies: 63
» Views: 4637
Using Ubuntu low latency & real time ker...
Last Post: hkphantomgtr
26-Feb-2025 12:13 AM
» Replies: 12
» Views: 576
My Snakeoil-powered system
Last Post: petemac110
24-Feb-2025 04:30 AM
» Replies: 7
» Views: 592
Snakeoil 1.4 and Squeezelite R2 - not re...
Last Post: petemac110
23-Feb-2025 07:47 PM
» Replies: 4
» Views: 127
Can't get Roon bridge or UPNP renderer t...
Last Post: agent_kith
21-Feb-2025 04:38 PM
» Replies: 9
» Views: 319
Progress update on High End U1
Last Post: agent_kith
21-Feb-2025 10:43 AM
» Replies: 8
» Views: 636
Snakeoil OS 1.4 problem with Squeezelite...
Last Post: mloutfie
14-Feb-2025 07:00 AM
» Replies: 14
» Views: 733

[-]
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-2025. Theme © Melroy van den Berg.