Raspberry Pi Installation Help?
|
29th Nov, 2021, 12:24 PM
Post: #16
|
|||
|
|||
RE: Raspberry Pi Installation Help?
(10th May, 2021 07:40 AM)Nachteule Wrote:sorry to re-hash this, but I'm failing to understand how to make this happen right at this moment, changing to boot from USB(10th May, 2021 04:13 AM)gkusiak Wrote: will RasPi 4 xbian boot from USB? how do I make that happen? Terminal root@xbian:/home/xbian# apt-cache policy rpi-eeprom rpi-eeprom: Installed: (none) Candidate: 12.14-1 Version table: 12.14-1 500 500 http://apt.xbian.org stable/main armhf Packages 7.9-1 500 500 http://apt.xbian.org stable/main armhf Packages |
|||
29th Nov, 2021, 09:24 PM
Post: #17
|
|||
|
|||
RE: Raspberry Pi Installation Help?
Unfortunately i can't help you much more. I'm glad that I managed to do this for myself. you just have to install the package and read the man-pages and the docs. a good start is here: https://github.com/raspberrypi/rpi-eeprom or better here: https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-bootloader-configuration
Smartly the heroes have changed their whole documentation structure, I don't know my way around anymore and all the links you are looking for are empty. Great strategy from RPF I can only say. Anyway, my configuration looks like this Terminal root@kmxbilr2 ~ # rpi-eeprom-config [all] BOOT_UART=0 WAKE_ON_GPIO=0 POWER_OFF_ON_HALT=1 DHCP_TIMEOUT=45000 DHCP_REQ_TIMEOUT=4000 TFTP_FILE_TIMEOUT=15000 TFTP_IP= BOOT_ORDER=0xf241 SD_BOOT_MAX_RETRIES=3 NET_BOOT_MAX_RETRIES=5 ENABLE_SELF_UPDATE=1 DISABLE_HDMI=0 [none] The parameter BOOT_ORDER is the one that must be adjusted. I set it to boot first from SD, then from USB and last from network. |
|||
30th Nov, 2021, 01:06 AM
Post: #18
|
|||
|
|||
Raspberry Pi Installation Help?
Ok I guess I have to figure out how to edit that config. And find it first.
Thank you Sent from my iPhone using Tapatalk |
|||
30th Nov, 2021, 01:22 AM
(This post was last modified: 30th Nov, 2021 01:27 AM by Nachteule.)
Post: #19
|
|||
|
|||
RE: Raspberry Pi Installation Help?
(30th Nov, 2021 01:06 AM)gkusiak Wrote: Ok I guess I have to figure out how to edit that config. And find it first. Terminal root@kmxbilr2 ~ # rpi-eeprom-config -e Updating bootloader EEPROM image: /lib/firmware/raspberrypi/bootloader/default/pieeprom-2021-04-29.bin config_src: vcgencmd bootloader_config config: /tmp/tmp5uusnhdw/boot.conf ################################################################################ [all] BOOT_UART=0 WAKE_ON_GPIO=0 POWER_OFF_ON_HALT=1 DHCP_TIMEOUT=45000 DHCP_REQ_TIMEOUT=4000 TFTP_FILE_TIMEOUT=15000 TFTP_IP= BOOT_ORDER=0xf241 SD_BOOT_MAX_RETRIES=3 NET_BOOT_MAX_RETRIES=5 ENABLE_SELF_UPDATE=1 DISABLE_HDMI=0 [none] FREEZE_VERSION=0 ################################################################################ *** INSTALLING /tmp/tmp5uusnhdw/pieeprom.upd *** CURRENT: Do 29. Apr 16:11:25 UTC 2021 (1619712685) UPDATE: Do 29. Apr 16:11:25 UTC 2021 (1619712685) BOOTFS: /boot EEPROM updates pending. Please reboot to apply the update. To cancel a pending update run "sudo rpi-eeprom-update -r". If it complains that it can't find vcgencmd (for me it does when I use sudo), a sudo ln -s /opt/vc/bin/vcgencmd /usr/local/bin/vcgencmd helps The whole rpi-eeprom package is still a mess, but somehow you get it right |
|||
30th Nov, 2021, 07:03 AM
Post: #20
|
|||
|
|||
Raspberry Pi Installation Help?
(30th Nov, 2021 01:22 AM)Nachteule Wrote:my eeprom is current thankfully - that sudo ^ was a big help, but now I think I'm having to update EACH of those parameters in the command just to get the boot order changed...which is definitely a mess UPDATE - yes, it does: somehow I managed to make it work to my great surprise. (And a USB3 thumb drive is SIGNIFICANTLY faster than an SD card - maybe the Pi5 will do away with them) |
|||
1st Dec, 2021, 02:36 AM
Post: #21
|
|||
|
|||
RE: Raspberry Pi Installation Help?
Not trying to hijack thread, but forum won't let newbie start thread.
Software XBian version: XBian_Buster_latest_rpi4.img.gz (dated 2021-08-17) XBMC/Kodi version: ?? Overclock settings: none Hardware Device type and model (e.g. Raspberry Pi 3 Model B 1024 MB, Power supply rating:2.5A SD card size and make/type: sandisk 16gb "Ultra" Network (Ethernet or wireless): wired Connected devices (TV, USB, network storage, ...): 1080p TV, keyboard, mouse I expanded the gz, wrote image to sd card, booted the Pi. I get a splash screen, which eventually gets to 'starting kodi' After a couple minutes, screen switches to a console login. I can SSH in, looked around for some kind of log file (none?) Latter part of DMESG output is: Quote:[ 14.502071] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off Should I expect the Xbian 'latest buster image' to boot straight into Kodi on a virgin Pi3B? Can someone point me to the location of a log file on the sdcard that might reveal more? It's been several years since I last dabbled with any of this stuff. My multiple Pi1B's running OpenElec 5.0.8 / kernel 3.17.8 / Kodi 14.2 are still in service playing files via SMB (no streaming add-ons). I recently bought a Pi Zero 2 W, which (based upon my research) probably needs a 5.10 kernel and new dtb file - hence my focus on a 'recent' Buster-based distribution. When Xbian's Kodi would not start on *it*, I pulled my old never used Pi3B off the shelf, rewrote the sdcard, and had the same problem on the Pi3B. |
|||
1st Dec, 2021, 03:06 AM
(This post was last modified: 1st Dec, 2021 03:06 AM by Nachteule.)
Post: #22
|
|||
|
|||
RE: Raspberry Pi Installation Help?
@plugh
I suspect that simply Kodi is not started, why? - no idea. Of course Kodi should start immediately on a freshly installed system Try running sudo start xbmc or kodi start in a ssh connection to see if Kodi at least starts manually. You can find the Kodi log in folder /home/xbian/.kodi/temp/ About the Pi Zero 2W: Why do you always buy such garbage just to save some money and get into a lot of trouble. With 512MB memory for example you really won't be happy with a current Kodi, so don't bother. |
|||
1st Dec, 2021, 11:33 AM
Post: #23
|
|||
|
|||
Raspberry Pi Installation Help?
(1st Dec, 2021 02:36 AM)plugh Wrote: Not trying to hijack thread, but forum won't let newbie start thread. If you’re trying to use the same image on both Pi’s, I’m not entirely certain that’s possible. I’m also not anywhere near sure that there’s an xbian (or even official kodi) version for the new little one. All sorts of things wrong with that post, so @Nachteule was probably just being nice in his response about junk equipment. The 3b is still a viable platform, but the new Zero? That’s just a fairly capable IoT device, not a HTPC/server. Sent from my iPhone using Tapatalk |
|||
29th Dec, 2021, 04:24 AM
Post: #24
|
|||
|
|||
RE: Raspberry Pi Installation Help?
Hi to everyone, sorry if I post in this thread but as a new user I cannot open a new thread.
I'm attempting to have xbian boot from USB SSD on an Raspberry Pi 4, but failed until now. What I tried: - Flash xbian image directly to SSD: boot stops at "waiting for root..." and then I get recovery console. Tried with /dev/sda2 and root device UUID in cmdline.txt - Flash xbian to sdcard and then use xbian copier to copy to SSD: same results as above after removing sdcard and modifying cmdline.txt with correct SSD data What can I do? |
|||
29th Dec, 2021, 04:39 AM
Post: #25
|
|||
|
|||
RE: Raspberry Pi Installation Help?
(29th Dec, 2021 04:24 AM)syaochan Wrote: Hi to everyone, sorry if I post in this thread but as a new user I cannot open a new thread. Check in recovery console whether the usb disk is recognized |
|||
29th Dec, 2021, 05:00 AM
Post: #26
|
|||
|
|||
RE: Raspberry Pi Installation Help?
(29th Dec, 2021 04:39 AM)Nachteule Wrote: Check in recovery console whether the usb disk is recognized That seems to be the problem, uas module was not loaded. I loaded the module, mounted /dev/sda2 under /rootfs and exited recovery console. Boot completed and Kodi started. How can I set to load uas module at boot? |
|||
29th Dec, 2021, 07:19 AM
(This post was last modified: 29th Dec, 2021 07:23 AM by Nachteule.)
Post: #27
|
|||
|
|||
RE: Raspberry Pi Installation Help?
You could add uas to /etc/modules and make sure that initramfs ist set to always in XBian-Config GUI -> System
In the future the module will be compiled into the kernel, then this problem should not occur anymore |
|||
29th Dec, 2021, 08:32 AM
Post: #28
|
|||
|
|||
Raspberry Pi Installation Help?
How far in the future?
Sent from my iPhone using Tapatalk |
|||
29th Dec, 2021, 08:47 AM
(This post was last modified: 29th Dec, 2021 08:49 AM by Nachteule.)
Post: #29
|
|||
|
|||
RE: Raspberry Pi Installation Help? | |||
29th Dec, 2021, 08:43 PM
Post: #30
|
|||
|
|||
Raspberry Pi Installation Help?
That’s incredibly responsive of you
Thank you Sent from my iPhone using Tapatalk |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[SOLVED] Raspberry Pi 2 - first installation not working | munich | 5 | 14,903 |
8th Mar, 2015 04:33 AM Last Post: munich |