(e)LILO MBR Dump Please!


Recommended Posts

OK, I confess, I'm taking the easy way here...

I don't feel like installing Linux, removing castrating GRUB, and putting Lilo instead.

Does anyone have LILO installed? If so, can you *please* (pretty please?) provide me with an MBR dump?

Here's the code to do it:

dd if=/dev/hda2 of=LILO.mbr bs=512 count=1

where LILO.mbr is you might want to specify a path (such as /home/me/Desktop/LILO.mbr)

Thanks guys!

Link to comment
Share on other sites

^^^ You don't want the whole MBR. :ermm:

That contains the partition table, and you don't want to overwrite that with someone else's data.

You may already know that, but just in case you didn't, you know.... ;)

Link to comment
Share on other sites

Hi Mark..

Yeah.... that's true.

Thankfully I'm not using this to overwrite an existing MBR.. it's for a program I'm working on, I needed dumps of the different common linux bootloaders.

I have grub, just needed this.

Guess no one has it, thanks anyway guys.

Link to comment
Share on other sites

  • 2 weeks later...

Thanks guys, that's a good thing-in-a-way for me then.

I needed it for the now-released EasyBCD 1.5, which now supports booting Linux via GRUB from the Vista bootloader...

The good news is that most people use GRUB, so the fact that that's what it requires isn't a big deal... Bad news is I still don't have Lilo support... lol.

I'll be installing FC6 for a couple of days before final comes out, I'll take that to-be-formatted opportunity to get Lilo installed :)

Link to comment
Share on other sites

root@HATHOR:/home/h3xis# dd if=/dev/hda2 of=LILO.mbr bs=512 count=1
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.025916 seconds, 19.8 kB/s

Is this what you want?

I think what he wants is the actual 512B worth of MBR...

Link to comment
Share on other sites

Yes please :) (as Dave says)

It should have spit out a file called LILO.mbr to /home/h3xis/

Can you please email me it over to computerguru@neosmart.net?

Thank you!

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.