Main > Free Download Search >

Free boots software for linux

boots

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 420
boot-dvd 06

boot-dvd 06


boot-dvd project contains a couple of Perl-scripts that can be used to create a custom DVD-ISO image. more>>
boot-dvd project contains a couple of Perl-scripts that can be used to create a custom DVD-ISO image (to be burned), that contains user selected Linux boot/live-CD images (only ISOLINUX boot loader supported) in a handy GRUB menu.
Enhancements:
- Many updates and bugfixes were made.
<<less
Download (0.097MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
808 downloads
TCCBOOT 0.1

TCCBOOT 0.1


TCCBOOT is a boot loader able to compile and boot a Linux kernel directly from its source code. more>>
TCCBOOT project is a boot loader able to compile and boot a Linux kernel directly from its source code.

TCCBOOT is only 138 KB big (uncompressed code) and it can compile and run a typical Linux kernel in less than 15 seconds on a 2.4 GHz Pentium 4.

TCCBOOT is based on the TinyCC compiler, assembler and linker. TinyCC is an experiment to produce a very small and simple C compiler compatible with the GNU C compiler and binary utilities.

TCCBOOT boots the same way as a Linux kernel, so any boot loader which can run a bzImage Linux kernel image can run TCCBOOT. I only tested it with ISOLINUX, but LILO or GRUB should work too.

TCCBOOT reads C or assembly sources from a gzipped ROMFS filesystem stored in an Initial Ram Disk (initrd). It first reads the file boot/tccargs which contains the TinyCC command line (same syntax as the tcc executable). The TinyCC invocation should output one binary image kernel. This image is loaded at address 0x00100000. TCCBOOT then does a jump to the address 0x00100000 in 32 bit flat mode. This is compatible with the ABI of the vmlinux kernel image.

Compilation:

TCCBOOT was only tested with Linux 2.4.26. In order to build TCCBOOT, you must first compile a 2.4.26 kernel because for simplicity TCCBOOT uses some binary files and headers from the Linux kernel. TCCBOOT also needs the source code of TinyCC (tested with TinyCC version 0.9.21). You can modify the Makefile to give the needed paths.

Example:

An "Hello World" ROMFS partition is included (initrd.img). You can rebuild it from the example/ directory. You can test it with the QEMU PC emulator with the qemu-tccboot script.

Kernel compilation:

For your information, the patch linux-2.4.26-tcc.patch gives the necessary modifications to build a Linux kernel with TCCBOOT (NOTE: it is not suffisant to build the kernel with its own Makefiles - I never tried). The corresponding kernel configuration is in file linux-2.4.26-config. Patches are necessary for the following reasons:

- unsupported assembly directives: .rept, .endr, .subsection
- #define __ASSEMBLY__ needed in assembly sources
- static variables cannot be seen from the inline assembly code
- typing/lvalue problems with ? :
- no long long bit fields
- aligned attribute not supported for whole structs, only for fields
- obscur preprocessor bug

Some of these problems could easily be fixed, but I am too lazy now. It is sure that there are still many bugs in the kernel generated by TinyCC/TCCBOOT, but at least it can boot and launch a shell.
<<less
Download (0.18MB)
Added: 2006-03-29 License: GPL (GNU General Public License) Price:
1306 downloads
U-Boot 1.1.6

U-Boot 1.1.6


U-Boot is a Universal Bootloader. more>>
U-Boot is a Universal Bootloader project that provides firmware with full source code under GPL.
Many CPU architectures are supported: PowerPC(MPC5xx, MPC8xx, MPC82xx, MPC7xx, MPC74xx, 4xx), ARM(ARM7, ARM9, StrongARM, Xscale), MIPS(4Kc,5Kc), x86.
Enhancements:
Support for new CPUs:
- AMCC 440SP
- ARM 946E
- NetSilicon NS7520
Support for new boards:
- AMCC Luan 440SP
- AMD Pb1x00
- AP1000
- Armadillo HT1070
- Barco SCN
- Barco SVC
- Cogent csb637
- esd CMS700
- esd CPCI2DP
- esd cpci5200
- esd pf5200
- IFM o2dnt
- KwikByte KB920x
- MP2USB
- Sandburst Karef
- Sandburst Metrobox
- Silicon Turnkey eXpress XTc
- TQ Components TQM834x
- TQ Components TQM8541
- TQ Components TQM8555
- Vibren PXA255 IDP
- Support for GCC-4.x
- Support for multiple PHYs
- Support for passing Open Firmware flat trees to the Linux kernel
- Generic 4xx_enet.c driver for all 4xx CPUs
- Uniform support for all AMCC eval boards
- Xilinx Spartan3 family FPGA support
- Major cleanup ARM Integrator boards
- Changed all $(...) variable references into ${...}
<<less
Download (5.5MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
686 downloads
SLAX Boot CD 5.1.8

SLAX Boot CD 5.1.8


SLAX Boot CD is used to boot SLAX from USB devices on computers which cant boot from USB directly. more>>
SLAX Boot CD is used to boot SLAX from USB devices on computers which cant boot from USB directly. SLAX Boot CD can be also used to boot SLAX from ISO file on disk.
Enhancements:
- added KDE 3.5.4 with Slackware 11 fixes for media:/ URL in konqueror
- probeusb parameter now sleeps delay_use+1 seconds to wait for USB devices
- (this usually defaults to 6 seconds)
- fixed fuse libraries, which were missing in rc1 version
- added newest NTFS-3g beta version, NTFS writing now works, I hope
<<less
Download (5.0MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1129 downloads
Booting Ubuntu To RAM

Booting Ubuntu To RAM


Booting Ubuntu To RAM is an article aims to document the process of creating a customized Ubuntu that loads an image in RAM. more>>
Booting Ubuntu To RAM is an article aims to document the process of creating a customized Ubuntu that loads an image from the hard disk to RAM, then boots an entire Ubuntu session out of RAM. It is intended for intermediate to advanced Ubuntu users who are familiar with the shell, and may have limited experience customizing the livecd (LiveCDCustomization) and shell scripting. We will customize a LiveCD and copy it to the hard drive, and make a few modifications to bootup scripts so that it copies to RAM via our good friend tmpfs.
WARNING: The author asserts that this procedure works for him, but cannot guarantee that this procedure works for anyone else. Although this procedure is meant to be 100% safe, it is feasible that there may be mistakes, or a chance of misunderstanding the instructions in a manner that causes loss of data. Please make a backup and do not attempt on mission critical systems. Read through this article thoroughly, and do not attempt if you do not comprehend or feel comfortable about any of the instructions!
CAUTION: I hope this is intuitively obvious, but Ill humor you and state it bluntly: Changes you make under the live session are NOT saved and WILL BE LOST when you reboot or shut down. Dont save anything important to the "home directory" and expect it to still be around! If you want to save data permanently, mount a permanent medium (such as your hard drive), plug in a thumbdrive, or use some network functionality built into Ubuntu to save your data to a non-volatile destination.
There are many cases where one would like to boot Ubuntu to RAM:
- Performance: The desktop performance is dramatically improved. A 400MB squashed filesystem in RAM, that holds 1200MB of data, is read back on a 1.6GHz Core Duo in about 3 seconds, including decompression time.
- Power, Noise, Durability: Although modern hard disks dont use much power compared to other system components, this may still be important for some. In laptops, hard disks are often the noisiest components, so this setup can reduce system noise. With the hard disk spun down, a laptop can potentially withstand greater shocks without damage.
- Abrupt poweroff: Since the hard disk is only momentarily used in read-only mode during boot, then never touched again, there are few or no negative consequences of an abrupt poweroff. If a system is used where power is inconsistent, or the system is regularly used in a context where fast shutoffs are required, this is very handy.
- Privacy: Anything you do in this session are lost when you reboot or power off. This is great for kiosks or other systems where permanent modification are not desired. (Note that by default the livecd user has full sudo access, so potentially a malicious user can still make permanent changes by mounting the hard drive and following this HOWTO)
<<less
Download (MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
555 downloads
ADIOS Linux Boot CD 6.2

ADIOS Linux Boot CD 6.2


ADIOS Linux Boot CD is Automated Download and Installation of Operating Systems. more>> <<less
Download (699.7MB)
Added: 2006-12-16 License: GPL (GNU General Public License) Price:
1045 downloads
grub-choose-default 0.2

grub-choose-default 0.2


grub-choose-default is a simple but handy GUI to set the grub default for the next boot. more>>
grub-choose-default is a simple but handy GUI to set the grub default for the next boot.

Control Grub Default through a GUI

Do you have a dual boot system? Isnt it annoying when you want to reboot from Linux into Windows or vice-versa, and you have to wait for the machine to shut down, BIOS to initialize just so that you can now select the OS that you want to boot into?

grub-choose-default gives you a GUI that you can use to easily select the next default for grub and you can go and grab a snack while your computer reboots without having to wait for anything.

Its a very simple program that just reads your grub menu entries and then lets you click on the one you want to be the next default.

How It Works

In grubs menu.lst file you need to specify default saved, so that grub consults the file default in the grub directory to see which entry it should boot. That file is then modified by grub-choose-default

Cross Platform

grub-choose-default is written in Python (which is required to be installed at the moment) and works under Linux and Windows.

Under Linux it reads /boot/grub/menu.lst and writes your choice to /boot/grub/default

Then grub-choose-default searches all your drives for a grub/menu.lst or a boot/grub/menu.lst. There currently is no way to specify manually where menu.lst resides, please let me know if this is needed.

<<less
Download (0.003MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
813 downloads
Dariks Boot and Nuke 1.0.7

Dariks Boot and Nuke 1.0.7


Dariks Boot and Nuke is a boot floppy that wipes hard disks. more>>
Dariks Boot and Nuke is short DBAN is a self-contained boot floppy that securely wipes the hard disks of most computers.
DBAN will automatically and completely delete the contents of any hard disk that it can detect, which makes it an appropriate utility for bulk or emergency data destruction.
Main features:
- Free.
- Fast. Rapid deployment in emergency situations.
- Easy. Start the computer with DBAN and press the ENTER key.
- Safe. Irrecoverable data destruction. Prevents most forensic data recovery techniques.
Enhancements:
- SysLinux 2.13
- Linux 2.4.33
- LZMA 4.32
- uClibc 0.9.20
- Busybox 0.60.5
- Ncurses 5.3
- WinImage 8.0.8000
- dban-1.0.7 was compiled with Debian gcc-3.3 1:3.3.5-13
- This release is compressed with LZMA, which provides much more free space on the floppy disk. LSI MPT and I2O drivers were added.
- Thanks go to Igor Sobrado for reporting the "5220.22-M" typo.
- Thanks go to Dorina Lanza for reporting a block adjustment error.
<<less
Download (1.9MB)
Added: 2006-08-13 License: GPL (GNU General Public License) Price:
1193 downloads
BUM - Boot-Up Manager 2.1.8

BUM - Boot-Up Manager 2.1.8


BUM - Boot-Up Manager is a graphical runlevel configuration editor for Debian-based systems. more>>
BUM - Boot-Up Manager is a Perl-Gtk2 application to handle runlevels configuration of any debian derivative system.

With this program the user will easily start and stop boot-up scripts, without the necessity to handle thru complex links and permissions.

Boot-Up Manager has been tested on an Ubuntu 05.04 release, but as it only relies on Perl-Gtk2 libraries, it can be run on any Debian-like system.

<<less
Download (0.057MB)
Added: 2006-09-30 License: GPL (GNU General Public License) Price:
1124 downloads
ArtistX 0.3

ArtistX 0.3


ArtistX is a comfortable way of trying multimedia GNU/Linux softwares without any installation. more>>
ArtistX is a comfortable way of trying multimedia GNU/Linux softwares without any installation. ArtistXs goal is to show multimedia creators that the world of GNU/Linux multimedia softwares is going further and further every day, sometimes faster than proprietary operating systems and softwares.
Since we know you have very limited time resources weve setup everything you need to test free multimedia softwares in a live cd/dvd which boots directly a complete GNU/Linux system without affecting your current installation (macs need virtualization to emulate a x86 computer): when you end your tests just reboot and ArtistX will be gone forever (except if you deserve it a second try...).
Software included in this site and in the live cd/dvd:
- Free 3D Engine and Development Software
- Free 3D Modelling and Animation Software
- Free Cluster Software
- Free Editor and Script Software
- Free Video Player Software
- Free Image and Picture Editing Software
- Free Render Queues Software
- Free Renderer Software
- Free Shader and GPU Tools
- Free CAD Software
- Free DMX light control Software
- Free DVD Ripping and Mastering Software
- Free Video Encoding and Decoding Software
- Free Video Editing Software
- Free Video Extra Software
- Free TV and Recording Software
- Free Video Streaming Software
- Free Fractals Software
- Free Vectorial and UML Software
- Free Optical Caracter Recognition (OCR) Software
- Free Image Synthesis Software
- Free Image and Picture Viewer Software
- Free Audio Synthesis and Editing Software
- Free Audio Streaming Software
- Free Audio Codec Software
- Free Audio Decoder Software
- Free Audio Encoder Software
- Free Audio Frameworks
- Free Radio Software
- Free Voice Recognition and Synthesis Software
- Free Font Software
- Free Audio Mixer Software
- Free Media Archives
Enhancements:
- All the ArtistX infrastructure and software were updated to the new Debian Live code.
- Software that is not packaged for Debian or not in the official archive (especially for video and 3D production) is included.
- The look and feel were revamped using suggestions from media professionals.
- KDE and GNOME applications now look nearly the same and dark, relaxing colors are used.
<<less
Download (2100MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
944 downloads
Slackware Interactive Boot Scripts 12.0.0

Slackware Interactive Boot Scripts 12.0.0


Slackware Interactive Boot Scripts is an enhanced set of replacement boot scripts for the Slackware Linux distribution. more>>
slakbootIBS (Slackware Interactive Boot Scripts) is an enhanced set of replacement boot scripts for the Slackware Linux distribution.

Slackware Interactive Boot Scripts includes a set of control and dispatch tools for configuring and booting with colorized interactive scripts. The new boot process allows the operator to select or skip start-up components in realtime.

It facilitates debugging of startup problems and allows operators to maintain a common baseline to support several local configurations or multiple servers with a single set of scripts.
<<less
Download (0.17MB)
Added: 2007-07-14 License: Free for non-commercial use Price:
832 downloads
ByzantineOS 20040404

ByzantineOS 20040404


ByzantineOS is a software Internet Appliance with a home entertainment bias. more>>
ByzantineOS is a software Internet Appliance with a home entertainment bias. It is based on a networked Linux distribution/bootable system with Mozilla providing access to a range of services and applications.
ByzantineOS fits in 32MB (or 48MB) of media and should work on any PC.
Note:With ByzantineOS CD-ROM, there is no need of hard-disks, floppy drives and others. All is needed is a diskless computer with the following parts:
CPU (Intel Pentium)
Motherboard
NIC (Network Interface Card) or MODEM
CD-ROM drive (or DVD drive to play DVD-Video disks!!!)
RAM (128 MB minimum for full graphics)
VESA 2.0 compliant graphic card
The ByzantineOS boots from a CD (business card-sized) and the first thing you will see is a basic menu which allows different types of booting options. These are:
ByzantineOS (Generic): 800x600 framebuffer
ByzantineOS (Generic HiRes) : 1024x768 framebuffer
Now once inside the ByzantineOS type:
startx
to start the X Windows system.
Main features:
- Linux-2.4.22 / Glibc-2.3.2 with devfs support
- devfsd-1.3.25
- squashfs-1.3r2
- alsa-0.9.8
- dhcpcd-1.3.22-pl4
- busybox-1.0-pre8
- epkg-v2.3.8
- openssh-3.7.1p2 (clients)
- DirectFB-0.9.20 / XDirectFB-1.0-rc5
- Metacity-2.6.3
- Mozilla-1.6
- Java(TM) Plug-in 1.4.2_04
- MPlayer 0.92 (mplayerplug-in-2.50)
- XMMS-1.2.10
- Gaim-0.76
- Acrobat5 as a XPI ByzantineOS DropIn
- and their dependencies
<<less
Download (40MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1537 downloads
APODIO 4.3.9

APODIO 4.3.9


APODIO is a Mandriva-based specialist live CD designed for musicians and multimedia enthusiasts. more>>
APODIO project is a Mandriva-based specialist live CD designed for musicians and multimedia enthusiasts.

The new version 4.2.2 is considered a test release; it contains a large collection of software for audio, video and graphics manipulation.

The APODIO live CD boots into French by default, but English and a number of other languages are also supported.

The default window manager is the light-weight PWM, with OroboROX provided as an alternative.

The APODIO project was started in 2003 by the APO33 association It has two objectives : First : to create a live CD for PC, a complete audio station under GNU/Linux that could quickly be installed on the hard disk, or work straight away as a CD, with a Ram of at least 320 Mo, and practical and simple administration tools.

The 3.0.9 April 2003 APODIO version of the live CD immediately recognizes and adjusts itself to your equipment, your sound and graphic display adapters and your eventual hard disk partitions. It offers various interfaces, such as Gnome, Rox, Fluxbox... and a choice of software to work on sound. It is based on the GNU/Linux Mandrake 10.0 distribution and on the mklicecd group scripts for the creation of the live CD or of the hard disk.

The second objective is to give some sort of permanence to part of our work, while adhering to the principles of GNU/GPL. Unlike most other distributions that tend to drift too far away from the Linux Debian/RedHat/Mandrake communities, we wished to remain close to Mandriva, to allow users to reclaim the tools for themselves.

From the start, APODIO was not meant to become a finished or final product, but rather, a toolbox, more adapted to the common user than to the developer ; more practical than technical. Since we follow closely the Mandriva platform, we can concentrate more on what we find interesting in the first place, while making sure that our work will keep up with changes in hardware and software.

The complete remade July 2005 APODIO-4 version utilizes less RAM than the V3 ; it is based on - and can be synchronised with – Mandriva 2006 (cooker). Some video processing software has been added and the PureData base has been considerably increased.

We now have a practical base in the evolution of the live CD APODIO on Mandriva and new projects are in progress : the Poulpe (Octopus), a live CD that can be the basis for a sound and plastic installation, in various places linked by web-radio flows. Ref. the site : (http://www.apo33.org/poulpe) The Ubik, the live CD for a standby or a disabled situation, becomes a sound and video sculpture, connected to any other Ubik. It can be responsive to a network or to a keyboard/mouse set. Each user can either modify the CD base or the PureData patches found in a known directory in a disc, usb, fp... and thus personify his/her Ubik.
<<less
Download (697.5MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1186 downloads
Ubuntu Bootloader Manager 0.2

Ubuntu Bootloader Manager 0.2


Ubuntu Bootloader Manager is a graphical user interface for configuring GRUBs menu.lst. more>>
Ubuntu Bootloader Manager is a graphical user interface (GUI) for configuring GRUBs menu.lst.

This app is still very alpha, use at your own risk and make sure to make a backup of our grub config file (/boot/grub/menu.lst).
<<less
Download (MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
699 downloads
AFROS Live CD

AFROS Live CD


AFROS Live CD is a bootable CD with a small collection of GNU/Linux software, ARAnyM and the AFROS. more>>
AFROS Live CD is a bootable CD with a small collection of GNU/Linux software, ARAnyM and the AFROS. AFROS Live CD boots and runs completely from CD, does not write anything to the harddrive and so is safe to try out. It is meant as a demo version of ARAnyM/AFROS. It is not the dreamed Installation CD of ARAnyM yet (although it could be modified to work so).

The underlying Linux kernel and related software provide the CD autoboot, automatic hardware detection, and support for many graphics cards, sound cards, SCSI and USB devices and other peripherals. ARAnyM plus AFROS provide our familiar and favourite TOS/FreeMiNT/GEM operating environment. Its all integrated seamlessly and after PowerOn boots straight to the Teradesk (GEM desktop).

AFROS Live CD is distributed in the form of a CD ISO image which is the usual way of distributing CDs electronically. The ISO image file can be burnt on a CD-R/RW and so youll get an exact copy of the AFROS Live CD I created on my machine.

AFROS Live CD configuration:

fVDI resolution and/or color depth change: open up the C:FVDI.SYS (double click it and select Edit), locate the "01r aranym.sys mode 800x600x16@72" line, comment it out and uncomment one of the other prepared lines (or just make up your own). Then reboot the AFROS.

The ARAnyM Config GUI is unfinished yet so changes to ARAnyM config must be done outside of ARAnyM in the .aranym/config file. When you quit ARAnyM you should be able to edit the file with one of the supplied GNU/Linux editors (in the future this shouldnt be necessary as I am working on the Config GUI as you read this).

DSL site (AFROS Live CD is based on the DSL) might give you some hints about preserving the changes youve made to the AFROS disk image or ARAnyM configuration (you might also want to read File Restoration -> HowTo in the X11 desktop). Note that this is untested by me and might be dangerous. Try it on your own risk only.
<<less
Download (42.6MB)
Added: 2005-12-29 License: GPL (GNU General Public License) Price:
1401 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5