Go to advanced search

by ebaruk
Sun Jun 28, 2020 12:47 pm
Forum: Ubuntu
Topic: UBUNTU 20.04 boot up directlly from SSD
Replies: 15
Views: 1045

Re: UBUNTU 20.04 boot up directlly from SSD

The changes needed for transferring system activity to an SSD after booting from an SD are well covered in: https://jamesachambers.com/raspberry-pi-4-usb-boot-config-guide-for-ssd-flash-drives/ You should pay particular attention to the "quirks" issue, related to the SATA/USB adapter you use. The a...
by ebaruk
Sat Jun 27, 2020 2:49 pm
Forum: Ubuntu
Topic: Rpi-4/8GB with SNORT 3 over GRAFANA
Replies: 0
Views: 77

Rpi-4/8GB with SNORT 3 over GRAFANA

Hi, First of all I do apologize if some of my questions are “off the topics”…here at RPI forum...But community here is getting bigger and bigger so maybe someone can help or share knowledge... I just implemented SNORT 3 solution on my Raspberry PI-4/8GB, using UBUNTU server 20.04. Everything works f...
by ebaruk
Sat Jun 27, 2020 2:43 pm
Forum: Ubuntu
Topic: UBUNTU 20.04 boot up directlly from SSD
Replies: 15
Views: 1045

Re: UBUNTU 20.04 boot up directlly from SSD

You CAN'T boot directly from USB Ubuntu 20.04 yet. As far as you can get is a boot screen from U-BOOT and that's all. I think that ubuntu has to modify U-BOOT to get this work. You can boot form USB Raspbian or ubuntu 18.04 (i think) Or you can boot form SD and modify the cmdline.txt to tell to loa...
by ebaruk
Tue Jun 23, 2020 12:43 pm
Forum: Ubuntu
Topic: UBUNTU 20.04 boot up directlly from SSD
Replies: 15
Views: 1045

UBUNTU 20.04 boot up directlly from SSD

Hi, With latest stable firmware upgrade on RPi 4-8GB: https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/release-notes.md Is it possible to directly boot up (ubuntu 20.04) from SSD disc ? Are there any limitations ..., or this works same as for RPi OS ? Thank You for helping in advance...
by ebaruk
Mon Jun 22, 2020 5:29 pm
Forum: Ubuntu
Topic: Raspberry Pi-4/8GB firmware upgrade over UBUNTU
Replies: 9
Views: 620

SOLVED: Raspberry Pi-4/8GB firmware upgrade over UBUNTU

Well..., at first I was under the impression that update and upgrade (over UBUNTU terminal) would actually fix the problem.... But I guess the easiest and most straight forward way is to just use another SD card (with RPI OS) and just make sure the "eeprom" is written as explained in link below: htt...
by ebaruk
Wed Jun 17, 2020 12:49 pm
Forum: Ubuntu
Topic: UBUNTU 20.04 Pi-hole not possible to fully install or uninstall
Replies: 1
Views: 140

SOLVED: UBUNTU 20.04 Pi-hole not possible to fully install or uninstall

Problem has been finally SOLVED: Steps before even starting: sudo pihole uninstall sudo apt purge lighttpd sudo pihole -r sudo apt-get update sudo apt-get upgrade useradd -G pihole pihole sudo apt-get install gamin #crucial package required to install....which was missing in my case This is/was also...
by ebaruk
Tue Jun 16, 2020 6:15 pm
Forum: Ubuntu
Topic: UBUNTU 20.04 Pi-hole not possible to fully install or uninstall
Replies: 1
Views: 140

UBUNTU 20.04 Pi-hole not possible to fully install or uninstall

Hi all, Hope someone can help me with "pi-hole" installation over ubuntu 20.04 I'm using Rpi4-8GB/64 bit version. I followed links: https://linuxincluded.com/install-pi-hole-on-ubuntu/ and https://www.youtube.com/watch?v=9QzHriM9B_c and https://github.com/pi-hole/pi-hole/#one-step-automated-install ...
by ebaruk
Mon Jun 15, 2020 3:31 pm
Forum: Ubuntu
Topic: Argon One script for ubuntu
Replies: 3
Views: 441

Re: Argon One script for ubuntu

