To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

In Linux, and other Unix-like operating systems, the /boot/ directory holds files used in booting the operating system. The usage is standardized in the Filesystem Hierarchy Standard.[1]

YouTube Encyclopedic

  • 1/3
    Views:
    40 204
    630 728
    120 289
  • How To Make a SANTA BOOT HOUSE Cake by Cakes StepbyStep
  • Das größte U Boot der Welt-Typhoon-Klasse Severstal
  • Como dar Boot pelo Pen Drive [FÁCIL]

Transcription

Contents

The contents are mostly Linux kernel files or boot loader files, depending on the boot loader, most commonly (on Linux) LILO or GRUB.

Linux

LILO

LILO creates and uses the following files:

  • map – a key file, which records where files needed by LILO during boot are stored. Following kernel upgrades, this file must be regenerated by running the "map installer", which is /sbin/lilo otherwise the system will not boot.
  • boot.xxyy – these 512-byte files are backups of boot sectors, either the master boot record (MBR) or volume boot record (VBR), created when LILO overwrites a boot sector. xx and yy are the major and minor device numbers in hex;[5] for example, the drive sda has numbers 8, 0, hence its MBR is backed up to boot.0800 while the partition sda3 has numbers 8,3, hence its VBR is backed up to boot.0803.

LILO may also use other files, such as message and also stores a non-boot configuration file in /etc/lilo.conf.

GRUB

GRUB stores its files in the subdirectory grub/ (i.e. /boot/grub/). These files are mostly modules (.mod), with configuration stored in grub.cfg.

Location

/boot/ is often simply a directory on the main (or only) hard drive partition. However, it may be a separate partition. A separate partition is generally only used when bootloaders are incapable of reading the main filesystem (e.g. LILO does not recognize XFS) or other problems not easily resolvable by users.[citation needed]

On UEFI systems, including most modern PCs, the EFI system partition is often mounted at /boot/, /efi/ or /boot/efi/.[6][7]

References

  1. ^ "3.5. /boot : Static files of the boot loader". Linux Foundation Referenced Specifications. March 19, 2015. Retrieved June 7, 2021.
  2. ^ Ward, Brian (2004). How Linux works what every superuser should know. San Francisco: No Starch Press. p. 219. ISBN 1593270356.
  3. ^ Lombardo, John (2001). Embedded Linux. Indianapolis, Ind: New Riders. p. 17. ISBN 9780735709980.
  4. ^ Kopper, Karl (2008). The Linux Enterprise Cluster build a highly available cluster with commodity hardware and free software. San Francisco: No Starch Press. p. 61. ISBN 978-1593270360.
  5. ^ "LILO mini-HOWTO: Background Information and Standard Installation". tldp.org. Retrieved 2022-11-26.
  6. ^ "EFI System Partition - Gentoo wiki". wiki.gentoo.org. Retrieved 2024-02-15.
  7. ^ "EFI system partition - ArchWiki". wiki.archlinux.org. Retrieved 2024-02-15.


This page was last edited on 26 March 2024, at 05:21
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.