我意外损坏了我的 Windows XP 安装(我用它来测试程序)。幸运的是,我之前复制了安装文件。现在我通过 FreeDOS 创建了一个分区,并将 Windows XP 文件复制到其中。但我知道没有 MBR 就无法启动。我拥有启动所需的所有文件:autoexec.bat, config.sys, io.sys, msdos.sys, and ntldr.
所以我想知道如何使用 FreeDOS 将 Windows XP MBR 安装到分区。
答案1
Freedos 应该包括磁盘管理实用程序,它具有开关/cmbr DRIVENUMBER
和/mbr DRIVENUMBER
。
MBR (Master Boot Record) modification:
/AMBR [drive#] Writes the MBR stored in the "boot.mbr" file to 'drive#'.
/BMBR [drive#] Writes the BOOTEASY MBR to 'drive#'.
/CMBR [drive#] Creates the MBR.
/MBR [drive#] Writes the standard MBR to 'drive#'.
/SMBR [drive#] Saves the current MBR on 'drive#', into a file called
"boot.mbr".
/RMBR [drive#] Removes the MBR from 'drive#'.
我相信使用不带开关的 fdisk 应该可以帮助您找到所需的驱动器编号。