国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

GRUB and the Boot Process on UEFI-based x86 Systems

這篇具有很好參考價值的文章主要介紹了GRUB and the Boot Process on UEFI-based x86 Systems。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

background info :?BIOS and UEFI-CSDN博客

  1. The UEFI-based platform reads the partition table on the system storage and mounts the?EFI System Partition?(ESP), a VFAT partition labeled with a particular?globally unique identifier?(GUID). The ESP contains EFI applications such as bootloaders and utility software, stored in directories specific to software vendors. Viewed from within the Red Hat Enterprise Linux?6.9 file system, the ESP is?/boot/efi/, and EFI software provided by Red Hat is stored in?/boot/efi/EFI/redhat/.

  2. The?/boot/efi/EFI/redhat/?directory contains?grub.efi, a version of GRUB compiled for the EFI firmware architecture as an EFI application. In the simplest case, the EFI boot manager selects?grub.efi?as the default bootloader and reads it into memory.

    If the ESP contains other EFI applications, the EFI boot manager might prompt you to select an application to run, rather than load?grub.efi?automatically.

  3. GRUB determines which operating system or kernel to start, loads it into memory, and transfers control of the machine to that operating system.

Because each vendor maintains its own directory of applications in the ESP, chain loading is not normally necessary on UEFI-based systems. The EFI boot manager can load any of the operating system bootloaders that are present in the ESP.

The following table lists the boot loaders available for each architecture:

Architecture Boot Loaders
AMD AMD64 GRUB
IBM Power?Systems yaboot
IBM System?z z/IPL
x86 GRUB

# REF:

E.2.2.?GRUB and the Boot Process on UEFI-based x86 Systems Red Hat Enterprise Linux 6 | Red Hat Customer Portal

How to Update Grub on Ubuntu and Other Linux Distributions (itsfoss.com)?

Appendix?A.?An Introduction to Disk Partitions Red Hat Enterprise Linux 6 | Red Hat Customer Portal?

?文章來源地址http://www.zghlxwxcb.cn/news/detail-833259.html

到了這里,關(guān)于GRUB and the Boot Process on UEFI-based x86 Systems的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實不符,請點擊違法舉報進行投訴反饋,一經(jīng)查實,立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費用

