差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
linux:fedora:fedora_22_grub_rescue [2024/02/04 10:00] – 削除 - 外部編集 (Unknown date) 非ログインユーザー | linux:fedora:fedora_22_grub_rescue [2024/02/04 10:00] (現在) – ↷ linux:fedora_22_grub_rescue から linux:fedora:fedora_22_grub_rescue へページを移動しました。 ともやん | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== Fedora 22 で起動時に grub rescue が表示される ====== | ||
+ | Fedora 22 で起動時に以下のエラーが表示される。\\ | ||
+ | < | ||
+ | . | ||
+ | error: ../ | ||
+ | Entering rescue mode... | ||
+ | grub rescue> | ||
+ | </ | ||
+ | ===== grub rescue mode ===== | ||
+ | < | ||
+ | grub rescue> ls | ||
+ | (hd0) (hd0, | ||
+ | grub rescue> ls (hd0, | ||
+ | error: ../ | ||
+ | grub rescue> ls (hd0, | ||
+ | error: ../ | ||
+ | grub rescue> ls (hd0, | ||
+ | ./ ../ lost+found/ eli/ grub2/ extlinux/ .vmlinuz-3.19.7-200.fc21.x86_64.hmac .vmlinuz-4.0.4-202.fc21.x86_64.hmac .vmlinuz-4.1.10-200.fc22.x86_64.hmac .vmlinuz-4.1.8-100.fc21.x86_64.hmac System.map-3.19.7-200.fc21.x86_64 System.map-4.0.4-202.fc21.x86_64 System.map-4.1.10-200.fc22.x86_64 System.map-4.1.8-100.fc21.x86_64 config-3.19.7-200.fc21.x86_64 config-4.0.4-202.fc21.x86_64 config-4.1.10-200.fc22.x86_64 config-4.1.8-100.fc21.x86_64 elf-memtest86+-5.01 initramfs-3.19.7-200.fc21.x86_64.img initramfs-fedup.img initramfs-0-rescue-7725dfc225d14958a625ddaaaea5962b.img initramfs-4.0.4-202.fc21.x86_64.img initramfs-4.1.10-200.fc22.x86_64.img initrd-plymouth.img memtest86+-5.01 vmlinuz-3.19.7-200.fc21.x86_64 vmlinuz-fedup vmlinuz-0-rescue-7725dfc225d14958a625ddaaaea5962b vmlinuz-4.0.4-202.fc21.x86_64 vmlinuz-4.1.10-200.fc22.x86_64 vmlinuz-4.1.8-100.fc21.x86_64 | ||
+ | grub rescue> set prefix=(hd0, | ||
+ | grub rescue> insmod (hd0, | ||
+ | grub rescue> insmod normal | ||
+ | grub rescue> normal | ||
+ | </ |