联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
find --set-root /boot/grub/menu.lst #以上命令为手工加载菜单时准备 default 0 timeout 2 #splashimage /Boot/Grub/Splash.gz #foreground ffff00 fontfile /Boot/Grub/Fonts.gz #cdrom --init title 一键还原系统 map --mem /Boot/IMG/OneKeygh/ghost.img (fd0) map --hook chainloader (fd0)+1 rootnoverify (fd0) boot title 启动Micro PE chainloader /Boot/WXPE/LDRXPE boot title 重新启动计算机,恢复正常引导 map --mem /Boot/img/reboot.ima (fd0) map --hook chainloader (fd0)+1 rootnoverify (fd0) boot title 关闭计算机 halt
map --mem /boot/img/onekeygh/ghost.img (fd0) Warning: unreognized partition table for drive 80. Please rebuild it using a microsoft-compatible FDISK tool(err=7). Current C/H/S=16383/255/63 FAT16 BPB found with 0xEB (jmp) leading the boot sector. Warning: BPB total_sectors(17280) is greater than the number of sectors in the whole disk image (17220). The int13 handler will disable any read/write operations across the image boundary. That Means you will not be able to read/write sectors (in absolute address, i.e., lba) 17220-17279, though they are logically inside your file system. probed C/H/S = 240/2/36, probed total sectors = 17280 floppies_orig=0, harddrives_orig=1, floppies_curr=1, harddrives_curr=1 mpa --hook chainloader (fd0)+1 rootnoverify (fd0) Warning: unreognized partition table for drive 80. Please rebuild it using a microsoft-compatible FDISK tool(err=7). Current C/H/S=16383/255/63 root
Originally posted by 不点 at 2008-4-14 11:30 PM: 如果你很在乎,就干脆用微软的 fdisk 和 format 把这个盘做掉,再安装 grub 就好了。你也可以不理会这个警告。
Originally posted by fujianabc at 2008-4-15 10:39: 楼主碰到了所谓的“分区表不良“问题,也就是windows可以识别分区表,而grub不能识别,除了fdisk重建外,也可以手动改分区表修复。
Originally posted by 不点 at 2008-4-15 11:05 AM: 是的,配合下面的办法试试。 1. 截获分区表(即MBR一个扇区),最好截获 63 个扇区或者更多。存入一个文件,比如叫做 mymbr 2. 用 bootlace mymbr 来试 ...