Main > Free Download Search >

Free grub software for linux

grub

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 55
GNU GRUB 1.95

GNU GRUB 1.95


GNU GRUB is a GRand Unified Bootloader. more>>
GNU GRUB project, which is a rewrite of GRUB, is alive and under development. GRUB aims at merging sources from PUPA in order to create the next generation of GNU GRUB. A mailing list and a wiki have been setup for discussing the development of GRUB.
Main features:
- Create a compact core image. This will make Stage 1.5 unnecessary.
- Add support for dynamic loading to the core image, so that it can extend itself at the run time rather than at the build time.
- Add real memory management, to make GNU GRUB more extensible.
- Add a more object-oriented framework for file systems, files, devices, drives, terminals, commands, and OS loaders.
- Add support for internationalization. This includes support for non-ASCII character code, message catalogs like gettext, fonts, graphics console, and so on.
- Add an actual localization, based on the above internationalization support. We will target on Japanese as the first step.
- Segregate code specific to i386-pc from generic code, to make GNU GRUB portable.
- Add support for cross-platform installation.
- Develop additional software packages which will help our project and hopefully other projects.
Multiboot Specification is a protocol between a boot loader and an OS kernel. Because this specification is generic, you can use the protocol in your own boot loader and/or in your own OS freely. Follow this link, for more details.
<<less
Download (0.95MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1119 downloads
GRUB Splash Images

GRUB Splash Images


GRUB Splash Images package contains a collection of splashimages which can be used for GRUB. more>>
GRUB Splash Images package contains a collection of splashimages which can be used for GRUB.

If youd like your splashimage in this package send them to mcgrof@ruslug.rutgers.edu.

Quick tips for the impatient:

convert -resize 640x480 -colors 14 image.png image.xpm && gzip image.xpm

Quick tip for debian users: Use "unstable" packages in your /etc/apt/sources.list in order to get the latest GRUB with splashimage support

Quick tip to install GRUB (only Debian users do the apt-get line):

# using the unstable tree
apt-get install grub
grub-install /dev/hda
# Go edit/make a menu.lst file and put it in /boot/grub/menu.lst
grub
# then on the grub prompt run:

# The partition that has the boot partition
root (hd0,0)
install /grub/stage1 (hd0) /grub/stage2 p /grub/menu.lst
quit
<<less
Download (MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
837 downloads
Super Grub Disk 0.9598

Super Grub Disk 0.9598


Super Grub Disk is a bootable floppy or CDROM that is oriented towards system rescue. more>>
Super Grub Disk is a bootable floppy or CDROM that is oriented towards system rescue, specifically for repairing the booting process.

Super Grub Disk is simply a Grub Disk with a lot of useful menus.

It can activate partitions, boot partitions, boot MBRs, boot your former OS (Linux or another one) by loading menu.lst from your hard disk, automatically restore Grub on your MBR, swap hard disks in the BIOS, and boot from any available disk device.

Super Grub Disk project has multi-language support, and allows you to change the keyboard layout of your shell.
<<less
Download (0.39MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
754 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
GRUB for DOS 0.4.3pre2

GRUB for DOS 0.4.3pre2


GRUB for DOS is a build of the GNU GRUB boot manager for DOS, and can be run under real mode DOS. more>>
GRUB for DOS is a rebuild of the GNU GRUB boot manager for DOS, and can be run under real mode DOS. It also has many new features.
For example, it can be booted through BOOT.INI of Windows (grldr) and kexec of Linux (grub4lin).
The disk emulation feature is another enhancement over GNU GRUB, and can be used to run legacy DOS/Windows9x systems with floppy or hard disk images.
Main features:
- Can be launched by NTLDR
- Can be launched from linux with kexec
- Can create ramdisks
- Can use file as well as partition as the source of the ramdisk
- Can be used as a no-emulation-mode bootable CD-ROM boot image
- Has a "Chinese" special build that can display chinese help message at the console
- Add device (md) that can map a specified range of memory as a ramdisk
- Add device (rd) that reflect the memdisk loaded by inited
- Can chainload KERNEL.SYS from FreeDOS
- Can chainload NTLDR from Windows NT/2K/XP
- Can chainload IO.SYS from MSDOS, Windows 95/98/ME
Enhancements:
- Some commands and options were added or changed.
- A few bugs were fixed.
<<less
Download (0.46MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
524 downloads
GRUB Web Admin 1.180-4

GRUB Web Admin 1.180-4


GRUB Web Admin module allows webmin (a web-based interface for system administration for Unix) to manage the grub bootloader. more>>
GRUB Web Admin module allows webmin (a web-based interface for system administration for Unix) to manage the grub bootloader.

<<less
Download (0.037MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1180 downloads
GRUB Disk 0.95+cvs20040624-17

GRUB Disk 0.95+cvs20040624-17


GRUB Disk package contains a GRUB rescue disk. more>>
GRUB Disk package contains a GRUB rescue disk.

It consists of a bootable 1.44 floppy image you can use to grab a rescue disk or be run in an i386 emulator, like Bochs.

GNU GRUB is a Multiboot boot loader. It was derived from GRUB,
GRand Unified Bootloader, which was originally designed and implemented by Erich Stefan Boleyn.

Briefly, boot loader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel software (such as the Hurd or the Linux). The kernel, in turn, initializes the rest of the operating system (e.g. GNU).
<<less
Download (0.34MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1194 downloads
Super Grub Disk Gparted System Rescue 001

Super Grub Disk Gparted System Rescue 001


Super Grub Disk is a bootable CDROM that is oriented towards system rescue, specifically for repairing the booting process. more>>
Super Grub Disk is a bootable floppy or CDROM that is oriented towards system rescue, specifically for repairing the booting process.

Super Grub Disk is simply a Grub Disk with a lot of useful menus. It can activate partitions, boot partitions, boot MBRs, boot your former OS (Linux or another one) by loading menu.lst from your hard disk, automatically restore Grub on your MBR, swap hard disks in the BIOS, and boot from any available disk device.

The ISO has multi-language support, and allows you to change the keyboard layout of your shell.

This version has Gpareted included.
<<less
Download (164.1MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
550 downloads
Gujin 2.1

Gujin 2.1


Gujin is a PC boot loader which can analyze your filesystems. more>>
Gujin is a PC boot loader which can analyze your filesystems.
Because it understands the structure of Linux kernel images, Gujin does not need LILO nor GRUB and can even load very big kernels.
There is no need to execute anything after making a new kernel: just copy the kernel image file into the "/boot" directory.
Gujin is written almost entirely in C with GCC, and it fully executes in real mode to be as compatible as possible.
Enhancements:
- The 16-bit entry point of bzImage Linux files is now used by default (zImage is not supported).
- This is controlled by the "force bzImage protocol" tickbox or the "/p" parameter of tiny.exe.
- 64-bit ELF files can be loaded if the entry point is a 32-bit one (i.e. the runadr=0x200000 parameter is used for the gzipped ELF64 file).
- A longer timeout (up to 8 seconds) is used to read a CDROM sector so that ultra speed DVD-RAM drives can be booted.
- The name of the filesystem is used in the "root=LABEL=" Linux parameter.
- More bugfixes were made.
<<less
Download (0.96MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
510 downloads
GNU/Fiwix 0.3.3

GNU/Fiwix 0.3.3


GNU/Fiwix is an operating system kernel based on the architecture of UNIX and Linux. more>>
GNU/Fiwix is an operating system kernel based on the architecture of UNIX and Linux.
GNU/Fiwix operating system is designed exclusively for educational purposes, so the kernel code is kept as simple as possible for the benefit of students.
It runs on the 32-bit x86 hardware platform, and is compatible with existing GNU applications.
Main features:
- GRUB Multiboot Specification compliant.
- Fully 32bit protected mode non-preemptive kernel.
- For Intel 80386 processors or higher.
- Real multitask (kernel tasks at level 0).
- Protected task environment (independent memory address per process).
- Interrupt and exception handling.
- Semaphores.
- Signals.
- Virtual memory management up to 4GB.
- Demand paging with Copy-On-Write feature.
- Linux system calls compatibility.
- Linux ELF-386 executable format support (statically and dynamically linked).
- Round-Robin based scheduler algorithm (without priorities).
- VFS with Linux EXT2 filesystem support (read only).
- Keyboard driver with spanish/catalan and english keymaps (hard coded).
- Floppy disk device driver and DMA management.
- IDE/ATA hard disk device driver (read only).
<<less
Download (0.46MB)
Added: 2007-08-01 License: Other/Proprietary License Price:
819 downloads
Arabian Linux 2007

Arabian Linux 2007


Arabian Linux also known as arl is a bootable CD with a compilation of GNU/Linux software. more>>
Arabian Linux also known as arl is a bootable CD with a compilation of GNU/Linux software, full support for Arabic/English languages and automatic hardware detection.
Its the first arabic live-distro using KDE as the default GUI, the first to have the arabic language enabled in consoles, pre-compiled ready-for-use softmodem drivers and the first to have its own control panel system in both languages (arabic/english). Arabian is recommended for beginners (using arabic language or not).
Arabian Linux is downloadable from this website as an ISO image. Its not necessary to install anything on a harddisk but you still can install it on your harddisk and run Arabian directly from your box.
Main features:
- Kernel 2.6.11,
- XFree 3.3 replaced by Xorg 2.8.10,
- Using LSB color system,
- Interactive bootup system,
- Modules use is possible now,
- Added the amod system tools for modules management,
- .ISO and .NRG (Ahead Nero) images are now mounted with just one click
- Added Convert to ISO utility for .NRG images
- Added service menu "Arabian Package" for .deb and .rpm packages
- System Upgrade now available (under development)
- Added Arabic support in the installer
- Installer gives an option to choose either LILO or GRUB
- Partitions appear now in the device name mode (UNIX) and letters (Windows)
- Partitions use the read-write mode by default ( ntfs still read-only )
- nVidia 3D driver added, is enabled by nvidia cheatcode
- Java 1.5 enabled as default,
- Arabeyes/KACST Arabic TTF fonts included,
- Arabic language is now enabled in consoles (thanks to Arabeyes Bicon project),
- Arabeyes Wordlist (Linux dictionary - Arabic/English) included,
- New softmodem drivers added,
- Hibernating support,
- Added enhanced support for wireless cards,
- Enhanced multimedia support,
- Write support for all virtual directories (i.e. live-installation of software without writable media is possible) in a running live system, made possible through UNIONFS,
- Added Kernel Accelerator - kqemu (with authorization of its author, Fabrice), for qemu,
- The latest version of Gparted added,
- /home directory and system configuration can be kept in an usb stick,
- KDE 3.4.0, Gimp 2.2.4, OpenOffice 1.1.4 (arabic) and many other packages.
<<less
Download (130.1MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1023 downloads
GParted-Clonezilla 2.0

GParted-Clonezilla 2.0


GParted-Clonezilla project is a multi-boot livecd booting off GRUB. more>>
GParted-Clonezilla project is a multi-boot livecd booting off GRUB. It can load the last GParted-livecd or Clonezilla to backup file system localy or through the network. Clonezilla supported ext2, ext3, reiserfs, xfs, jfs of GNU/Linux, and FAT, NTFS file system.
<<less
Download (133.1MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
596 downloads
Phaeronix 0.85 Beta

Phaeronix 0.85 Beta


Phaeronix is a Gentoo-based RR4 CD optimised for i686, with GNOME, Reiser4-enabled GRUB. more>>
Phaeronix is a gentoo love-sources RR4 CD with reiser4 enabled grub, auto hardware detection with nvidia 3D support , ready for multimedia, internet, and arabic. It is optimised for i686.

The kernel is now based on the 2.6.15-arckck7 patchset with a couple of additions ( one to fix acer laptop hangs and the other to fix slow laptop battery polls).
http://iphitus.loudas.com/archck.php

Final release is probably going to be based on the new -beyond patchset.
The livecd uses a genkernel generated initramfs, but with quite some hacks added to the linuxrc. As a result this initramfs can now probably boot from any media, anything from IDE to external firewire.

The CD is rendered pseudo-writable thanks to squashfs and unionfs.
Hardware detction is modular and can be turned on and off as needed. You can see the possible options in the cheatcodes list.

Modular Xorg-X11 7.0 is the default Xorg server. XGL server is included as an optional featured activated at boot time by booting like this :
"linux xgl"

This is experimental and might not work. Check http://gentoo-wiki.com/HOWTO_XGL

To find out if your card supported and to see if your problem has been already reported.

The desktop is a full gnome-2.14 , there is no KDE and no qt/KDE apps.

The default user name is phaeron and its password is also phaeron.

The root password is root.

The available editors are vim and nano.

Its built specifically to support arabic, with some patches and customizations. However, this is an ongoing process. It was spurred by arabbixs stagnation. Best of all just click on the keyboard applet or press alt+shift and you get an arabic keyboard layout.

"w3m -v" is the text only browser because it supports arabic ( along with bicon to bidi/shape properly ). Check here for the inspiration : http://www.eglug.org/node/1953

Also in gnome-terminal run a new session with the arabic profile and you will have full bidi and shaping thanks to arabeyes bicon.

Msameers arabic wordlist has been included in aspell and openoffice. Check here for the arabic wordlist : http://www.eglug.org/node/1976

You can logout from the desktop and choose arabic as the session language and then log in again. The desktop will be RTL and mostly in arabic. The reason this isnt made easier or more obvious is a lot of things still need translation or bugfixing. The infrastructure is there however.

The supported locales are : arabic, french, italian, german,and slovak.

The official gentoo installer is also included to help installing gentoo if you want.
<<less
Download (MB)
Added: 2006-04-04 License: GPL (GNU General Public License) Price:
1301 downloads
Topologilinux 6.1.0

Topologilinux 6.1.0


Topologilinux is a free Linux distribution to be run on top or inside your existing windows system. more>>
Topologilinux is a FREE and open-source Linux distribution that can run on top or inside your
existing windows system.

The main thing with Topologilinux is that it does not require any partitioning at all. (uses a single file as linux root system) Topologilinux is therefore very easy to install.

Over the years, the Linux operating system has become very popular
among both computer enthusiastics and experimenting home users.

The trouble with the Linux operating system has always been getting
starting.

Here comes the solution of that problem !!

Topologilinux is a free linuxdistribution to be run on top of any dos/windows and new in version 5 is that you can run it inside your windows system without partitioning your hard disk.

It is very easy to install Unlike other Linux distributions

Topologilinux DOES NOT NEED ANY PARTITIONING.

It will run on your existing Windows/DOS partition in a directory named "/tlinux5". This release works on both NTFS and FAT partitions which means that you can run it under all existing Windows or dos systems. New in version 5 is that you can run it inside Windows through coLinux, you can also use X windows through a vnc server and then connect using a vnc viewer.

You can also run your existing windows program in Topologilinux through the windows emulator wine. Just enter wine your_program.exe

Also a great Office package is included, OpenOffice 1.1.3. To install copy all files to a temp directory and install it.

Topologilinux is a free Linuxdistribution but all donations of money are welcome.

Installation:

1. Backup important data before installing (see IMPORTANT: below)
2. start up windows and insert this CD and run topologilinux-setup.exe and create files (will normally start automatically)
3 Follow instructions and install the system (recommended is to install everything in coLinux mode (default) but you can also select not to do so and boot with this cd in and write "install" then press Enter (You need to have "boot from cd" enabled in bios) (for more advanced boot options press F1) (make sure to try all options in the F1 menu if default) (installation kernel fails). But as said before read the steps and follow instructions and select default alternatives.
A warning for the TAP driver will appear, accept this and continue the installation.
DO NOT FORGET TO DO the networking configuration if you want coLinux to work.
NOTE: that you may not use the cd-driver in any other open windows program like the filemanager explorer or anything like that if you do the setup through coLinux cause filesharing does not work between colinux and windows correct.
Also note that setting for colinux can easy be changed in the xml files /tlinux/colinux/*.xml
4. follow instructions, and install the software you want. It is always prefered to install ALL software
5. Your system is now installed, You can start it inside windows from the "Start Topologiliux" icon or do a reboot and use the grub based bootmanager to start it in real mode (much faster)
6. To use the X system inside Windows you need to start the Topologilinux system first then "Topologilinux X" to connect to the system.
NOTE: that you can not login as root from vnc (Topologilinux X) so you need to login as auser.. (can add more users by adduser command) (to be able to use internet inside topologilinux in colinux mode you need to do the steps listed in the /tlinux5/doc/network-installation.doc or the htm file)
7. After you have done all part in coLinuxmode you should restart your computer and start in "real-mode" and select start Topologilinux from the bootmanager. Then when you are there you should run setup to configure your system there too.
The first time you start up your system you will be prompted to setup your system, do so and then reboot it again and your system will be ready !

NOTE: When installing using more than one cd it might be troubles with mounting the second CD in coLinuxmode. But dont give up: try to first close all programs that uses the cdrom and try press continue, if that does not help you, open the cd in a windows "explorer" window and then try to close it again and wait about 10 sconds and try to press continue again. This step might be a bit triky but it should work. If it does not work for you try to do the installation in "real-mode" instead.

According the Network it might be a tricky part that to. Try the help that is available in this readme file, it it still fails try to search on colinux homepage or try the forums on topologilinux.com

Another thing to know is that if you during the setup in "real-mode" select to start in grafical login during X configuration, this will affect the coLinuxmode too. If you want to change it back just edit /etc/inittab and change to runlevel3 instead of 4.
<<less
Download (1900MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
928 downloads
KBoot 11

KBoot 11


KBoot project is a proof-of-concept implementation of a Linux boot loader based on kexec. more>>
KBoot project is a proof-of-concept implementation of a Linux boot loader based on kexec. KBoot uses a boot loader like LILO or GRUB to load a regular Linux kernel as its first stage. Then, the full capabilities of the kernel can be used to locate and to access the kernel to be booted.
KBoot integrates the various components needed for a fully featured boot loader, and demonstrates their use. While the main focus is on basic technical functionality, KBoot can serve as a starting point for customized boot environments offering additional features.
Main features:
- supports most file systems and device drivers the Linux kernel supports
- transparent navigation in the file system of the booted system, including auto-mounting guided by /etc/fstab
- network configuration is either manual or with DHCP, including name resolution via /etc/hosts and DNS
- access to file systems via NFS
- access to files via HTTP, FTP, and TFTP
- inbound and outbound SSH (to and from the boot loader)
Enhancements:
New features:
- pressing Ctrl-C before the KBoot prompt is shown now starts an emergency shell (based on suggestions by Brent Baude)
- README: added a troubleshooting section explaining how to get a shell if things turn sour
Changes:
- upgraded to the 2.6.19.2 kernel
- upgraded to Busybox 1.3.1
- patches/busybox-noshadow.patch: fix Busybox build without shadow passwords (from PLD Linux)
- scripts/KBoot: start udhcpc with -n instead of --now, since the latter is no longer recognized
- upgraded to udev 104
- Makefile: recent versions of udev arent stripped, so we do this
<<less
Download (0.042MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
892 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4