Questions tagged [boot]

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. Do NOT use this tag for Spring Boot or Twitter Bootstrap. Use [spring-boot] and [twitter-bootstrap] instead.

1581 questions
-1
votes
1 answer

Android How to use checkbox for enable/disable start app on device boot?

i want to add checkbox to start my app on device boot This is what i tried : Step 1: Set the permission in AndroidManifest.xml Step 2: Add this intent filter in…
Le Tux
  • 15
  • 6
-1
votes
1 answer

Unable to install lubuntu 18.10 on a UEFI system : BusyBox initramfs error

I am trying to install the latest version of Lubuntu . I copied the ISO to a USB stick using the normal 'dd' command. dd if=/pathto-iso of=/dev/usbstickmount While trying to install through this usb stick , i get the below error : BusyBox v1.21.1…
Tarun Patel
  • 243
  • 9
  • 22
-1
votes
1 answer

Blue screen due Windows IoT Core 10 B+ loading

I try to run Windows IoT Core 10 B+ over Raspberry Pi 3 B+. The plate is new. The OS I downloaded from here: Windows IoT 10 B+, I used: RaspberryPi 3B+ Technical Preview Build 17661 I user this manual to install the OS to teh flash. I have 4 INCH…
Olga Pshenichnikova
  • 1,509
  • 4
  • 22
  • 47
-1
votes
2 answers

booting to py script and then ending

I've used this "instructable" method to run my script on boot which works fine, but I have no way to end the program while the Pi is running. I but to the GUI in Raspbian. I tried the pygame module as described but nothing happens. I think a shell…
-1
votes
1 answer

issue with restarting autossh reverse tunnel on boot

I seem to have a weird issue: I want to restart a reverse ssh tunnel on boot, I've tried it with an init script (that works fine when executed as user) and with an added line in /etc/rc.d but none of it works. What I get after boot is: $ ps ax |…
stdcerr
  • 13,725
  • 25
  • 71
  • 128
-1
votes
1 answer

Environment for rc.local

I need to create an environment variable that is set within a bash script. I want this environment variable to be a system wide environment variable and I also want to be able to use it in an if condition in rc.local. So far I have tried…
-1
votes
1 answer

EFI boot order always resets after a reboot

I've recently set up a dual boot between Windows 10 and Arch. Unfortunately the Windows Boot Manager always boot first. I've already tried to change the sequence via efibootmgr -o but after I reboot it always resets it to to Windows boot manager…
Susouker
  • 1
  • 1
-1
votes
1 answer

DRBD device fails timed out at Server boot time

Restarting my server get stalled , apparently because of the only one error I see with journalctl -xb ... -- The start-up result is RESULT. may 22 11:21:56 node01.urbina.biz kernel: random: crng init done may 22 11:22:36 node01.urbina.biz…
-1
votes
1 answer

How to run python daemon process on Linux boot

I have the following simple python script test.py (toy example) #!/usr/bin/python import time from time import gmtime, strftime from daemon import runner import config import subprocess class App(): def __init__(self): self.stdin_path =…
Paramore
  • 1,313
  • 2
  • 19
  • 37
-1
votes
1 answer

Raspberry PI 3 usb boot is not working when multiple usb devices are connected

Raspberry PI 3 is not booting if multiple usb devices are connected along with the bootable one. But when only the bootable usb is connected it is booting normally. What will be the best possible solution?
-1
votes
2 answers

Pfsense bootloops after installation

I'm trying to install Pfsense 2.3.4 on a system having an Atom processor and a Seagate Barracuda 500GB SATA HDD. Pfsense flashes correctly i.e. there are no errors during installation. However, after it reboots it gets stuck in a bootloop. All I'm…
-1
votes
1 answer

New Custom centos boot disk with parameters from official google cloud setting

I want to change the root filesystem CentOs 6 to Btrfs filesystem. My solution is to export virtual machine from localhost to GCE, I know the documentation to this job, but I have doubts how does work the process the import of boot disk images (You…
The nothing
  • 148
  • 1
  • 3
  • 13
-1
votes
1 answer

Windows 10 Crash, cannot boot

So i have a challenge and question for you. My Windows 10 crashed itself yesterday evening with orange "bluescreen of death"(cursed be the guy or girl that designed cashing in Windows). I don't exactly remember the message but when laptop turned…
WakeCaine
  • 38
  • 1
  • 8
-1
votes
1 answer

Booting Win10 from a "child" VHDX failed with VHD_BOOT_INITIALIZATION_FAILED

during the Win10 Education installation process I create a 100GB fixed size VHDX (1) and a second VHDX (2) with the fixed sized VHDX as its parent. After attaching the fixed size VHDX (1) I successfully installed Win10. After installation I created…
Simon Friese
  • 101
  • 5
-1
votes
1 answer

Raspbian Python script error

Hi fellow programmers. I am trying to make my python script auto-boot on startup in Linux / Raspbian on my Raspberry Pi 3. I followed this tutorial: http://www.instructables.com/id/Raspberry-Pi-Launch-Python-script-on-startup/?ALLSTEPS When I do sh…
1 2 3
99
100