https://github.com/samwhelp/note-about-grub
Grub 探索筆記
https://github.com/samwhelp/note-about-grub
grub grub-theme grub-themes grub2 grub2-theme
Last synced: 8 months ago
JSON representation
Grub 探索筆記
- Host: GitHub
- URL: https://github.com/samwhelp/note-about-grub
- Owner: samwhelp
- License: mit
- Created: 2021-08-03T08:03:50.000Z (almost 5 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-08-28T07:13:39.000Z (almost 2 years ago)
- Last Synced: 2024-08-28T08:33:03.194Z (almost 2 years ago)
- Topics: grub, grub-theme, grub-themes, grub2, grub2-theme
- Language: Shell
- Homepage: https://samwhelp.github.io/note-about-grub/
- Size: 394 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 首頁
| Link | GitHub |
| ---- | ------ |
| [Grub 探索筆記](https://samwhelp.github.io/note-about-grub/) | [GitHub](https://github.com/samwhelp/note-about-grub) |
| [Grub Theme / Image Creation](https://samwhelp.github.io/demo-grub-theme-image-creation/) | [GitHub](https://github.com/samwhelp/demo-grub-theme-image-creation) |
## 主題
* [入門](#入門)
* [如何](#如何)
* [專案](#專案)
* [相關筆記](#相關筆記)
## 入門
| 設定入門 |
| --- |
| [/boot/grub/grub.cfg](https://samwhelp.github.io/note-about-grub/read/start/grub_cfg.html) |
| [/etc/default/grub](https://samwhelp.github.io/note-about-grub/read/start/etc_default_grub.html) |
| [/etc/default/grub.d/](https://samwhelp.github.io/note-about-grub/read/start/etc_default_grub_d.html) |
| [/etc/grub.d/](https://samwhelp.github.io/note-about-grub/read/start/etc_grub_d.html) |
| [自訂 Gurb Menu Entry](https://samwhelp.github.io/note-about-grub/read/start/custom_menu_entry.html) |
| [/etc/grub.d/40_custom](https://samwhelp.github.io/note-about-grub/read/start/40_custom.html) |
| [/boot/grub/custom.cfg](https://samwhelp.github.io/note-about-grub/read/start/custom_cfg.html) |
| 指令入門 |
| --- |
| [Command](https://samwhelp.github.io/note-about-grub/read/start/command.html) |
| [help](https://samwhelp.github.io/note-about-grub/read/start/command/help.html) |
| [clear](https://samwhelp.github.io/note-about-grub/read/start/command/clear.html) |
| [variable](https://samwhelp.github.io/note-about-grub/read/start/command/variable.html) |
| [probe](https://samwhelp.github.io/note-about-grub/read/start/command/probe.html) |
## 如何
| [如何](https://samwhelp.github.io/note-about-grub/read/howto.html) | 簡介 |
| --- | --- |
| [GRUB Theme](https://samwhelp.github.io/note-about-grub/read/howto/use_theme.html) | GRUB如何安裝和設定採用某個佈景主題 |
| [GRUB Use Background Image](https://samwhelp.github.io/note-about-grub/read/howto/use_background_image.html) | GRUB如何設定採用某個背景圖片 |
| [GRUB Boot ISO](https://samwhelp.github.io/note-about-grub/read/howto/boot_iso.html) | 透過GRUB和ISO檔開機的設定範例 |
| [Create Live Usb Disk for Uefi](https://samwhelp.github.io/note-about-grub/read/howto/boot-iso/create-live-usb-disk-for-uefi.html) | 產生單獨透過GRUB和ISO檔開機的「USB Disk」/ 「UEFI 版」 |
| [Create Live Usb Disk for Bios](https://samwhelp.github.io/note-about-grub/read/howto/boot-iso/create-live-usb-disk-for-bios.html) | 產生單獨透過GRUB和ISO檔開機的「USB Disk」/ 「BIOS 版」 |
| [產生 menu-box-c.png](https://samwhelp.github.io/note-about-grub/read/howto/create-theme/box-image/create-menu-box-c-by-imagemagick.html) | 透過「ImageMagick」,學習製作「九宮圖」的起點 |
| [產生 menu-box 九宮圖](https://samwhelp.github.io/note-about-grub/read/howto/create-theme/box-image/create-menu-box-image-by-imagemagick.html) | 透過「ImageMagick」,製作「九宮圖」 |
## 專案
| 輔助工具 | 簡介 |
| --- | --- |
| [grubrc-theme-get](https://samwhelp.github.io/note-about-grub/read/project/grubrc-profile/grubrc-theme-get.html) | 用來輔助「安裝」GRUB佈景主題 |
| [grubrc-theme-ctrl](https://samwhelp.github.io/note-about-grub/read/project/grubrc-profile/grubrc-theme-ctrl.html) | 用來輔助「切換」GRUB佈景主題 |
| 輔助工具 | 簡介 |
| ------ | --- |
| [grub-theme-refactoring-select](https://samwhelp.github.io/grub-theme-refactoring-select/) | 用來輔助「安裝」和「切換」GRUB佈景主題 |
| [grub-theme-remix-select](https://samwhelp.github.io/grub-theme-remix-select/) | 用來輔助「安裝」和「切換」GRUB佈景主題 |
| [grub-theme-select](https://samwhelp.github.io/grub-theme-select/) | 用來輔助「安裝」和「切換」GRUB佈景主題 |
## 輔助工具
| 工具 | 簡介 |
| --- | --- |
| [grub2-theme-preview](https://samwhelp.github.io/note-about-manjaro/read/adjustment/tool/grub2-theme-preview.html) | 用來輔助「預覽」GRUB佈景主題 |
## 相關筆記
| 相關筆記 |
| --- |
| [Theme 探索筆記](https://samwhelp.github.io/note-about-theme/) / [grub-theme](https://samwhelp.github.io/note-about-theme/read/boot-theme/grub-theme.html) |
| [Ventoy 探索筆記](https://samwhelp.github.io/note-about-ventoy/) |
## Grub Theme Adjustment
| Grub Theme Adjustment |
| --- |
| [grub-theme-refactoring](https://github.com/samwhelp/grub-theme-refactoring) |
| [grub-theme-remix](https://github.com/samwhelp/grub-theme-remix) |
| [theme-collections-grub](https://github.com/samwhelp/theme-collections-grub) |
## 相關討論
* [#5 回覆: 如何設定雙系統開機選項](https://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=363530#forumpost363530)
## Samwhelp
* [個人筆記](https://samwhelp.github.io/book/)