顯示具有 GRUB2 標籤的文章。 顯示所有文章
顯示具有 GRUB2 標籤的文章。 顯示所有文章

2019-04-10

Nouveau 不支援較新的 Nvidia 圖像卡的問題

上次發生過 Radeon 不支援較新 Linux Kernel 的問題
最近在下接收了一部二手手提電腦,開機時發生類似事件

2019-02-11

Radeon 不支援較新 Linux Kernel 的問題

最近因為將 Linux Kernel 升級到 4.15 ,發現開機速度減慢及不能關機
開機速度慢,在下可以忍受,但有關機習慣的在下便不能接受

2012-11-26

製作 GRUB2 Live Boot

GRUB2 是一種多重啟動的強大引導器
GRUB2 還可以即時編寫 GRUB 指令或修改 menuentry
燒錄在光碟或獨立於另一個磁碟裝上的 GRUB2 可以啟動因 MBR 被破壞而不能起動的作業系統

2011-07-30

利用 GRUB2 讀取 Ubuntu ISO (Using GRUB2 to load Ubuntu ISOs)

每次安裝新系統都要燒錄光碟吧……很浪費呢……
用外置裝置吧……要將裝置中的資料備份,再格式化裝置,再將映像檔寫入……
但若果沒有以上的裝置,哪如何安裝新系統?
If you want to install a new system to your harddisk,
You need write a install disc, it is a little bit waste.
Use external device ... you need to backup the data in this external device,
format the external device, build the image to the external device ...
However, if you don't have these devices, how could you install a new system ?

2011-01-01

讓 Windows Bootloader 載入 GRUB

為避免格式化 Ubuntu 後導致不能起動 Windows ,所以不讓 GRUB 成為 MBR
但使用 Windows 預設的 Bootloader 又不能列出非 Windows 的作業系統,所以需要改寫 C:\boot.ini
注意:胡亂改寫 C:\boot.ini 的會導致所有作業系統不能起動
If you use GRUB as MBR, after format Ubuntu partition GRUB will erase also
However, after re-build Windows Bootloader as MBR, GRUB2 will be replaced, and Ubuntu cannot be started for booting
So, how could let Windows Bootloader as MBR and boot up Ubuntu after GRUB2 is replaces

修復 Ubuntu 的 MBR (Recover Ubuntu GRUB as MBR)

GRUB 是一種出名的 Bootloader
但當 GRUB 被其他 Bootloader 覆蓋,如何重新讓 GRUB 成為 MBR ?
GRUB is a popular Bootloader.
However, how could we recover GRUB is covered by other Bootloader ?

2010-07-13

在 Ubuntu 中設定 GRUB2

見下文
使用 Ubuntu9.10 預設的 GRUB2 是一個很簡單的黑白界面
透過以下資料修改 GRUB2 讓 GRUB2 更加美觀
但注意,若有任何不正當改動最嚴重可導致 GRUB2 不能起動