新聞中心
在Win 8上禁用UEFI安全引導以安裝Linux

讓客戶滿意是我們工作的目標,不斷超越客戶的期望值來自于我們對這個行業(yè)的熱愛。我們立志把好的技術(shù)通過有效、簡單的方式提供給客戶,將通過不懈努力成為客戶在信息化領(lǐng)域值得信任、有價值的長期合作伙伴,公司提供的服務項目有:域名注冊、網(wǎng)絡空間、營銷軟件、網(wǎng)站建設(shè)、黑河網(wǎng)站維護、網(wǎng)站推廣。
在Windows 8操作系統(tǒng)中,用戶可以通過啟用UEFI安全引導來提高系統(tǒng)的安全性,有時候我們需要在Win 8上安裝Linux系統(tǒng),這時就需要禁用UEFI安全引導,本文將介紹如何在Win 8上禁用UEFI安全引導以安裝Linux。
準備工作
1、下載Linux發(fā)行版的ISO文件和相應的Linux內(nèi)核鏡像文件,推薦使用Ubuntu或Debian發(fā)行版。
2、準備一個空白USB閃存盤,用于制作啟動盤。
3、下載并安裝一個通用的BIOS編輯工具,如EasyBCD或ASUS UEFI BIOS Editor。
禁用UEFI安全引導
1、進入計算機的BIOS設(shè)置界面,通常,開機時按下F2、F10、F12、Delete或Esc鍵可以進入BIOS設(shè)置界面,具體按鍵可能因計算機型號而異,請參考計算機說明書。
2、在BIOS設(shè)置界面中,找到“Boot”或“啟動”選項卡,這里列出了計算機啟動時可供選擇的設(shè)備,包括硬盤、光驅(qū)、網(wǎng)絡等。
3、將UEFI安全引導設(shè)置為“禁用”,這通常是一個名為“Secure Boot”或類似的選項,將其設(shè)置為“Disabled”或“Off”。
4、保存BIOS設(shè)置并退出,通常,按下F10鍵保存設(shè)置并退出,或者點擊“Save Changes and Exit”按鈕。
制作Linux啟動盤
1、將下載好的Linux ISO文件刻錄到空白USB閃存盤上,可以使用光盤刻錄軟件,如ImgBurn或UltraISO。
2、使用Linux內(nèi)核鏡像文件更新BIOS啟動順序,這可以通過BIOS編輯工具完成,在EasyBCD中,打開“Advanced”選項卡,然后點擊“Add Entry”按鈕,添加一個新的啟動項,在彈出的窗口中,選擇“Linux”,然后瀏覽并選擇Linux內(nèi)核鏡像文件(通常是vmlinuz文件),設(shè)置啟動參數(shù)(如root=/dev/sda1),然后點擊“OK”按鈕,確保新添加的啟動項位于列表頂部,以便計算機首先從USB閃存盤啟動。
從USB閃存盤啟動計算機并安裝Linux
1、將制作好的Linux啟動盤插入計算機的USB接口。
2、開機時按下相應的按鍵(通常是F12、F10或Delete)進入啟動菜單,選擇從USB閃存盤啟動。
3、計算機將從Linux啟動盤啟動,進入Linux命令行界面,按照屏幕提示進行操作,如選擇語言、創(chuàng)建分區(qū)、掛載根目錄等。
4、使用包管理器安裝所需的軟件包和依賴關(guān)系,對于Debian和Ubuntu發(fā)行版,通常使用apt-get命令;對于Fedora和CentOS發(fā)行版,通常使用yum命令。
對于Debian和Ubuntu:
“`
sudo apt-get update
sudo apt-get install linux-headers-$(uname -r) build-essential
sudo apt-get install linux-image-$(uname -r) xz-utils rpm python3-pip curl tar bzip2 unzip zlib1g-dev libssl-dev libffi-dev git wget net-tools vim nano htop sysstat screen fdisk grep sed chmod debootstrap zip bsdmainutils psmisc procps systemd open-vm-tools bridge-utils ifenslave udev mdadm mosh sshfs fuse mount cifs-utils openssh-server ca-certificates libnss3 cups cups-pdf pycups cupshelper php7.0 php7.0-fpm php7.0-bcmath php7.0-mysql php7.0-gd php7.0-curl php7.0-xml php7.0-mbstring php7.0-intl php7.0-json php7.0-opcache php7.0-readline php7.0-simplexml php7.0-soap php7.0-zip php7.0-cli composer pecl-http pecl-xdebug libmemcached-tools memcached memcached-tools libapache2 mod_security2 apache2-mime-magic apache2-utils xmlstarlet xmlsec1 xmlsec1-openssl imagemagick libjpeg62 libpng16 libtiff5 libvpx5 libvorbisenc2 libxvidcore4 libx264 libx265 libnuma1 numactl numactl –hardware –locale=en_US –timezone=Asia/Shanghai –default-cpunodebind –cpunodebind none –ip=$(hostname -I | cut -d’ ‘ -f1) –memory $(free -m | grep Mem | cut -d’ ‘ -f2) –disksize $(df –output=avail –sync –noheadings | tail -n1 | tr -s ‘ ‘ | cut -d’ ‘ -f2)G –autodetect –force –verbose –user=root –group=root –prefix=/mnt/usb/linux make menuconfig gpart create_mbr partprobe setfont order install clean purge autoremove writeboot cmdline consolelog level debug timesources loglevel notice resolvconf network bootscripts keymap locale langpack time zone update locales update-locale LANG=C LC_ALL=C source list network setup systemctl enable systemd-logind systemctl enable systemd-sysusers.service systemctl enable systemd-networkd.service systemctl enable systemd-resolved.service systemctl enable systemd-timesyncd.service systemctl enable systemd-tmpfiles-setup.service systemctl enable systemd-journald.service systemctl enable systemd-udevd.service systemctl enable [email protected] systemctl enable systemd-machineid.service systemctl enable [email protected] systemctl enable auditd.service auditctl=on auditallowroot=yes auditreadwritepath=/var/log/audit/audit.log auditignorenocase=on reboot retries=3 delay=3 target_reboot=yes initrd=initrd.img initramfs=initramfs.img init_default_cmdline="console=ttyS0 console=ttyAMA0 nokaslr init=/bin/bash"“`
相關(guān)問題與解答
1、如何關(guān)閉UEFI安全引導?
答:在BIOS設(shè)置界面中,找到“Security”或“Secure Boot”選項卡,將其設(shè)置為“Disabled”或“Off”,保存設(shè)置并退出。
2、如何查看當前計算機是否啟用了UEFI安全引導?
答:開機時按下F2、F10、F12、Delete或Esc鍵進入BIOS設(shè)置界面,在左側(cè)導航欄中選擇“Boot”或“啟動”,查看是否有與UEFI安全引導相關(guān)的選項(如Secure Boot),如果有,則已啟用UEFI安全引導;如果沒有,則未啟用UEFI安全引導。
分享題目:win10禁用uefi安全啟動
瀏覽路徑:http://m.fisionsoft.com.cn/article/dppiphe.html


咨詢
建站咨詢
