まあ こういう感じです。
GRUB loading ....
Welcome to GRUB!
そうして まあ 画面を眺めておきましょう
GNU GRUB version 2.04
---------------------------------------------------------
|*GNU/linux |
|Advanced options for GNU/Linux |
|_______________________________________________________|
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 executed automatically in 5s.
本来は 別の grub.cfg の 項目ではあるが 無理やり起動している感じ
Booting "GNU/Linux"
で もって 沢山 沢山 沢山 エラー が 出ます。
Booting "GNU/Linux" ... error: file '/boot/grub/i386-pc/reiserfs.mod' not found error: file '/boot/grub/i386-pc/odc.mod' not found ... error: file '/boot/grub/i386-pc/affs.mod' not found error: no such device: fa62d514-636f-404e-9079-0e74389c9514. Loading Linux 5.8.3-lfs10.0 ... error: file '/boot/vmlinuz-5.8.3-lfs-10.0' not found. Press any key to continue ...
まあ 色々キーを押していると 画面が 変わりますが 起動の状態で ”c ” で もって
以下の様な画面に なるでしょう
GNU GRUB version 2.04 Minimal BASH-like line editing is supported.For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions. ESC at any time exits. grub>
初期の 状態で ”c ” を押した時はきっと ”insmod part_msdos ” が まだの状態ですのできっと
... grub > ls (proc) (hd0) ....
の 状態になるでしょうが 一度 無理やり 起動を試みているので ”insmod part_msdos ” は もう有効になっているので
... grub> ls (proc) (hd0) (hd0,msdos11) (hd0,msdos10) ...(hd0,msdos3)...(fd0)
の 様になっているでしょう
今回 の 場合は 立ち上げるのは 最初のハードディスクの 3番目 の 物を立ち上げるので
grub> ls (hd0,msdos3)/boot /* 入力すると */ vmlinuz-5.8.3-lfs-10.0 System.map-5.8.3 config-5.8.3 grub/
の 様に /boot の 内容が 表示 されるでしょう。
さすれば この場合 補完 が 有効になっているので ” vm ” で ”TAB ”押さえれば ...
grub> sed root=(hd0,msdos3) grub> linux /boot/vmlinuz-5.8.3-lfs-10.0 root=/dev/sda3 ro grub> boot
” grub> ”の プロッンプト の 後に それぞれ 入力し 最後に ” boot ” と 入力 すれば 上手く行けば 起動するでしょう。
幸いな ことに にゃんたろう は 起動しました拝!
にゃんたろう 拝!
2021年 4月 30日 金曜日 21:01:57 JST 作成