Amine212 / burg

Automatically exported from code.google.com/p/burg
0 stars 0 forks source link

How to add Microsoft Windows XP ??? #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the BURG Src File
2. Resolve dependences : ruby , bison , automake , autoconf , etc
3. Compile using "./configure --with-platform=pc"
4. Install using "sudo burg-install /dev/sda"
5. Install using "sudo burg-mkconfig -o /boot/burg/burg.cfg"

What is the expected output? What do you see instead?
Generating burg.cfg ...
Found linux image: /boot/vmlinuz-2.6.24-27-generic
Found initrd image: /boot/initrd.img-2.6.24-27-generic
Found linux image: /boot/vmlinuz-2.6.24-26-generic
Found initrd image: /boot/initrd.img-2.6.24-26-generic

What version of the product are you using? On what operating system?
burg-src-20100326 on Ubuntu Hardy 8.04-4 32 Bits

Please provide any additional information below.
I wanna know , how to i can add my Windows XP to the BURG Menu plz ?

Original issue reported on code.google.com by Inukaze....@gmail.com on 9 May 2010 at 8:17

GoogleCodeExporter commented 8 years ago
You can install os-prober to detect other OS automatically, or you can add it 
entry
manually, something like this:

set root=(hd0,1)
chainloader +1
boot

Or:

set root=(hd0,1)
ntldr /ntldr
boot

You need to change (hd0,1) if windows is installed in other partition. If XP is 
in
the second hard disk, you need to use drivemap command to swap disk number.

Original comment by bean12...@gmail.com on 12 May 2010 at 3:37

GoogleCodeExporter commented 8 years ago
As there is no further reports, I assume this issue is fixed.

Original comment by bean12...@gmail.com on 15 Jun 2010 at 6:18