私はgrub 1.99sda1
とChakra OSを備えたDebian 7を持っています。幼虫なしsda2
grub 1,99でダブルブートしたいです。どうすればいいですか?
答え1
Grub 1 の設定は grub 2 よりも簡単です。おそらく、grub 1の目的は、ユーザーがconfファイルを直接編集できるようにすることです。一つあるねえDebian で conf ファイルが見つかる場所に関する一般情報と詳細。あまり使用しないと、少し忍耐が必要ですinfo grub
が、権威ある参考資料です。info
sda2でChakraの新しいセクションを作成しようとしています(「タイトル」行で始まります)。上記のリンクを読んでいるとき、grubがパーティションを識別する方法に注意してください。("sda2"は使用しません)。 3つが重要です。
root # The root filesystem device node, e.g. (hd0,1)
kernel # The path to the Chakra kernel relative to the root filesystem.
initrd # The path to the initial ramdisk used by the kernel to access
critical modules at boot. Virtually all modern distros use this,
you have to figure out where it is (probably in the same directory
as the kernel).