 |
29-03-2007, 03:11 PM
|
#1 (permalink)
|
|
Burning Bright
Join Date: May 2006
Location: NIT, Bhopal
Posts: 266
|
Grub Problem
I have a dual boot configuration with
Fedora Core on hda1 Primary partition
Dream Linux in hda5 Logical Partition
But I am unable to boot Dreamlinux, I don't know what is the problem
Content of my /boot/grub/grub.conf :
Quote:
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.20-1.2925.fc6)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-1.2925.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.20-1.2925.fc6.img
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-1.2798.fc6.img
title Dream Linux
rootnoverify (hd0,4)
chainloader +1
|
__________________
..::Fedora ::.. Freedom + Infinity + Speech
Registered Linux User #447318
GNUger was here.... Grrr....
Maah! Blog
http://brightedges.blogspot.com/
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
29-03-2007, 11:59 PM
|
#2 (permalink)
|
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
Re: Grub Problem
Do you have some bootloader installed on your Dream Linux partition as well?
|
|
|
30-03-2007, 04:00 PM
|
#3 (permalink)
|
|
Alpha Geek
Join Date: Jan 2006
Location: Middle Earth
Posts: 503
|
Re: Grub Problem
problem is chainloader +1 . that statement is for windows partitions.
u have to add these lines for Dream Linux:-
root (hd0,4)
kernel /boot/vmlinuz"version" ro root=LABEL=/ rhgb quiet
initrd /boot/initrd"version"
look up the kernel and init file in the /boot folder of DreamLinux (access it from Fedora). The replace "version" with the kernel and init filename. then save and reboot.
|
|
|
30-03-2007, 04:27 PM
|
#4 (permalink)
|
|
Burning Bright
Join Date: May 2006
Location: NIT, Bhopal
Posts: 266
|
Re: Grub Problem
not working man..
content of my Dreamlinux's boot folder
Quote:
config-2.6.18.1-kanotix-1
grub
initrd
System.map-2.6.18.1-kanotix-1
vmlinuz
vmlinuz-2.6.18.1-kanotix-1
|
My new Grub
Quote:
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.20-1.2925.fc6)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-1.2925.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.20-1.2925.fc6.img
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-1.2798.fc6.img
title Dream Linux
root (hd0,4)
kernel /boot/vmlinuz-2.6.18.1-kanotix-1 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18.1-kanotix-1
|
__________________
..::Fedora ::.. Freedom + Infinity + Speech
Registered Linux User #447318
GNUger was here.... Grrr....
Maah! Blog
http://brightedges.blogspot.com/
Last edited by anantkhaitan; 30-03-2007 at 04:34 PM.
|
|
|
30-03-2007, 04:39 PM
|
#5 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Grub Problem
Quote:
|
Originally Posted by anantkhaitan
not working man..
content of my Dreamlinux's boot folder
My new Grub
|
try this
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
#hiddenmenu
title Fedora Core (2.6.20-1.2925.fc6)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-1.2925.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.20-1.2925.fc6.img
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-1.2798.fc6.img
title Dream Linux
root (hd0,4)
kernel /boot/vmlinuz ro root=LABEL=/ rhgb quiet
initrd /boot/initrd
__________________
http://www.bash.org/?258908
|
|
|
30-03-2007, 05:01 PM
|
#6 (permalink)
|
|
Burning Bright
Join Date: May 2006
Location: NIT, Bhopal
Posts: 266
|
Re: Grub Problem
^^^
Perhaps I have succeeded a step but still not over
This is the message displayed at boot time:
Quote:
|
Kernel panic-not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
|
__________________
..::Fedora ::.. Freedom + Infinity + Speech
Registered Linux User #447318
GNUger was here.... Grrr....
Maah! Blog
http://brightedges.blogspot.com/
|
|
|
30-03-2007, 05:17 PM
|
#7 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Grub Problem
This is strange. I never made any changes to FC's part. Why does FC have to always play hard with other distros.
Does dreamlinux boot up right? Also post your grub.conf again
__________________
http://www.bash.org/?258908
|
|
|
31-03-2007, 03:49 PM
|
#8 (permalink)
|
|
Burning Bright
Join Date: May 2006
Location: NIT, Bhopal
Posts: 266
|
Re: Grub Problem
No sir .. Dreamlinux is not booting, I made the changes as u said but while booting Dreamlinux following message is displayed
Quote:
|
Kernel panic-not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
|
my Grub:
Quote:
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.20-1.2925.fc6)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-1.2925.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.20-1.2925.fc6.img
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-1.2798.fc6.img
title Dream Linux
root (hd0,4)
kernel /boot/vmlinuz ro root=LABEL=/ rhgb quiet
initrd /boot/initrd
|
Fedora is working fine for me
__________________
..::Fedora ::.. Freedom + Infinity + Speech
Registered Linux User #447318
GNUger was here.... Grrr....
Maah! Blog
http://brightedges.blogspot.com/
|
|
|
31-03-2007, 10:59 PM
|
#9 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Grub Problem
Huh. Did you copy paste this from your menu.lst? Why is dreamlinux complaining about hd(0,0) when you have set the root as hd(0,4)
__________________
http://www.bash.org/?258908
|
|
|
31-03-2007, 11:29 PM
|
#10 (permalink)
|
|
Let the music play.....
Join Date: Dec 2003
Location: Pune
Posts: 665
|
Re: Grub Problem
hi anantkhaitan,
How did u install the distros, I mean is the boot partition shared by all the three distros ??
Did you install FC first or Dream linux first ?? Please do give us these details. And also when you boot into fc check in the /boot partition if your dream linux kernel does reside there. Please reply with details because the linux kernel always has a version number associated with it.
__________________
Long back, a person who sacrificed his sleep, forgot his family, forgot his food, fogot laughter were called "Saints"
But now they are called.."IT professionals"
|
|
|
01-04-2007, 03:16 PM
|
#11 (permalink)
|
|
Burning Bright
Join Date: May 2006
Location: NIT, Bhopal
Posts: 266
|
Re: Grub Problem
@tech_your_future
No when u boot any particular distro it display messages like : Uncompressing the kernel.... etc..but in case of my Dreamlinux it is showing me the message I mentioned before..
And correctly said I m also wondering why at all it is mentioning abt. hd(0,0)..
@djmykey
I was running Dreamlinux with my Windows..then I replaced windows by Ubuntu 6.10..
And I was able to boot both the distros without any problem..Now i replaced ubuntu with Fedora Core 6 and missing Dreamlinux.. When ever i wanted to boot dreamlinux it displayed "Press any key to reboot" .. but now after replacing my grub's content with that of what was given by tech_your_future at least this problem is solved..
So as far as i think a minor editing in the grub may help me with my problem..
__________________
..::Fedora ::.. Freedom + Infinity + Speech
Registered Linux User #447318
GNUger was here.... Grrr....
Maah! Blog
http://brightedges.blogspot.com/
|
|
|
02-04-2007, 12:21 AM
|
#12 (permalink)
|
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
Re: Grub Problem
Have you made sure that an initrd image actually exists in your /boot folder or is it named as something else i.e. with some suffix?
|
|
|
02-04-2007, 01:52 PM
|
#13 (permalink)
|
|
Alpha Geek
Join Date: Jan 2006
Location: Middle Earth
Posts: 503
|
Re: Grub Problem
try this. i think it will work.
Quote:
title DreamLinux
root (hd0,4)
kernel boot/vmlinuz-2.6.18.1-kanotix-1 root=/dev/hda5 ro quiet splash vga=791
initrd /boot/initrd-2.6.18.1-kanotix-1
savedefault
boot
|
|
|
|
| Thread Tools |
|
|
| 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
|
|
|
|
|
|