Hello dear guest!

Boot Land is a community driven site established since 2006 and focused on data recovery/backup boot disks, research of Windows 2000/XP/2003/Vista/7 install/deployment/antivirus tools, customizing Windows PE systems and even learning how to recover from disaster situations.

How about joining our boot disk community? So do it. Life's short!

  - You get free access to our newsletter with all the interesting buzz about boot disks
  - We share publicity revenue with everyone who wishes to participate at the forums
  - Publicity is never, never, never displayed to members (along with many other cool things)
http://boot-land.net/register

2 Pages V   1 2 >  
Reply to this topic
 GUI for MBRFIX, In the works
post Apr 28 2008, 11:52 AM
Post #1
fuwi
Member   **
Group: Advanced user

  Joined: 23-August 06 From: Switzerland

Posts: 38
Thank(s): 2


Switzerland


currently (in my spare time) i'm programming an all-in one-GUI for MbrFix (from http://www.sysint.no)
and for bootsect.exe (from Microsoft Vista).

The Startscreen looks like this:


fuwi


1 user(s) said "Thank you!" to fuwi for this fantastic post:
Nuno Brito
+Quote Post
post Apr 29 2008, 04:39 AM
Post #2
TheHive
Platinum Member   ******
Group: .script developer

  Joined: 14-July 06
Posts: 3,104
Thank(s): 82


Nice clean Gui. It will make a great addition.
Just a suggestion. Since the middle upper right button Maximize is not being used, Can you instead put a small question mark that when click gives explanations to what MBR is and what Partition Boot code is.

What is Partition Boot Code?


--------------------
+Quote Post
post Apr 29 2008, 07:02 AM
Post #3
fuwi
Member   **
Group: Advanced user

  Joined: 23-August 06 From: Switzerland

Posts: 38
Thank(s): 2


Switzerland


CODE
What is  Partition Boot Code?

"Partition Boot Code" means the Bootsector, see jaclaz posting above.

is this more clear?


fuwi
+Quote Post
post Apr 29 2008, 01:00 PM
Post #4
MedEvil
Platinum Member   ******
Group: .script developer

  Joined: 29-December 06
Posts: 4,490
Thank(s): 113


I think you could leave the >code< part out of the descriptions.

cheers.gif


--------------------
NaughtyPE - The Multimedia PE!
Requirements: WB072 or 077RC2, XPSP2/W2k3SP1 source, Pentium CPU, 128MB RAM (256MB to use video players)
+Quote Post
post Apr 29 2008, 03:05 PM
Post #5
Nuno Brito
Platinum Member   ******
Group: .script developer

  Joined: 13-July 06 From: Pittsburgh

Posts: 7,849
Thank(s): 341


Portugal


Good work! thumbup.gif

But shouldn't you have posted this GUI on the project forge section? whistling.gif
http://www.boot-land.net/forums/?showforum=64

Keep it up! smile.gif


--------------------
http://f0rums.com - grab a free forum to include inside your site.
+Quote Post
post Apr 29 2008, 05:53 PM
Post #6
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,224
Thank(s): 547


Italy


QUOTE (Nuno Brito @ Apr 29 2008, 05:05 PM) *
Good work! thumbup.gif

But shouldn't you have posted this GUI on the project forge section? whistling.gif
http://www.boot-land.net/forums/?showforum=64

Keep it up! smile.gif


Actually there is not (yet wink.gif) ANY GUI, fuwi posted in another thread:
http://www.boot-land.net/forums/index.php?showtopic=4476
and I moved it here to a new topic, as it had no or little relevance there.



jaclaz


--------------------
+Quote Post
post Apr 30 2008, 06:05 AM
Post #7
TheHive
Platinum Member   ******
Group: .script developer

  Joined: 14-July 06
Posts: 3,104
Thank(s): 82


QUOTE (fuwi @ Apr 29 2008, 01:02 AM) *
CODE
What is  Partition Boot Code?

"Partition Boot Code" means the Bootsector, see jaclaz posting above.

is this more clear?


fuwi

This one is better because I can find info on the Bootsector, but I could not find any info on Partition Boot Code.


