消えゆく世界と流れる未来に最後の灯を since 2006/4/3
error: unknown file system
grub rescue>
たぶんGRUB rescue全般に効くのではないかと思いましたが、どうなんだろ?grub rescue> ls
(hd0), (hd0,msdos4), (hd0,msdos3), (hd0,msdos2), (hd0,msdos1)
grub rescue> ls (hd0,msdos4)
./ ../ lost+found/ etc/ media/ var/ bin/ boot/などなど
()はShift+9,0で打てる。また、=はチルダ(これ→^)の所をShift押さずに入力。 どうやら(hd0,msdos4)というところにLinuxのパーティションが入ってるっぽい。 そして、何故かパーティションが一つ増えてる。もしかしてWin10のインストール用か?
grub rescue> set prefix=(hd0,msdos4)/boot/grub2
grub rescue> set root=(hd0,msdos4)
grub rescue> insmod (hd0,msdos4)/boot/grub/i386-pc/normal.mod
error: file '/i386-pc/net.mod' not found
冷や汗。# mount /dev/sda4 /mnt
# grub2-install target=i386-pc root-directory=/mnt /dev/sda
で、再起動。うまくいった。