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.

Android emulator - Don't save state by default

In the latest update for Android studio, the emulator has started saving snapshots of the current state of the device …

android android-studio android-emulator boot cold-start
update-rc.d and init.d dependencies

So I'm trying to write some init.d scripts satisfying LSB so they run appropriately at startup and shutdown. Unfortunately, …

boot rc init.d
Understanding Linux load address for U-Boot process

I'm trying to understand embedded Linux principles and can't figure out addresses at u-boot output. For example, I have UDOO …

linux arm embedded-linux boot u-boot
Flow of Startup code in an embedded system , concept of boot loader?

I am working with an embedded board , but i don't know the flow of the start up code(C/assembly) …

c assembly embedded microcontroller boot
Creating boot.scr for u-boot

I generate image for a Freescale i.mx6 sabresd using Yocto. When booting, to activate the hdmi I have to …

linux boot u-boot yocto
How to enable adbd to listen to a port at boot time in Android?

I have a rooted HTC Hero, and what I want to do is to enable the adbd to listen to …

android adb boot init remote-connection
Best way to start Zookeeper automatically on Ubuntu Server 14.04?

I have installed Zookeeper using sudo apt-get install zookeeper on an Ubuntu server 14.04. I am having trouble understanding how to …

ubuntu debian startup apache-zookeeper boot
Adding Windows 8 VHD to boot menu

Those are the steps I've used to add a VHD image to the boot menu: bcdedit /copy {originalguid} /d "New …

windows-8 boot vhd bcdedit
Is it possible to boot the Linux kernel without creating an initrd image?

As I understand, initrd is a small image that is loadable in the RAM. It is used to boot a …

linux boot initrd
Start activity on boot

I'd like to start my app just after the phone boot. Apparently the app is started after the boot but …

android android-manifest boot