為了試驗環境,模擬破壞mbr引導bootloadder
root@06:10:42~ # fdisk -l
disk /dev/sda: 64.4 gb, 64424509440 bytes, 125829120 sectors
units = sectors of 1 * 512 = 512 bytes
sector size (logical/physical): 512 bytes / 512 bytes
i/o size (minimum/optimal): 512 bytes / 512 bytes
disk label type: dos
disk identifier: 0x00000000
device boot start end blocks id system
/dev/sda1 * 2048 4196351 2097152 83 linux
/dev/sda2 4196352 125829119 60816384 8e linux lvm
#模擬破壞mbr引導
root@06:12:58~ # time dd if=/dev/zero of=/dev/sda bs=446 count=1
1+0 records in
1+0 records out
512 bytes (512 b) copied, 0.000145117 s, 3.5 mb/s
real 0m0.002s
user 0m0.002s
sys 0m0.001s
#reboot後發現找不到系統,進入救援模式,輸入一下命令重建mbr引導bootloader
CentOs7 修復 引導啟動
一 修復mbr mbr master boot record主引導記錄 硬碟的0柱面 0磁頭 1扇區稱為主引導扇區。其中446byte是bootloader,64byte為partition table,剩下的2byte為magic number。備份mbr dd if dev sda of roo...
centos7系統修復引導 linux系統的安裝
今日內容 1 vmware workstation的使用 僅主機nat 橋接vm1 vm2 vm3 virtual machine 應用程式vmware windows系統 計算機硬體 2 作業系統基本優化 3 作業系統的啟動流程 4 單使用者模式 grub加密 光碟修復 bios加密 1 iso結...
CentOS 7漏洞修復
首先檢視可公升級系統軟體 yum check update然後更新所有可公升級的系統軟體 yum upgrade首先備份一下 cp etc pki tls certs ca bundle.crt etc pki tls certs ca bundle.crt.bak更新並替換 curl o etc ...