LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-05-2007, 10:43 PM   #1
elekt
LQ Newbie
 
Registered: Aug 2004
Distribution: Mandrake
Posts: 23

Rep: Reputation: 15
Boot manager backup


Hello:

i have to reinstall my other OS, but i do not wish to lose the boot manager, is there a way to back it up or install it, with out the need to reinstall ubuntu?

thanks in advance
 
Old 08-05-2007, 10:51 PM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
This will put the contents of the Master Boot Record of /dev/hda in a file /hda-mbr.dd.
Code:
dd if=/dev/hda of=/hda-mbr.dd bs=512 count=1 conv=notrunc,noerror
This will restore it.
Code:
dd if=/hda-mbr.dd of=/dev/hda bs=512 count=1 conv=notrunc,noerror
I always perform this MBR backup before I use tar to back up the root partition.
 
Old 08-05-2007, 11:09 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,141

Rep: Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123
Not worth the trouble IMHO - just as easy to re-install. Given that the partitions may change during an install, "bs=1 count=446" could be better in both commands.
 
  


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
backup-manager doesn't increment pjo Ubuntu 2 01-21-2007 06:16 AM
Tape Backup file manager build atripathy86 Linux - Software 2 06-26-2006 07:08 AM
LXer: Consistent backup with Linux Logical Volume Manager (LVM) snapshots LXer Syndicated Linux News 0 06-02-2006 04:21 PM
Smart Boot Manager wont boot dos on logical part. AlanL Linux - Software 5 09-01-2005 12:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 06:30 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