Jewel-mmo開発日記

RubyでMMORPGを作る過程を記録する日記。 Yokohama.rb 発起人。
2006-11-18

GNU GRUB

poqute 君からツッコミをもらったので少し試してみる。

root (hd0,0)
#=> Filesystem type is ext2fs, partition type 0x83

root (hd0,1)
#=> Filesystem type is unknown, partition type 0x5

root (hd0,2)
#=> Error 22: No such partition

root (hd0,3)
#=> Error 22: No such partition

root (hd0,4)
#=> Filesystem type is unknown, partition type 0x82

root (hd0,5)
#=> Filesystem type is ext2fs, partition type 0x83

ふうむ。パーティション2と3が壊れて見えなくなったのかな?

それとも0が /boot だろうか。ext2のファイル一覧を見ることはできないのかなあ。