Télécharger la liste

Description du projet

Gujin is a PC boot loader that can analyze your partitions and filesystems. It finds the Linux kernel images available, as well as other bootable partitions (for *BSD, MS-DOS, Windows, etc.), files (*.kgz) and bootable disk images (*.bdi), and displays a graphical menu for selecting which system to boot. It boots the Linux kernel using the documented interface, like LILO and GRUB, so it doesn't need any other pre-installed bootloader. It can also directly load gzipped ELF32 or ELF64 files, with a simple interface to collect real-mode BIOS data. There is no need to execute anything after making a new kernel: just copy the kernel image file into the "/boot" directory, with a standard name. Gujin is written almost entirely in C with GCC, and it fully executes in real mode to be as compatible as possible.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-10 15:53
2.8.7

Cette version améliorée de la traduction allemande, corrigé de problèmes avec l'installation sur OpenSuSE, amélioration de la détection d'étiquettes de la partition pour remplir le fichier /boot/gujin.cmd et corrige un problème avec la génération du package sur les nouvelles versions d'Ubuntu.
Tags: Stable
This release improved the German translation, fixed problems with installing on OpenSuSE, improved detection of partition labels for filling the /boot/gujin.cmd file, and fixed a problem with generating the package on new Ubuntu versions.

2012-02-09 08:05
2.8.5

Cette version corrige beaucoup de bugs, comme l'installation du chargeur de démarrage et de charger un noyau Linux sur un système de fichiers ext2 très fragmenté (partition Fedora par défaut/boot), sondes de fichiers dans une graisse/répertoire de démarrage même si la taille de ce répertoire est null (maintenant la norme), meilleure gère le cas de partitions sans étiquettes et fonctionne mieux dans VirtualBox. Qinding peut charger maintenant également les grains sur les systèmes de fichiers fait avec une taille de secteur différent que le périphérique sous-jacent permet, par exemple avoir un Superdisk 512 octets/secteur, écrit sur un CDROM/GT20N avec 2048 octets/secteur.
This release fixes a lot of bugs, like installing the bootloader and loading a Linux kernel on a highly fragmented ext2 filesystem (Fedora default /boot partition), probes files in a FAT /boot directory even if the size of this directory is null (now the standard), better handles the case of partitions without labels, and works better in VirtualBox. Gujin can now also load kernels on filesystems made with a different sector size than the underlying device allows, for instance having a 512 bytes/sector superfloppy written on a CDROM/DVDRAM with 2048 bytes/sectors.

2011-06-30 09:59
2.8.4

Cette version fixe un problème où Maj-F1 n'était pas d'édition en ligne de commande Linux comme Maj-F2 .. F12. Un bug VirtualBox est maintenant détectée pour désactiver graphique VESA linéaire. Corrections de compilation GCC 4.6 ont été ajoutés. Un problème avec le BIOS HP Compaq 8000 Elite a été corrigé. Un fichier nommé gujin.sh est fourni comme un exemple de patcher les scripts d'initialisation d'un CD Linux live pour le faire démarrer à partir du fichier d'image CD live en utilisant Gujin.
This release fixed a problem where Shift-F1 was not editing the Linux command line like Shift-F2..F12. A VirtualBox bug is now detected to disable VESA linear graphics. GCC 4.6 compilation fixes were added. A problem with the HP Compaq 8000 Elite BIOS was corrected. A file named gujin.sh is provided as an example to patch the init scripts of a Linux live CD to get it to boot from the live CD image file using Gujin.

2010-12-09 07:55
2.8.3

Cette version corrige des bugs et des régressions, supprime la taille du secteur codé en dur de disques (disques avec gère 4096 octets par secteurs logiques), améliore le démarrage live CD stockés sur le disque dur sous forme d'images du fichier, et améliore la "petite" bootloaders pour le démarrage rapide des configurations simples (comme un PC avec une seule distribution Linux sur un système de fichiers ext4, ou un live CD-ROM sur la base de Gujin bootloader El-Torito propres).
This version fixes bugs and regressions, removes the hard-coded sector size of disks (manages disks with 4096 bytes per logical sectors), improves booting live CDs stored on the hard disk as file images, and improves the "tiny" bootloaders for quick booting of simple configurations (like a PC with a single Linux distribution on an ext4 filesystem, or a live CD-ROM based on Gujin's own El-Torito bootloader).

2010-06-17 07:30
2.8.2

Cette version corrige beaucoup de bugs, vous permet de vérifier / modifier la ligne de commande finale en appuyant sur Shift lors de la sélection d'un noyau, reconnaît l'extension Rock Ridge sur ISO9660 (noms de fichiers), et peuvent plus démarrer sans modification en direct des images de CD-ROM stockées dans le répertoire / boot (testé avec NimbleX, sidux, Elive, Ubuntu, Eeebuntu, et Linux Mint) avec l'aide d'un simple fichier nommé "gujin.cmd".
This version fixes a lot of bugs, allows you to review/edit the final command line by pressing Shift when selecting a kernel, recognizes the Rock Ridge extension on ISO9660 (filenames), and can boot more unmodified live CD-ROM images stored in the /boot directory (tested with NimbleX, sidux, Elive, Ubuntu, eeebuntu, and Linux Mint) with the help of a simple file named "gujin.cmd".

Project Resources