Please enable JavaScript.
Coggle requires JavaScript to display documents.
202.2 (sistema de partições (systemd-delta (/etc, /run, /usr/lib,…
202.2
sistema de partições
MBR (Master Boot Record)
GPT (GUID Patition Table)
EFI System Partition / ESP
efibootmgr
-n XXXX muda a ordem do boot na próxima inicialização
-o XXX,YYY, etc modifica a ordem de boot
-b XXX -B exclui um item do boot
-v mostra as definições
-c -l '\efi\boot\grub.efi' -L XPTO
cria uma entrada
bcfg configura o boot (dentro do shell uefi)
fat32
ef00
módulo efivars (/sys/firmware/efi)
/boot/efi
fsck -ry
systemd-delta
/etc, /run, /usr/lib
identifica e compara arquivos de configuração
boot manager
ISOLINUX
/boot/isolinux/isolinux.cfg
SYSLINUX (fat32)
FAT, CD, ext, pxe
EXTLINUX
extlinux --instal /boot
extlinux.cnf
PXELINUX
pxelinux.0
grub
prompt
root (hd0,0) identificar a partição do grub
setup (hd0) configura a partição
find
comandos
grub-install --boot-directory=/boot/grub /dev/sda1
update-grub / update-grub2
grub-mkconfig / grub2-mkconfig
init=/bin/bash
mount -o remount,rw /
systemd
systemctl daemon-reload
systemctl get-default
systemctl isolate rescue.target