|
发表于 2008-2-28 13:28:40
|
显示全部楼层
Post by forstef;1819684
GNU GRUB version 0.97 (640K lower / 3072K upper memory)
[ 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. ]
grub> root (hd0,4)
Filesystem type unknown, partition type 0x1b
grub> setup (hd0,4)
Error 17: Cannot mount selected partition
grub>
不知道你是不是真的这么解决的,但是看你贴出来的文字来看,grub> setup (hd0,4) 应该改成grub> setup (hd0)。 |
|