 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

3rd July 2012, 11:17 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: Trichy
Posts: 6

|
|
|
Problem detecting Fedora from Crunchbang boot loader and vice versa!
Hi Everyone! I am running Crunchbang, Opensuse and Fedora on my laptop and everything worked just till I installed 64-bit version of F17. First off, when I installed Fedora's boot loader, it was not detecting Crunchbang and when I installed Crunchbang's boot loader, Fedora was not detected!
Is then any workaround to this problem?
|

3rd July 2012, 11:20 PM
|
|
Registered User
|
|
Join Date: Jan 2010
Posts: 4,978

|
|
|
Re: Problem detecting Fedora from Crunchbang boot loader and vice versa!
You might try (no guarantees, but this has worked for me in the past), mounting #!Crunchbang's / partition somewhere (/mnt is fine), then running, in Fedora
grub2-mkconfig -o /boot/grub2/grub.cfg
I've found that with both Fedora and Debian, grub2 sometimes needs the other system mounted for the grub configuration of one to see the other.
|

5th July 2012, 03:40 AM
|
|
Registered User
|
|
Join Date: Jun 2006
Posts: 26

|
|
|
Re: Problem detecting Fedora from Crunchbang boot loader and vice versa!
Try reinstalling the crunchbang bootloader, and while in crunchbang, do sudo update-grub after you have mounted your fedora partition. Something similar happened with my Fedora install and ubuntu bootloader.
__________________
F 13 and Linux Mint 9
|

5th July 2012, 10:53 AM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: Trichy
Posts: 6

|
|
|
Re: Problem detecting Fedora from Crunchbang boot loader and vice versa!
@KStorm
Quote:
|
Try reinstalling the crunchbang bootloader, and while in crunchbang, do sudo update-grub after you have mounted your fedora partition. Something similar happened with my Fedora install and ubuntu bootloader.
|
I had tried exactly that earlier but it didn't work. Sorry I didn't mention it.
@smr54
Quote:
You might try (no guarantees, but this has worked for me in the past), mounting #!Crunchbang's / partition somewhere (/mnt is fine), then running, in Fedora
grub2-mkconfig -o /boot/grub2/grub.cfg
I've found that with both Fedora and Debian, grub2 sometimes needs the other system mounted for the grub configuration of one to see the other.
|
I did that, Fedora's Grub shows Crunchbang, but it gives error like No OS found or something!
Should I install 32 bit F17 instead? It did detect all the OS when I'd installed it earlier.
|

5th July 2012, 12:52 PM
|
|
Registered User
|
|
Join Date: Jan 2010
Posts: 4,978

|
|
|
Re: Problem detecting Fedora from Crunchbang boot loader and vice versa!
This sometimes means something went wrong with #!Crunchbang's boot loader. You might try just try making a custom.cfg file, and putting it in /boot/grub2. I cover this a bit on an old page of mine http://home.roadrunner.com/~computertaijutsu/grub2.html
Code:
menuentry "Crunchbang" {
set root='(hd0,6)'
chainloader (hd0,6)+1
}
(If it was on /dev/sda6)
Or even
Code:
menuentry "Crunchbang" {
set root='(hd0,6)'
linux /vmlinuz
initrd /initrd.img
}
As Debian based systems make a symbolic link from /boot/vmlinuz-whatever to /vmlinuz and the same with initrd.img, that should be the syntax. (Again, assuming it was on /dev/sd6)
|

6th July 2012, 03:46 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: Trichy
Posts: 6

|
|
|
Re: Problem detecting Fedora from Crunchbang boot loader and vice versa!
@smr54
Quote:
Code:
menuentry "Crunchbang" {
set root='(hd0,6)'
linux /vmlinuz
initrd /initrd.img
}
|
Worked for me! Thanks a ton!
|

6th July 2012, 04:58 PM
|
|
Registered User
|
|
Join Date: Jan 2010
Posts: 4,978

|
|
|
Re: Problem detecting Fedora from Crunchbang boot loader and vice versa!
Glad it helped
You can mark the thread solved by clicking the thread tools link.
|
|
Tags
|
boot, crunchbang, detecting, f1764bit, fedora, grub 2., loader, problem, triple boot, versa, vice  |
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 13:56 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|