「*nix操作」修訂間的差異

出自Tan Kian-ting的維基
跳至導覽 跳至搜尋
(建立內容為「{{Nav}} == BSD 加入到 Grub2== <pre> menuentry "FreeBSD" { set root='(hd1,2)' kfreebsd /boot/loader } </pre> (hd0,0) => /dev/sda 參考來源:[https://foru…」的新頁面)
 
行 2: 行 2:


== BSD 加入到 Grub2==
== BSD 加入到 Grub2==
以系統管理員身份編輯 <pre>/etc/grub.d/40_custom</pre>,加入:
<pre>
<pre>
menuentry "FreeBSD" {
menuentry "BSD" {
set root='(hd1,2)'
set root='(hd1,2)'
kfreebsd /boot/loader
kfreebsd /boot/loader

於 2022年3月19日 (六) 15:54 的修訂

BSD 加入到 Grub2

以系統管理員身份編輯

/etc/grub.d/40_custom

,加入:

menuentry "BSD" {
set root='(hd1,2)'
kfreebsd /boot/loader
}

(hd0,0) => /dev/sda

參考來源:FreeBSD論壇