logout: - $Author:
QuicklinksExt. LinksMaemo-Wikis, Talk,IRC
Download/ReposWiki -RC N900 Overview
N900 HandlingN900 AppsN900 TopicsResearch / Hints Hardware |
raspbian i.a. debian-spezifisch
Boot i.a.http://stackoverflow.com/questions/16317623/how-does-raspberry-pis-boot-loader-work Emergeny Kontrolle BootvorgangConsole-Start-Meldungen: Control+S (resuming with Control+Q)
booten in bin/sh (cmdline.text init=/bin/sh)
[] Netz kontrollieren und aufstarten - dhclient []X-Log
Tastatur+Mausstartx (root, pi)
http://www.raspberrypi.org/forums/viewtopic.php?f=28&t=7574
Desktop + Window-Manger - Display Managerhttp://www.raspberrypi.org/forums/viewtopic.php?f=66&t=19042&p=218557 PI: Raspbian LXDE / Openbox /lightdm
Defaults, Config und Startup http://openbox.org/wiki/Help:Autostart
Kiosk-Mode ev PIPresents als Kiosk oder service
Boot insb. finetuning/etc/inittab Other systems may use runlevel 2 as text-mode multi-user, 3 as text-mode multi-user with network, 5 as GUI mode etc, but Debian treats 2, 3, 4 and 5 as identical. Levels 0, S, 1 and 6 have their normal functions (shutdown, single-user, maintenance and reboot) Kernel-Options boot-Parmshttp://www.raspberrypilabs.com/raspberry-pi-boot-options/ /boot/cmdline.txt (Kernel-Parms)
/boot/config.txt (allgemeine Einstellungen, analog BIOS) ->Display Einstellungen
Hier:
root@raspberry-pi:~# cat /boot/cmdline.txt
BootproblemeBei Bootproblemen: SHIFT Taste beim Boot gedrückt halten (Recovery) - ging bei mir nicht.
=> gut für passwd resets: (für anderes eher ungeeignet, da System noch nicht gestartet). bootet ein Root-Terminal ohne Passwort: /boot/cmdline.txt to include (at the end) init=/bin/sh. Then, run the following commands: mount -o remount,rw / passwd pi (enter a new password) sync exec /sbin/init (effektiver Systemstart) auch:
/etc/passwd root:x:0:0... (ohne X, keine Passwort)
bootlog:
https://wiki.debian.org/bootlogd
logging i.a.
korrektes Startup (insb. für headless)Netzschnittstellen haben andere Namen (eth0,eth1...) Workarround: beide Schnittstellen in /etc/network/interfaces definieren
Splash-Screenhttp://en.wikipedia.org/wiki/Splashy http://www.edv-huber.com/index.php/problemloesungen/15-custom-splash-screen-for-raspberry-pi-raspbian
Description-de: Bildbetrachter via Linux-Framebuffer Dies ist ein Bildbetrachter für Linux-Framebuffer-Geräte. Er unterstützt eine Reihe gebräuchlicher Bildformate und versucht unbekannte Formate mit convert aus dem ImageMagick-Paket in ein bekanntes umzuwandeln. Er enthält auch fbgs, einen Postscript- und PDF-Betrachter. Homepage: http://linux.bytesex.org/fbida/ vermutlich soll dieser Prozess als erstes gestartet werden. Änderung des Raspbi-Logos (Erdbeerre) braucht ev. Kernelkompilation |