惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
I
InfoQ
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
Y
Y Combinator Blog
博客园_首页
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
C
Check Point Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Engineering at Meta
Engineering at Meta
B
Blog
爱范儿
爱范儿
Stack Overflow Blog
Stack Overflow Blog
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
F
Fortinet All Blogs
月光博客
月光博客
GbyAI
GbyAI

方永、南天紫雲

linux透明代理 技术的边界 停机问题通俗说明 Rust与oracle、redis集群的纠结 学习能力的增长 微信调试的原语 mac外接移动硬盘安装ArchLinux linux的死机问题 linux下全键盘操作 漂亮又好用的bspwm linux本机透明代理 ssh、mosh、autossh linux不能待机又一例 从WordPress切换到Hugo 折腾电脑开机 linux系统QQ新思路 Arch Linux的字体渲染 svn管理之submin OpenWrt自动fucking墙記錄 二维码(qrcode)名片的一些事儿 用lua nginx module搭建一个二维码(qr code)生成器 CentOS 7 安裝註記 php程序連接MySQL时只能127.0.0.1而localhost無法連接的問題 ThinkPad之FAN_ERROR、hi fi聲卡 jetty多端口部署 OpenWrt簡單暴力限網 linux中cron之PATH变量 OpenWrt的WDS無線橋接模式 再敘OpenWrt下的rtl8187無線中繼 sed之模擬tail
無光驅無USB無軟驅,怎麼修復硬盤MBR?
zola · 2013-06-05 · via 方永、南天紫雲

朋友的T42,光驅不怎麼好用,無軟驅,U口全壞,啓動時光標在黑背景上一直閃動,就是美麗的微軟的LOGO不出現。

之前被人誤判爲硬盤損壞,遂一直閑放着。近日無聊打開觀察,想到之前此硬盤安裝過grub,很有可能只是MBR損壞。借一電腦,置換硬盤,U盤PE啓動,發現有4個分區,讀寫正常,diskgen修復MBR,ghost系統並重啓,正常。再把硬盤換回來,啓動提示disk I/O error,無法。幾日後,PXE網啓將第一分區重新格式化,默認分區單元4096,MAXDOS安裝系統重啓,一切正常。

總結幾點:

  1. 再高的高手,也會判斷失誤。

  2. 黑背景上光標閃動而停止啓動一般與MBR有關。

  3. 前一文已說過,Windows系統盤格式化時要選32K以下的簇大小,否則會disk I/O error 。

  4. 網絡啓動其實要求很低,很古老的電腦就有此功能,新的更不必說了。只需一根網線,另一臺電腦上有帶PXE的DHCP服務器及tftp服務器,而這功能,只需tftpd32就能實現。附上經過驗證的tftpd32的配置:

[DHCP]
Lease_NumLeases=7
IP_Pool=1694607552
PoolSize=20
BootFile=GRLDR
DNS=1677830336
Mask=16777215
Gateway=1677830336
DomainName=
Lease (minutes)=2880
[TFTPD32]
BaseDirectory=.
TftpPort=69
Hide=0
WinSize=0
Negociate=0
PXECompatibility=1
DirText=0
ShowProgressBar=1
Timeout=30
MaxRetransmit=6
SecurityLevel=1
UnixStrings=1
Beep=0
VirtualRoot=1
MD5=0
LocalIP=
Services=5
TftpLogFile=
SaveSyslogFile=
PipeSyslogMsg=0
LowestUDPPort=0
HighestUDPPort=0
MulticastPort=0
MulticastAddress=
PersistantLeases=0
DHCP Ping=0
DHCP LocalIP=
Max Simultaneous Transfers=100
UseEventLog=0
Console Password=tftpd32
Support for port Option=0
Keep transfer Gui=5
Ignore ack for last TFTP packet=0
Enable IPv6=0