インストール 開始しましょう
本来 この計算機 ( PC-VS7006DB NEC )には フロッピディスクドライブ は ついていません Mac 用の usb フロッピ ドライブを 借用します。
フロッピディスクドライブ に bootdisk を 挿入して 電源を入れます。以 下書き写しのため 誤記 ご勘弁下さいませ。
最初 このような 文字列の 画面が 現れます。
GRUB Loading stage2 ...
そうして このような画面に 替わります。
GRUB version 0.92 (639K lower / 228288K upper memory)plamo-installer
Use the ↑ and ↓ keys to select which entry is highlighted. Press enter to boot the selected OS, 'e' to edit the commands before booting, or 'c' for a command-line. The highlighted entry will be booted automatically in 30 seconds.
このときに e を 入力します。ほーっておくと 30秒後 かってに 起動しますので (この場合 オプションを指定したいので すかさず e キー を 押します)そ うしない場合は オプション無しの 起動という事になります。
GRUB version 0.92 (639K lower / 228288K upper memory)
kernel (fd0)/vmlinuz root=/dev/ram0 rw
pause change root fd now
initrd (fd0)/initrd.gz
Use the ↑ and ↓ keys to select which entry is highlighted.
Press 'b' to boot, 'e' to edit the selected command in the
boot sequence, 'c' for a command-line, 'o' to open a new line
after ('O' for before) the selected line, 'd' to remove the
selected line, or escape to go back to the main menu.
再度 e を 入力します。
[ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename. ESC at any time exits.] grub edit > kernel (fd0)/vmlinuz root=/dev/ram0 rw_
”rw_” アンダーバー が ブリンクしています。
[ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename. ESC at any time exits.] grub edit > kernel (fd0)/vmlinuz root=/dev/ram0 rw_
以下のものを追記します
grub edit > kernel (fd0)/vmlinuz root=/dev/ram0 rw vga16 vga=0x301 unicon=eucjp
この場合 vga16 vga=0x301 unicon=eucjp という 文字列に対して 根拠が有る わけでは有りません 動作したパターン ということで考えて下さい
vga=0x301 として vga=0x317 に していないのは 何故 といわれると 困るの ですが まあ試行錯誤して頂ければ よろしいでしょう。 (redhat 9 の場合は vga=0x317 でも 良かったのですが!)
本来 基本的には 何もせず インストール 出来る筈なのですが
追加してしまうと 表示が おや? と思いますが
[ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename. ESC at any time exits.] <icon=eucjp
カーソルを動かすと
[ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename. ESC at any time exits.] grub edit > kernel (fd0)/vmlinuz root=/dev/ram0 rw vga16 vga=0x301 unicon=eucjp
”eucjp” の ”p ”がブリンクしています。
今回はこれだけ追加ですので Enter キーを 押します。
GRUB version 0.92 (639K lower / 228288K upper memory)
kernel (fd0)/vmlinuz root=/dev/ram0 rw vga16 vga=0x301 unicon=eucjp
pause change root fd now
initrd (fd0)/initrd.gz
Use the ↑ and ↓ keys to select which entry is highlighted.
Press 'b' to boot, 'e' to edit the selected command in the
boot sequence, 'c' for a command-line, 'o' to open a new line
after ('O' for before) the selected line, 'd' to remove the
selected line, or escape to go back to the main menu.
後は b キーを 押します 起動させるわけです。
Booting command-list kernel (fd0)/vmlinuz root=/dev/ram0 rw vga16 vga=0x301 unicon=eucjp [Linux-bzImage, setup=0x1400,size=0x13ab4f] change root fd now _
アンダーバー が ブリンクしています。 ここで 改変した rootdsk.pcmcia と 入れ換えて Enter キー を押します。
さていかがになるでしょう!
にゃんたろう 拝!
2009年 9月11日 (金) 21:12:48 JST 作成