junichi shinohara: October 2009 Archives

こんにちは、しのはらです。

GRUBでXenカーネルをシングルユーザーモードで起動する場合、
通常のカーネルと同じ手順ではシングルユーザーモードで起動しません。

通常のカーネルをシングルユーザーモードで起動する場合、 GRUBの最初の画面で、
「kernel~」の行の最後に「single」を 追加して起動します。
root (hd0,0)
kernel /vmlinuz-2.6.18-128.el5 ro root=/dev/VolGroup00/LogVol00 single
initrd /initrd-2.6.18-128.el5.img

Xenカーネルをシングルユーザーモードで起動する場合、 GRUBの最初の画面で、
「module /vmlinuz~」の行の最後に「single」を 追加して起動します。
root (hd0,0)
kernel /xen.gz-2.6.18-128.el5
module /vmlinuz-2.6.18-128.el5xen ro root=/dev/VolGroup00/LogVol00 single
module /initrd-2.6.18-128.el5xen.img

みなさまは、ハマらないでくださいね。

About this Archive

This page is a archive of recent entries written by junichi shinohara in October 2009.

junichi shinohara: September 2009 is the previous archive.

junichi shinohara: January 2010 is the next archive.

Find recent content on the main index or look in the archives to find all content.