相關(guān)文章

  • 【論文筆記】Gemma: Open Models Based on Gemini Research and Technology

    【論文筆記】Gemma: Open Models Based on Gemini Research and Technology

    日期: March 5, 2024 平臺: CSDN, 知乎 狀態(tài): Writing Gemma: Open Models Based on Gemini Research and Technology 谷歌最近放出的Gemma模型【模型名字來源于拉丁文 gemma ,意為寶石】采用的是與先前Gemini相同的架構(gòu)。這次谷歌開源了兩個規(guī)模的模型,分別是2B和7B的版本?!緦τ趥€人電腦來說,2B真的

    2024年03月12日
    瀏覽(23)
  • 【風(fēng)格遷移-論文筆記12.20】Arbitrary style transfer based on Attention and Covariance-Matching

    【風(fēng)格遷移-論文筆記12.20】Arbitrary style transfer based on Attention and Covariance-Matching

    任意風(fēng)格遷移(Arbitrary style transfer)具有廣闊的應(yīng)用前景和重要的研究價值,是計算機視覺領(lǐng)域的研究熱點。許多研究表明,任意風(fēng)格遷移取得了顯著的成功。 然而,現(xiàn)有的方法可能會產(chǎn)生偽影(artifacts),有時會導(dǎo)致內(nèi)容結(jié)構(gòu)的失真(distortion)。 為此,本文提出一種新穎

    2024年02月03日
    瀏覽(17)
  • On the Robustness of Backdoor-based Watermarkingin Deep Neural Networks

    On the Robustness of Backdoor-based Watermarkingin Deep Neural Networks

    關(guān)于深度神經(jīng)網(wǎng)絡(luò)中基于后門的數(shù)字水印的魯棒性 ABSTRACT 在過去的幾年中,數(shù)字水印算法已被引入,用于保護深度學(xué)習(xí)模型免受未經(jīng)授權(quán)的重新分發(fā)。我們調(diào)查了最新深度神經(jīng)網(wǎng)絡(luò)水印方案的魯棒性和可靠性。我們專注于基于后門的水印技術(shù),并提出了兩種簡單而有效的攻擊

    2024年02月01日
    瀏覽(16)
  • 解決啟用proc_open時提示The Process class relies on proc_open, which is not available on your PHP i nstall.

    有時候在Ubuntu部署laravel項目的時候安裝composer install會提示The Process class relies on proc_open, which is not available on your PHP installation.這種問題有兩種解決方: 第一種就是網(wǎng)上說的刪除php.ini文件里的disable_functions選項中的proc_open 詳細命令如下: 每個人安裝的PHP版本都不同,安裝的路

    2024年02月04日
    瀏覽(29)
  • Harnessing the Power of LLMs in Practice: A Survey on ChatGPT and Beyond

    Harnessing the Power of LLMs in Practice: A Survey on ChatGPT and Beyond

    LLM的系列文章,針對《Harnessing the Power of LLMs in Practice: A Survey on ChatGPT and Beyond》的翻譯。 本文為從事大型語言模型(LLM)下游自然語言處理(NLP)任務(wù)的從業(yè)者和最終用戶提供了一份全面而實用的指南。我們從模型、數(shù)據(jù)和下游任務(wù)的角度對LLM的使用進行了討論和見解。首先

    2024年02月16日
    瀏覽(22)
  • 【論文精讀】Harnessing the Power of LLMs in Practice: A Survey on ChatGPT and Beyond

    【論文精讀】Harnessing the Power of LLMs in Practice: A Survey on ChatGPT and Beyond

    一篇大規(guī)模語言模型的指南,指南介紹詳細且會隨著大模型的發(fā)展不斷更新,相信初入大模型的朋友一定能有所收獲。 本文為LLM的從業(yè)者或者其下游任務(wù)用戶提供了一個全面而實用的指南。首先對現(xiàn)有的LLM進行介紹和總結(jié),其次討論了預(yù)訓(xùn)練數(shù)據(jù)、訓(xùn)練數(shù)據(jù)和測試數(shù)據(jù)的影響

    2024年02月05日
    瀏覽(24)
  • Hive插入數(shù)據(jù)警告:Hive-on-MR is deprecated in Hive 2 and may not be available in the future versions

    Hive插入數(shù)據(jù)警告:Hive-on-MR is deprecated in Hive 2 and may not be available in the future versions

    啟動Hadoop,使用 hiveserver2 啟動Hive的JDBC服務(wù)并使用IDE連接到Hive,創(chuàng)建表成功,但是INSERT插入數(shù)據(jù)時經(jīng)過長時間加載后無法得到預(yù)期結(jié)果,插入不成功。IDE最終也會提示錯誤,但僅僅是一個網(wǎng)絡(luò)異常。Linux控制臺顯示警告: 然后使用 hive 命令換為Hive的控制臺操作,結(jié)果依舊如

    2024年02月04日
    瀏覽(27)
  • Ubuntu22.04開機出現(xiàn)the GNU GRUB version 2.06

    偶然的機會,筆者重新打開了自己的Linux電腦,在啟動時出現(xiàn)了如下問題: 開機黑屏,并顯示 現(xiàn)在該如何開機,又該如何修復(fù)呢? 首先,該問題是由于開機系統(tǒng)盤引導(dǎo)出現(xiàn)問題導(dǎo)致的,所以我們進行如下操作(以啟動盤為(hd0,msdos1)為例) 如上操作后即可正常啟動,但是注意

    2024年02月05日
    瀏覽(40)
  • Vue中process.env關(guān)鍵字,process.env.VUE_APP_BASE_API

    Vue中process.env關(guān)鍵字,process.env.VUE_APP_BASE_API

    打開命令行查看環(huán)境: Vue Cli 有以下三種運行模式 development 模式用于 vue-cli-service serve test 模式用于 vue-cli-service test:unit production 模式用于 vue-cli-service build 和 vue-cli-service test:e2e 我們查看 package.json 配置信息,運行 Vue CLI 命令: 開發(fā)環(huán)境運行npm run dev, 要部署服務(wù)器發(fā)布生產(chǎn)

    2023年04月18日
    瀏覽(27)
  • 關(guān)于process.env.VUE_APP_BASE_URL的使用

    關(guān)于process.env.VUE_APP_BASE_URL的使用

    process.env.VUE_APP_BASE_URL 是一個 Vue.js 中使用的環(huán)境變量,通常用來存儲一個應(yīng)用的接口請求地址,例如 API 服務(wù)器的地址等。 ??????????在 Vue CLI 3 以上的版本中,當(dāng)你在項目根目錄下創(chuàng)建一個名為 .env. [mode] 的文件;其中 [mode] 是你的模式名稱,例如 .env.development ,并在其

    2024年02月16日
    瀏覽(27)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包