Hi,<br><br>
<div><span class="gmail_quote">2007/9/7, Alessandro Brezzi <<a href="mailto:alessandro.brezzi@gmail.com">alessandro.brezzi@gmail.com</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Mikkel,<br><br>
<div><span class="gmail_quote">2007/9/7, Mikkel L. Ellertson <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mikkel@infinity-ltd.com" target="_blank">mikkel@infinity-ltd.com</a>>:</span> <span class="q">

<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Alessandro Brezzi wrote:<br>> If your "restore CD" is an image (as for Toshiba notebooks), you can zap 
<br>> your mbr in a live CD (F7 Live, Knoppix ...) using dd:<br>><br>> dd if=/dev/null of=/dev/sda bs=512 count=1<br>><br>> assuming your HD is SATA / SCSI allocated as sda<br>><br>> Another hint: are you shure to load from the restore CD and not from the HD? 
<br>><br>Just a word of caution - only do this is you want to wipe out the<br>partition table, as well as clear the mbr. I think using bs=492 will<br>clear the mbr wile leaving the partition table. (I could have the<br>
number wrong.) This is handy if you need to preserve smaller<br>partition sizes when you do a restore.<br><br>Mikkel</blockquote>
<div> </div></span>
<div>The number is 496 if you want only the load code to be voided. The parm count=1 is for zapping only the first track with mbr. For the partition table use bs=1 count=66 skip 466 </div>
<div> </div>
<div>HTH</div></div></blockquote>
<div> </div>
<div>... sorry, wrong typing; the corret block size is 466 and not 496. I apologize.</div>
<div> </div>
<div>-- <br>Alessandro Brezzi<br> </div></div>