|  | 
| 已经用微软官方的Windows 7 USB DVD Download Tool制作了tf卡的启动盘,tf卡被程序自动格式化ntfs,经平板电脑测试不能启动。 
 故障表现为:
 
 系统未死机,键盘灯可以开关,但一直黑屏无显示,左上角有光标闪烁。
 
 
 按不点大神指点,把配置grub4dos两个配置文件复制到平板电脑硬盘,可以正常启动grub4dos菜单,在命令行下测试以下命令:
 
 map --status 可以列出有多少个软盘和硬盘。
 结果:
 floppies_orig=1, harddrives_orig=1,floppies_curr=1,harddrives_curr=1
 Number of ATAPI CD-ROMs: 0
 ram_drive=0x7f, rd_base=0*0, rd_size=0*100000000
 
 root 命令可以显示当前的设备。
 结果:
 (hd0,0)filesystem type is ntfs, partition type 0*07
 
 geometry 命令可以显示设备的 CHS 信息。
 结果:
 drive 0*80(LBA): c/h/s=3892/255/63, sector count/size=62524980/512
 partition num: 0, active, filesystem type is ntfs, partition type 0*07
 partition num: 4, filesystem type is fat, partition type 0*0B
 
 (我的平板电脑硬盘是分成两个区,主分区是ntfs,装了win7,逻辑分区是fat32,资料盘)
 
 cat --hex (fd0)+1 (测试TF卡是否被认为成软驱)
 结果:
 Error 1: Filename must be either an absolute pathname or blocklist
 
 
 怎么感觉好像没有TF卡的?
 
 [ 本帖最后由 redbee 于 2012-1-30 00:44 编辑 ]
 | 
 |