当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > Reinstall the boot manager.

Unix/Linux
IBM服务器中所用到UNIX系统AIX
Linux操作系统下常见文件类型分析
RHCE认证考试心得
RHCE认证考试的考前准备
Redhat认证考试心得之二满分通过TroublesShooting
Redhat认证考试心得之一死记硬背篇
让多台电脑上网,多重上连ISP的路由设置
解决Linux下批量添加大量账户的问题
使用TRA命令进行磁带备份的命令汇总
快速让你的RedHat9支持NTFS文件系统
Linux系统管理员秘技:用快捷命令一招制胜
选择一种 Linux 发行版
详谈Linux 2_4_x内核信号量机制
Red Hat Linux 入门指南
Red Hat Linux 定制指南
桌面应用:宽屏笔记本,915GM芯片组,Linux的设置
桌面应用:FC3常见问题处理方法
cvs server on RH9
搞Linux安全的注意了,现在有SSH的暴力破解软件
Linux下硬盘分区最佳方案

Unix/Linux 中的 Reinstall the boot manager.


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 117 ::
收藏到网摘: n/a

Windows killed my boot manager! How do I get it back?
3.9. Windows killed my boot manager! How do I get it back?You can reinstall the boot manager FreeBSD comes with in one of three ways:Running DOS, go into the tools/ directory of your FreeBSD distribution and look for bootinst.exe. You run it like so:...\TOOLS> bootinst.exe boot.binand the boot manager will be reinstalled.Boot the FreeBSD boot floppy again and go to the Custom installation menu item. Choose Partition. Select the drive which used to contain your boot manager (likely the first one) and when you come to the partition editor for it, as the very first thing (e.g. do not make any changes) select (W)rite. This will ask for confirmation, say yes, and when you get the Boot Manager selection prompt, be sure to select ``Boot Manager''. This will re-write the boot manager to disk. Now quit out of the installation menu and reboot off the hard disk as normal.Boot the FreeBSD boot floppy (or CDROM) and choose the ``Fixit'' menu item. Select either the Fixit floppy or CDROM #2 (the ``live'' filesystem option) as appropriate and enter the fixit shell. Then execute the following command:Fixit# fdisk -B -b /boot/boot0 bootdevicesubstituting bootdevice for your real boot device such as ad0 (first IDE disk), ad4 (first IDE disk on auxiliary controller), da0 (first SCSI disk), etc.