Top "Boot" questions

The boot phase broadly refers to the set of operations that a computer system performs between power-on and access to a graphical/textual shell.

Run script with rc.local: script works, but not at boot

I have a node.js script which need to start at boot and run under the www-data user. During development …

linux bash ubuntu boot autorun
BroadcastReceiver not receiving BOOT_COMPLETED

I've looked around here for similiar problems, but for some reason my BroadcastReceiver never ends up receiving the android.intent.…

android broadcastreceiver boot
Startup script with systemd in Linux

Can I do This start up service below, there are no errors showing once run, but the server script below …

linux bash startup boot systemd
How to start Solr automatically?

At the moment I have to go to /usr/java/apache-solr-1.4.0/example and then do: java -jar start.jar How …

linux solr shared boot
Make persistent changes to init.rc

I want to change the init.rc file of an android pad. But after I change it and reboot the …

android persistence boot
What is the booting process for ARM?

As we know, for X86 architecture: After we press the power button, machine starts to execute code at 0xFFFFFFF0, then …

arm boot bootloader
The difference between initrd and initramfs?

As far as I know, initrd acts as a block device, thus requiring a filesystem driver (such as ext2). The …

linux filesystems kernel boot
after upgrade 18.04 no gui available only tty

After upgrading my Ubuntu desktop from 17.10 to 18.04, everything went smooth until I restarted my PC. The first suspicious thing I …

ubuntu boot grub2
Duplicating identical BeagleBone Black setups

After having set-up and customized my "master" BeagleBone Black (BBB) with applications etc. on the on-board eMMC, I want to …

linux embedded-linux boot beagleboard beagleboneblack
How to make our own lock screen in android instead of default lock screen

I have an idea of creating my own phone lock app similar to android pattern lock. I need to display …

java android boot lockscreen