| Forum |
|
|||||||
| 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. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#3 (permalink) | |
|
Alpha Geek
Join Date: Jan 2006
Location: Middle Earth
Posts: 503
|
it is showing command not found??? though i know it exists.
i have installed fedora on hdb1, ubuntu on hda6. my grub.conf file Quote:
Last edited by saurabh.sauron; 01-11-2006 at 03:15 PM. |
|
|
|
|
|
#4 (permalink) | |
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
Quote:
Code:
title Ubuntu rootnoverify (hd0,5) chainloader +1 You need to mention exact kernel and initrd image of Ubuntu partition in your grub.conf to boot it correctly. I am not a GRUB user thus I can't help you but some users like mehul or JGuru can help you here. They can give you exact syntax of what to mention in your grub file but chainloader will simply not work. |
|
|
|
|
|
#6 (permalink) |
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
go to your /boot directory and note down the exact filenames for vmlinux-2.6.-foobar and initrd.img-2.6-foobar
where foobar is some number rrepresenting your kernel version. then put this for ubuntu: Code:
title Ubuntu root (hd0,5) kernel /boot/vmlinuz-2.6-foobar root=/dev/hda6 ro quiet splash vga=791 initrd /boot/initrd.img-2.6-foobar savedefault boot
__________________
- -- http://www.MovieAB.com - A tiny movie mashup! |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|