Master Boot Record Editing

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Master Boot Record Editing
# 1  
Old 04-27-2012
Master Boot Record Editing

Hello everyone,

I'm having some difficulty trying to convert a MBR file with hex codes into a "translated" version, where the output explains the contents of the file. For example, a table of primary partitions that I want to translate into plain english:

Code:
--- MBR: ---

Partition 1 - 80 01 01 00 83 FE 3F 01 3F 00 00 00 43 7D 00 00
Partition 2 - 00 00 01 02 83 FE 3F 0D 82 7D 00 00 0C F1 02 00
Partition 3 - 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Partition 4 - 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00



--- Translation: ---

partition 1: ID=0x83, active, starthead 1, startsector 63, 32067 sectors;
partition 2: ID=0x83, starthead 0, startsector 32130, 192780 sectors, code offset 0x48

According to a webpage I found, it can be done by using the following commands:

Code:
a) $dd if=/dev/YOUR_DATA_STORAGE_DEVICE of=DESTINATION_FILE bs=512 count=1

b) $file YOUR_EXTRACTED_MBRE

The only problem is that I'm looking for a way to do this in Windows through a text-editor of some sorts. I have a .txt file with the hex values as plain text (80 01 01 00 83 FE 3F 01 3F 00 00 00 43 7D 00 00 etc...). Any assistance would be appreciated. Thanks!
This User Gave Thanks to touvlo2000 For This Post:
# 2  
Old 04-28-2012
Is it possible I can give the MBR hex code to someone with Unix to solve this for me?
# 3  
Old 04-28-2012
Solve what? Having the MBR won't give me the ability to write to your disk's MBR in Windows. I don't think the information you have is anywhere near complete enough to use, anyway. The DESTINATION_FILE is what you were supposed to keep.

IOW, if you'll tell us what you're trying to do and not just how you're trying to do it, maybe we can get a complete enough picture to help.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

How to recover x86 Solaris 10 u10 boot record/grub menu overwritten by Debian 9?

I installed x86 Solaris 10 update 10 after Windows XP, later I removed xp and installed Debian 9 stretch on the same partition but, Debian couldn't find any other os so it deleted Solaris 10 grub or did something like that I couldn't got. I thought I would be able to recover the lost record by... (0 Replies)
Discussion started by: vectrum
0 Replies

2. UNIX for Beginners Questions & Answers

Question about Volume Boot Record

Hello and thanks in advance for any help anyone can offer Hopefully this is a simple question but is the Volume Boot Record (VBR) only used in Windows? I've seen references to it in relationship to Windows & not Linux... but I'm not sure if that means it's unique to Windows or not. If it is... (1 Reply)
Discussion started by: bodisha
1 Replies

3. AIX

Error received when I was trying to check state of boot record

Hello, This is a test/lab LPAR. Recently installed and updated the SP/TL. everything seems to be working fine. (ran all post install checks) I checked the state of boot record, received the following error/failed message. Can you please explain what does this mean ? />ipl_varyon -i ... (1 Reply)
Discussion started by: dio34
1 Replies

4. Shell Programming and Scripting

Convert vi editing to text editing

Dear Guru's I'm using Putty and want to edit a file. I know we generally use vi editor to do it. As I'm not good in using vi editor, I want to convert the vi into something like text pad. Is there any option in Putty to do the same ? Thanks for your response. Srini (6 Replies)
Discussion started by: thummi9090
6 Replies

5. UNIX Desktop Questions & Answers

How can I replicate master master and master master MySQL databse replication and HA?

I have an application desigend in PHP and MySQl running on apache web server that I is running on a Amazon EC2 server Centos. I want to implement the master-master and master slave replication and high availability disaster recovery on this application database. For this I have created two... (0 Replies)
Discussion started by: Palak Sharma
0 Replies

6. UNIX for Dummies Questions & Answers

Where is the master boot record located?

From doing some research it should be /dev/sda (SCSI drive) but mine doesn't display that. How can I find out where it is located? (1 Reply)
Discussion started by: shorty
1 Replies

7. UNIX for Dummies Questions & Answers

Does WIN2K stomp on the boot record like NT?

My home PC is dual boot with Linux and Win98. I want to upgrade both to a newer version, and have the Linux CD's now. What I need to know is does Win2K Pro stomp (write over LiLo) on the boot record like NT (2 Replies)
Discussion started by: 98_1LE
2 Replies
Login or Register to Ask a Question