LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-02-2010, 10:50 AM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Rep: Reputation: 255Reputation: 255Reputation: 255
Which program can boot a copy of the MBR (fake MBR) using mbr.bin


Hello

I have a strange disk. I have a working mbr.bin file that has been made by windows. With it I can boot windows. With grub, nope.
I did bs with 512 and count with 1.


Which program can boot a copy of the MBR (fake MBR) using mbr.bin
 
Old 12-02-2010, 03:54 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,010

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
I may be way wrong on this.

I suspect you could use grub to chainload to that file. Why you want to do it is beyond me though.
 
Old 12-02-2010, 04:23 PM   #3
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by jefro View Post
I may be way wrong on this.

I suspect you could use grub to chainload to that file. Why you want to do it is beyond me though.
I guessed too but I checked google, map, forums... no idea how
I performed test , too no way
 
Old 12-02-2010, 07:23 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,010

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
I am sure I have read somewhere how to do that. Maybe it was grub4dos or some other deal. Sorry, I can't remember now what it was. If no one else posts then make a similar post and maybe if it is 0 replies someone else may know for sure.
 
Old 12-02-2010, 10:32 PM   #5
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by jefro View Post
I am sure I have read somewhere how to do that. Maybe it was grub4dos or some other deal. Sorry, I can't remember now what it was. If no one else posts then make a similar post and maybe if it is 0 replies someone else may know for sure.
I do believe too. That would help a lot. However I am pretty sure that it is possible to boot the disk with a sort of fake mbr.bin, very surely. So if it is possible, so there is very certainly a program for that... google is your friend. Well, not always: for instance "mbr" "boot" "grub2" will give lot of possibilities, all and everything
 
Old 12-03-2010, 03:36 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,010

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
Maybe it was in Bart's pages as in nu2.nu
 
Old 12-03-2010, 11:40 PM   #7
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by jefro View Post
Maybe it was in Bart's pages as in nu2.nu
I found that maybe there is so way, but I still fight to pass my bin copy of mbr ...


Code:

title Hiren's BootCD 9.9
map --mem /f4_ubcd/HBCD/boot.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)

title ERD Commander XP (WinXP)\n\nA RAM-based modification of ERD Commander 5.0, with highly specialized tools for Windows XP
fallback 1
find --set-root /f4_ubcd/ERD5/XPLOADER.BIN
chainloader /f4_ubcd/ERD5/XPLOADER.BIN

title ERD Commander VISTA (Vista)\n\nMicrosoft Diagnostics and Recovery Toolset 6.0 for Vista
fallback 1
find --set-root /f4_ubcd/BOOT/bootmgr
chainloader /f4_ubcd/BOOT/bootmgr

title Dell System Restore MBR Repair Utility\n\nHelps you restore a Dell MBR and access restore partition w/ Ctrl+F11
fallback 1
map --mem /f4_ubcd/images/dell.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)

title Windows Recovery Console
fallback 1
find --set-root /f4_ubcd/CMDC/SETUPLDR.BIN
chainloader /f4_ubcd/CMDC/SETUPLDR.BIN

so back from trying:

Quote:
fallback 1
gives fallback not found


then


find is also not found

Quote:
chainloader /mbr.bin
give a reboot (so certainly it crashed, dont know)

Last edited by Xeratul; 12-03-2010 at 11:51 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
want to nuke the MBR & create new MBR di11rod Linux - Software 9 12-30-2006 08:25 AM
Restoring MBR :partitions are detected only after the reboot after MBR restoration? sharathksin Linux - Newbie 2 04-14-2006 07:48 AM
MBR zeroed. Can I verify backup MBR? TomF Linux - General 7 06-20-2005 05:28 PM
by tring to fix the MBR i damage the MBR that was help... AKAKAK Fedora 4 03-21-2005 08:18 AM
GRUB MBR overwritten by WIN98 MBR TOuseef Linux - General 7 11-14-2004 04:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration