| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

「Fedora Core 6 デフォルトで起動するカーネルを変更」の版間の差分

提供: MyMemoWiki
ナビゲーションに移動 検索に移動
(ページの作成:「==Fedora Core 6 デフォルトで起動するカーネルを変更== {{include_html banner_html, "!Xen"}} /boot/grub/grub.conf Xen用のカーネルから起動す…」)
 
 
1行目: 1行目:
==Fedora Core 6 デフォルトで起動するカーネルを変更==
+
==[[Fedora Core 6 デフォルトで起動するカーネルを変更]]==
{{include_html banner_html, "!Xen"}}
+
{{include_html [[banner_html]], "!Xen"}}
 
/boot/grub/grub.conf
 
/boot/grub/grub.conf
  
Xen用のカーネルから起動するように、default=1 を default=0に修正する。
+
[[Xen]]用のカーネルから起動するように、default=1 を default=0に修正する。
 
   
 
   
 
  # grub.conf generated by anaconda
 
  # grub.conf generated by anaconda
18行目: 18行目:
 
  splashimage=(hd0,0)/grub/splash.xpm.gz
 
  splashimage=(hd0,0)/grub/splash.xpm.gz
 
  hiddenmenu
 
  hiddenmenu
  title Fedora Core (2.6.19-1.2895.fc6xen)
+
  title [[Fedora Core]] (2.6.19-1.2895.fc6xen)
 
         root (hd0,0)
 
         root (hd0,0)
 
         kernel /xen.gz-2.6.19-1.2895.fc6
 
         kernel /xen.gz-2.6.19-1.2895.fc6
 
         module /vmlinuz-2.6.19-1.2895.fc6xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet
 
         module /vmlinuz-2.6.19-1.2895.fc6xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet
 
         module /initrd-2.6.19-1.2895.fc6xen.img
 
         module /initrd-2.6.19-1.2895.fc6xen.img
  title Fedora Core (2.6.19-1.2895.fc6)
+
  title [[Fedora Core]] (2.6.19-1.2895.fc6)
 
         root (hd0,0)
 
         root (hd0,0)
 
         kernel /vmlinuz-2.6.19-1.2895.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
 
         kernel /vmlinuz-2.6.19-1.2895.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
 
         initrd /initrd-2.6.19-1.2895.fc6.img
 
         initrd /initrd-2.6.19-1.2895.fc6.img
  title Fedora Core (2.6.18-1.2798.fc6)
+
  title [[Fedora Core]] (2.6.18-1.2798.fc6)
 
         root (hd0,0)
 
         root (hd0,0)
  title Fedora Core (2.6.18-1.2798.fc6)
+
  title [[Fedora Core]] (2.6.18-1.2798.fc6)
 
         root (hd0,0)
 
         root (hd0,0)
 
         kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
 
         kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
 
         initrd /initrd-2.6.18-1.2798.fc6.img
 
         initrd /initrd-2.6.18-1.2798.fc6.img
  
{{include_html banner_html, "!FedoraCora"}}
+
{{include_html [[banner_html]], "!FedoraCora"}}

2020年2月16日 (日) 04:25時点における最新版

Fedora Core 6 デフォルトで起動するカーネルを変更

{{include_html banner_html, "!Xen"}} /boot/grub/grub.conf

Xen用のカーネルから起動するように、default=1 を default=0に修正する。

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.19-1.2895.fc6xen)
        root (hd0,0)
        kernel /xen.gz-2.6.19-1.2895.fc6
        module /vmlinuz-2.6.19-1.2895.fc6xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet
        module /initrd-2.6.19-1.2895.fc6xen.img
title Fedora Core (2.6.19-1.2895.fc6)
        root (hd0,0)
        kernel /vmlinuz-2.6.19-1.2895.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
        initrd /initrd-2.6.19-1.2895.fc6.img
title Fedora Core (2.6.18-1.2798.fc6)
        root (hd0,0)
title Fedora Core (2.6.18-1.2798.fc6)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
        initrd /initrd-2.6.18-1.2798.fc6.img

{{include_html banner_html, "!FedoraCora"}}