--------------------
+Quote Post
post Apr 30 2008, 09:24 AM
Post #8
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,224
Thank(s): 547


Italy


Just to clarify:

The MBR is the first sector of a hard disk.

The bootsector is the first sector (several sectors in the case of NTFS) of a partition.

BOTH MBR and bootsector have a "dual" nature, a part that is "static" and a part that is "dynamic".

The "static" part is boot code, and given an Operating System and filesystem (and in some cases language), it will be exactly the same on all hard disks partitioned and/or formatted on that OS.

The "dynamic" part is composed of addresses, labels, serials, signatures, that are peculiar to each hard disk and that will always, at least partially, be different between two identical hard disks partitioned and/ir formatted with the same OS.

The MBR has mainly three parts:
1) Boot code - static (within same language)
2) Partition data or partition table - dynamic
3) Disk signature (only on NT/2K/XP/2003/Vista) - dynamic

The bootsector has manly four parts:
1) Boot code - static (within same language)
2) Partition and filesystem data - dynamic
3) Volume serial - dynamic
4) Volume label - dynamic

MBRfix is capable, KEEPING the dynamic data UNCHANGED, to rewrite the static data of the MBR of a HD, be aware that it will refresh or rewrite English code.

Bootsect.exe is capable, KEEPING the dynamic data UNCHANGED, to rewrite the static data of the Bootsector of a partition, be aware that it will refresh or rewrite code in the language of the source.

Programs like PTEDIT, PTEDIT32, BEEBLEBROX, MBRWIZARD, Roadkil's BOOTBUILDER, are aimed mainly to the opposite, i.e. to changing the dynamic data keeping the static ones UNCHANGED.

In the context of this app:
bootsector code=partition boot code
MBR code = HD boot code

first terms are more accurate.

jaclaz


--------------------
+Quote Post
post May 1 2008, 02:54 PM
Post #9
ktp
Silver Member   ****
Group: Advanced user

  Joined: 16-February 07
Posts: 546
Thank(s): 25


Be careful : with latest version of MBRfix, using the fixbootsector option, I experienced twice the writing of boot sector to wrong hard disk. MBRfix use drive number and partition number (use mbrfix /drive n driveinfo, mbrfix /drive n listpartitions command first to check).

I did check carefully the drive number and partition number before using the write option (fixbootsector). But MBRfix writes to wrong hard disk (not the drive number I put in the command). So be very careful with this new option, and always backup first the boot sector, then double check the final result afterwards, unplug and replug and check if necessary for external hard disks, since otherwise the problem will be observed only on next reboot or next plug-in.
+Quote Post
post May 1 2008, 06:46 PM
Post #10
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,224
Thank(s): 547


Italy


QUOTE (ktp @ May 1 2008, 04:54 PM) *
Be careful : with latest version of MBRfix, using the fixbootsector option, I experienced twice the writing of boot sector to wrong hard disk. MBRfix use drive number and partition number (use mbrfix /drive n driveinfo, mbrfix /drive n listpartitions command first to check).


That appears like a SERIOUS bug, did you notice Kaare Smith about it? unsure.gif

jaclaz


--------------------
+Quote Post

2 Pages V   1 2 >
Reply to this topic
1 User(s) are reading this topic ()


  

Collapse

  Topic Replies Topic Starter Views Last Action
No New Posts Force AHCI through a parameter
0 adem0x 54 Yesterday, 10:17 PM
Last post by: adem0x
No New Posts Formatting large usb drives
2 combutor 189 29th January 2010 - 09:08 AM
Last post by: Wonko the Sane
No New Posts Format USB stick without HP Format tool
are there scriptable alternatives that run under xp,vista and 7?
5 ctmag 1,358 6th November 2009 - 04:49 PM
Last post by: was_jaclaz
No New Posts Forum fatal error message clicking one topic
1 ktp 542 28th October 2009 - 07:38 PM
Last post by: was_jaclaz
No new Pinned: Topic has attachmentsGuides about TFTPD32 and PXE LAN booting
A small list of tutorials found around the web
23 Nuno Brito 93,984 15th October 2009 - 08:14 AM
Last post by: julie