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.

How to get Android system boot time

How can I get the absolute system boot time within the shell? i tried cat/proc/uptime, but this only …

android shell time boot
How can I boot OpenSolaris x86 into single-user mode?

Modern OpenSolaris is configured to disallow root logins during normal boots. It is only possible in single-user mode. However, many …

solaris sysadmin root boot
Starting Vagrant VM on host boot

I am new to vagrant and have set up a couple of vagrant vm's which I use for development and …

ubuntu vagrant boot
OS Development - booting from floppy drive using qemu

I have been reading BrokenThorn's OS development tutorial and am at the part of creating and loading the second stage …

boot qemu osdev floppy
How do I find ARM Linux entry point when it fails to uncompress?

I am trying to boot Linux via U-boot on a custom board with i.MX6 (CPU core is ARM Cortex …

linux-kernel arm embedded-linux boot u-boot
How to turn off Windows kernel debugging at boot time?

I have a Vista 32 bit machine which I wanted to enable local kernel debugging on. In WinDbg I selected File/…

windows debugging kernel windbg boot
Android - Trying to test a service on boot (java.lang.SecurityException: Permission Denial)

I've been trying to test a service when a device boots up on android, but I cannot get it to …

android broadcastreceiver adb boot android-broadcast
Run Jupyter-notebook on boot on Ubuntu

I have an Ubuntu 16.04 Virtual Machine with anaconda installed, And I want it to launch Jupyter-notebook on startup with the …

ubuntu server jupyter-notebook startup boot
Android design : background long running service or AlarmManager?

I am building an app which will monitor the battery state, wifi connection and location data at regular intervals and …

android alarmmanager boot
Edit a file using grub

I did a really bad mistake in the rc.local boot file. I added a process with an infinte loop …

file edit boot grub