2021年10月11日 星期一

centos 更換主機版無法開機

 https://wiki.centos.org/zh-tw/TipsAndTricks/CreateNewInitrd


建立一個新的起始用 RAM 磁碟映像


以 CentOS 的安裝碟開機(例如首張 CD 或 DVD)。

在 boot: 提示符輸入 linux rescue。


以讀寫模式掛載所有檔案系統。




mount --bind /proc /mnt/sysimage/proc

mount --bind /dev /mnt/sysimage/dev

mount --bind /sys /mnt/sysimage/sys

chroot /mnt/sysimage

在採用多路徑主目錄('/')的 CentOS7 下,請先執行以下指令,然後才 chroot 進入 '/mnt/sysimage':


mount --bind /run /mnt/sysimage/run

systemctl start multipathd.service








https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/performing_an_advanced_rhel_installation/updating-drivers-during-installation_installing-rhel-as-an-experienced-user#performing-an-assisted-driver-update_updating-drivers-during-installation



http://cjcheema.com/2019/06/how-to-recover-or-rebuild-initramfs-in-centos-7-linux/


How to recover or rebuild initramfs in CentOS 7 Linux


https://access.redhat.com/discussions/3722151



https://bugs.centos.org/view.php?id=16898



http://elrepoproject.blogspot.com/2019/08/rhel-80-and-support-for-removed-adapters.html



沒有留言:

張貼留言