Boot Software for Linux

View 283 business solutions
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1

    bootkernel

    Shell script to manage linux kernels in /boot directory

    Install, Accept, List, Remove and Set New, Current and Old linux kernels in the /boot directory. Inspired by the linux kernel "make install" target, and the /sbin/installkernel shell script. A profile "~/bootkernel.conf" or "/etc/bootkernel.conf" controls all aspects of bootkernel's behaviour - your chosen naming conventions, whether to maintain symbolic or hard links or neither, which filesystems (if any) need mounting and unmounting, and whether to delete redundant /lib/modules directories when removing the last corresponding kernel. "Install" copies kernel and other selected files to /boot, adding a ".new" extension. "Accept" moves current /boot files to ".old" extension, and moves those with ".new" to current, "List" shows all the kernels in /boot, marked as "new", "old", "current" and "executing" where applicable "Remove" deletes a specified kernel and associated files from /boot. "Set" modifies the targets of ".new" ".old" and the implicit .current links if any.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This is a really simple BOOTP server, which uses NIS maps to retrieve host information (host name, IP address).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Choose-OS (chos), is a modular and configurable boot loader for Linux/x86 - a program that is loaded by the BIOS before any operating systems. This program then lets you choose the operating system to boot and possibly enter parameters to it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    cinit is a fast, parallel booting, true dependency supporting init system with support for profiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5

    controller

    FLL based tool for controller programs and can act as an init program.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Set of tools needed to setup and maintain encrypted partitions under unix systems (initially linux). Especially helpfull when doing root device encryption. Features xml configuration, multiple users, usb "tokens" (usb mass storage) and key hierarchy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CULT is an Open Source software-only network bootable thin client Operating System that provides a complete solution for thin clients, PCs or virtualized hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    depinit

    An alternative init program

    Depinit is an alternative init program that can handle parallel execution, dependencies, true roll-back, pipelines, improved signaling and unmounting filesystems on shutdown. It incorporates ideas from sysvinit, simpleinit, daemontools and make. At present, it is a bit experimental, and requires good knowledge of the initialisation process to set up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Generic, modular initramfs generation tool that can be used across various distributions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10

    dryboot

    A public domain bootloader for x86-64 PCs.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    dumb-init

    dumb-init

    A minimal init system for Linux containers

    Lightweight containers have made running a single process without normal init systems like systemd or sysvinit practical. However, omitting an init system often leads to incorrect handling of processes and signals, and can result in problems such as containers that can’t be gracefully stopped, or leaking containers that should have been destroyed. dumb-init is simple to use and solves many of these problems: you can just add it to the front of any container’s command, and it will take on the role of PID 1 for itself. It immediately spawns your process as PID ~2, and then proxies on any signals it receives. This helps to avoid special kernel behavior applied to PID 1, while also handling regular responsibilities of the init system (like reaping orphaned zombie processes). dumb-init is a simple process supervisor and init system designed to run as PID 1 inside minimal container environments (such as Docker). It is deployed as a small, statically-linked binary written in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Operating system project from scratch to design and implement all components from boot strapping,hardware interrupts , memory manger ,file system , etc .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    eINIT is a replacement for the long standard sysvinit. It aims to be yet one of the fastest and most configurable init systems around.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    eINIT is an Init System for POSIX-compliant operating systems. The primary focus is on speed and modularity and, unlike other init systems, this one can be used in combination with others. Benchmarks suggest that einit is faster than initng and upstart.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    easylinux2linux

    scripts and minimal binary packs to migrate from one distro to another

    Assume you have a linux box with an outdated linux. You would like to perform an upgrade, but you would like to avoid burning a CD or even making a bootable USB flash. The machine may even be somewhere where you do not even have physical access. You already have a running kernel and a working network connection. Why not use them to get your new linux running directly? Many distributions already provide a network install but getting the installer to run on your old linux proves tricky because you depend on local libraries and tools. Why not rely instead only on the linux kernel? You unpack a minimal set of tools to a separate directory, you chroot to it and start from a well defined configuration that can get you to your destination.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An encrypted root overlay fs. Provides initrd data. For instructional use only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    genhostname is a linux perl script running at runlevel2 boot and changes the computers hostname to PC-XXXXXXXXXX deppending on the eth0 mac address or the wireless network card macaddress there is 2 scrips in the download. install the one you need.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A graphical user interface to bootloaders: grub, lilo and syslinux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ghpsdr3-usb

    Easy to configure suite of ghpsdr3-alex application on a bootable USB

    Goal is a complete easy to configure suite of ghpsdr3-alex application on a bootable USB Flash drive The ghpsdr3-alex project wiki is located at http://napan.ca/ghpsdr3/index.php/Main_Page ghpsdr3-alex is a set of Applications aimed at Ham Radio operators to use SDR (Software Defined Radio) hardware. The focus is on remote capabilities using the softrock SDR hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GUI-based project is intended to edit graphics parameters for GRUB (GRand Unified Bootloader) such as setting font, background colors and ability to set an image as a background.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    grub2rand is a perl script designed to change the grub2 picture randomly. Choose a folder with your pictures in it and every time you log into your computer, grub2rand will choose a new picture for the next startup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A set of bash scripts implementing hardware and system profiles for linux. Configuration files may be switched and scripts run dependent on the state of things such as hardware configuration, power management, or network connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LVM - HPUX version tools for linux. New! Get freevxfs driver for mounting HP-UX VxFS filesystem on Linux! Had been tested on Physical/VMware RHEL 4 or 5 servers. Please send feedbacks and requests to zanzamer1@yahoo.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    iBoot (the Interactive BOOTmenu system) is a set of applications that creates, configures, and manages a startup/boot menu that can boot Mac OS, Linux, and BSD Unix systems for PPC Macs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    iSCSI Boot Firmware Table utilities
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB