Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 29-03-2007, 03:11 PM   #1 (permalink)
Burning Bright
 
anantkhaitan's Avatar
 
Join Date: May 2006
Location: NIT, Bhopal
Posts: 266
Default 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/
anantkhaitan is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 29-03-2007, 11:59 PM   #2 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Grub Problem

Do you have some bootloader installed on your Dream Linux partition as well?
eddie is offline  
Old 30-03-2007, 04:00 PM   #3 (permalink)
Alpha Geek
 
saurabh.sauron's Avatar
 
Join Date: Jan 2006
Location: Middle Earth
Posts: 503
Default 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.
saurabh.sauron is offline  
Old 30-03-2007, 04:27 PM   #4 (permalink)
Burning Bright
 
anantkhaitan's Avatar
 
Join Date: May 2006
Location: NIT, Bhopal
Posts: 266
Default 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.
anantkhaitan is offline  
Old 30-03-2007, 04:39 PM   #5 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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
mehulved is offline  
Old 30-03-2007, 05:01 PM   #6 (permalink)
Burning Bright
 
anantkhaitan's Avatar
 
Join Date: May 2006
Location: NIT, Bhopal
Posts: 266
Default 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/
anantkhaitan is offline  
Old 30-03-2007, 05:17 PM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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
mehulved is offline  
Old 31-03-2007, 03:49 PM   #8 (permalink)
Burning Bright
 
anantkhaitan's Avatar
 
Join Date: May 2006
Location: NIT, Bhopal
Posts: 266
Default 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/
anantkhaitan is offline  
Old 31-03-2007, 10:59 PM   #9 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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
mehulved is offline  
Old 31-03-2007, 11:29 PM   #10 (permalink)
Let the music play.....
 
djmykey's Avatar
 
Join Date: Dec 2003
Location: Pune
Posts: 665
Default 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"
djmykey is offline  
Old 01-04-2007, 03:16 PM   #11 (permalink)
Burning Bright
 
anantkhaitan's Avatar
 
Join Date: May 2006
Location: NIT, Bhopal
Posts: 266
Default 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/
anantkhaitan is offline  
Old 02-04-2007, 12:21 AM   #12 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default 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?
eddie is offline  
Old 02-04-2007, 01:52 PM   #13 (permalink)
Alpha Geek
 
saurabh.sauron's Avatar
 
Join Date: Jan 2006
Location: Middle Earth
Posts: 503
Default 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
saurabh.sauron is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Grub restoring problem The Outsider Open Source 4 23-12-2006 09:50 PM
Grub problem. LEARNER_LEARNER Open Source 1 29-11-2006 08:39 PM
Grub Problem plsoft Open Source 9 16-08-2006 09:35 PM
GRUB related problem saurabh.sauron Open Source 6 16-07-2006 11:33 PM
Kubuntu GRUB Problem vij26 Open Source 7 31-07-2005 09:26 AM

 
Latest Threads
- by soumya
- by clmlbx
- by Charan
- by Sujeet
- by reddick

Advertisement




All times are GMT +5.5. The time now is 12:23 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2