I installed that from your link, and from a software side it seems to work. I can monitor temperatures. I can change fan speeds, and program what temperatures will change to which speeds. Just one problem. The fan never actually physically turns on. Hard to tell why.. Maybe something with hardware,...
by ebaruk
Mon Jun 15, 2020 6:55 am
Forum: Ubuntu
Topic: Raspberry Pi-4/8GB firmware upgrade over UBUNTU
Replies: 9
Views: 620

Re: Raspberry Pi-4/8GB firmware upgrade over UBUNTU

Raspberry Pi OS and Ubuntu are both based of Debian Linux Operating System. Sure, I understand that. But not all commands are accepted RPI OS / UBUNTU That`s why I was not sure mentioned ``UBUNTU`` command would also upgrade RPi firmware since for an example command: sudo apt install -y rpi-eeprom ...
by ebaruk
Sun Jun 14, 2020 9:14 am
Forum: General discussion
Topic: SOLVED ''lvm2'' bug warning: No such file or directory
Replies: 0
Views: 188

SOLVED ''lvm2'' bug warning: No such file or directory

NOTICE: ln: /tmp/mountroot-fail-hooks.d//scripts/init-premount/lvm2: No such file or directory https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1873614 Step by step actions below 1) Definition of add_mountroot_fail_hook doesnt match lvm2's usage: a) Edit /usr/share/initramfs-tools/scri...
by ebaruk
Sun Jun 14, 2020 8:55 am
Forum: Ubuntu
Topic: Raspberry Pi-4/8GB firmware upgrade over UBUNTU
Replies: 9
Views: 620

Re: Raspberry Pi-4/8GB firmware upgrade over UBUNTU

Ubuntu is based on Debian, which Raspberry Pi OS is also more directly based on (Ubuntu is more of a fork, while Raspberry Pi OS is built on Debian armhf). Their operation is similar enough that transitioning from one to the other is usually not too difficult (except for WiFi, which is annoying to ...
by ebaruk
Sun Jun 14, 2020 8:53 am
Forum: Ubuntu
Topic: Raspberry Pi-4/8GB firmware upgrade over UBUNTU
Replies: 9
Views: 620

Re: Raspberry Pi-4/8GB firmware upgrade over UBUNTU

Raspberry Pi OS and Ubuntu are both based of Debian Linux Operating System. [/quote] Sure, I understand that. But not all commands are accepted RPI OS / UBUNTU That`s why I was not sure mentioned ``UBUNTU`` command would also upgrade RPi firmware since for an example command: sudo apt install -y rpi...
by ebaruk
Sun Jun 14, 2020 8:28 am
Forum: Ubuntu
Topic: Raspberry Pi-4/8GB firmware upgrade over UBUNTU
Replies: 9
Views: 620

Re: Raspberry Pi-4/8GB firmware upgrade over UBUNTU

Firmware is normally updated with apt (sudo apt update && sudo apt full-upgrade -y). You don't need to do anything special (other than wait, since 3rd party distros often lag weeks or months behind in development). If you truly are a real beginner, you should start with Raspbian/Raspberry Pi OS, si...
by ebaruk
Sun Jun 14, 2020 6:04 am
Forum: Ubuntu
Topic: Raspberry Pi-4/8GB firmware upgrade over UBUNTU
Replies: 9
Views: 620

Raspberry Pi-4/8GB firmware upgrade over UBUNTU

Hi all, I know this is probably/maybe already answered few times...But...I`m a real beginner here.... Just started both with RPi and UBUNTU at the same time and no experience My QUESTION is: How to run RPi-4 firmware upgrade over UBUNTU 20.04 and not over RPi OS. So... only commands which could be a...
by ebaruk
Sat Jun 13, 2020 11:39 am
Forum: Ubuntu
Topic: Argon One script for ubuntu
Replies: 3
Views: 441

Re: Argon One script for ubuntu

Hi,

For all those users searching for the same thing and solution regarding "argon-one", here (below) is the link which works fine
for me:

https://github.com/meuter/argon-one-case-ubuntu-20.04

Hope it helps to someone, as all this should be about helping each other and community....

BR
by ebaruk
Mon Jun 08, 2020 5:23 pm
Forum: Ubuntu
Topic: Argon One script for ubuntu
Replies: 3
Views: 441

Argon One script for ubuntu

Hi Is there a guide or script adjusted for running argon one fan unit also on ubuntu. I have seen many users asking the same question but no clear solution how to activate fan and maintaine cooling control over the UBUNTU. Hope someone can post a solid overall solution. For me it would even help to ...

Go to advanced search