LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-27-2013, 10:40 AM   #1
nanobahr
LQ Newbie
 
Registered: Apr 2011
Posts: 22

Rep: Reputation: 0
problem with multiple boot


hello everyone
i have a pc whic i installed xp on it then i cleared the mbr of my hdd then i installed linux mate , i was surprised that my linux can't auto detect my xp system i'm using burg as a boot manager and i need to know the right menu entery to manually add my xp system to the burg.cfg

thanks for your time .
 
Old 07-27-2013, 11:22 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,749

Rep: Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928
You might need to provide a bit more information. Clearing out the MBR would look like an empty disk to the installer and XP would of been overwritten.

Post the output of the following command:
sudo fdisk -l
 
Old 07-27-2013, 11:41 AM   #3
nanobahr
LQ Newbie
 
Registered: Apr 2011
Posts: 22

Original Poster
Rep: Reputation: 0
raniscance raniscance # sudo fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe0f74ddb

Device Boot Start End Blocks Id System
/dev/sda1 63 4289354 2144646 82 Linux swap / Solaris
/dev/sda2 4289355 47006189 21358417+ 83 Linux
/dev/sda3 * 47006190 88100459 20547135 7 HPFS/NTFS/exFAT
/dev/sda4 88100864 976771071 444335104 5 Extended
/dev/sda5 88102912 976771071 444334080 7 HPFS/NTFS/exFAT

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x350e4444

Device Boot Start End Blocks Id System
/dev/sdb1 2048 976773119 488385536 5 Extended
/dev/sdb5 4096 485253119 242624512 7 HPFS/NTFS/exFAT
/dev/sdb6 485255168 976773119 245758976 7 HPFS/NTFS/exFAT



my windows xp partiton is sda3 .
 
Old 07-27-2013, 12:24 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,749

Rep: Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928
I have not had the pleasure to play with burg but the easiest might be to install os-prober (if not already) and regenerate your burg.cfg file

sudo burg-mkconfig -o /boot/burg/burg.cfg
 
Old 07-27-2013, 01:52 PM   #5
nanobahr
LQ Newbie
 
Registered: Apr 2011
Posts: 22

Original Poster
Rep: Reputation: 0
so i'll need to fix my mbr to boot with burg cause if i fresh install xp it will overwrite the mbr .
 
Old 07-27-2013, 02:20 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,749

Rep: Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928
Yes, It looks like your XP partitions are still intact.
 
Old 07-27-2013, 02:23 PM   #7
nanobahr
LQ Newbie
 
Registered: Apr 2011
Posts: 22

Original Poster
Rep: Reputation: 0
i want to try to add the right lines at burg.cfg before i fresh install xp , can u help me to get those lines ?
 
Old 07-27-2013, 03:07 PM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,539

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
The only thing I know about burg is that it is grub spelled backwards. As pointed out to you above, you could easily do this with Grub by using sudo os-prober and then sudo update-grub. It's not clear which distribution of Linux you are using as 'Mate' just refers to the Desktop which is used by a number of different distributions.

Where do you have 'burg' installed, on the Linux partition or windows? Maybe there is a 'burg' forum.
 
Old 07-27-2013, 08:59 PM   #9
nanobahr
LQ Newbie
 
Registered: Apr 2011
Posts: 22

Original Poster
Rep: Reputation: 0
i use linux mint and the place i installed burg is to mbr of sda
 
Old 07-27-2013, 11:21 PM   #10
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,539

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
Quote:
i use linux mint and the place i installed burg is to mbr of sda
From Mint? Do you have the standard files such as the grub.cfg file used in grub? If there is, why not manually enter a chainloader entry for windows pointing to sda3? What do you see as output on the screen when you run sudo os-prober as suggested above?
 
Old 07-28-2013, 06:29 AM   #11
nanobahr
LQ Newbie
 
Registered: Apr 2011
Posts: 22

Original Poster
Rep: Reputation: 0
raniscance@raniscance ~ $ sudo os-prober
[sudo] password for raniscance:
No volume groups found
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple problem isssue (LVM and separately boot issue) carchiba Fedora 3 07-24-2011 06:40 PM
Multiple OS boot problem sha587 Linux - Newbie 7 03-30-2010 05:13 PM
[SOLVED] vista multiple linux boot mbr problem vbdanl Fedora 5 01-08-2010 01:29 PM
Multiple OS boot problem vishwakrishnan Linux - Newbie 3 02-16-2008 02:10 AM
Boot problems with multiple Distros on a pentium 4. USB Problem? tommosimmo Fedora - Installation 3 03-25-2007 02:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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