Fedora Linux Support Community & Resources Center
  #46  
Old 26th January 2010, 01:22 AM
Igby's Avatar
Igby Offline
Registered User
 
Join Date: Apr 2009
Location: Bremen, Germany
Posts: 18
linuxfedorafirefox
Quote:
Originally Posted by Piscium View Post
yum --enablerepo=rawhide list grub*

... I don't see any grub in rawhide. Any ideas?
Yes! Try
Code:
yum info grub2 --enablerepo=rawhide
Or with your yum option
Code:
yum list "grub*" --enablerepo=rawhide
Seems to be a problem with the wildcard. Please ask a person thats more qualified for informations.

Igby
__________________
There he goes. One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.

Last edited by Igby; 26th January 2010 at 01:23 AM. Reason: typo
  #47  
Old 26th January 2010, 08:49 AM
Piscium Offline
Registered User
 
Join Date: Dec 2009
Location: Dublin,Ireland
Posts: 101
linuxfedorafirefox
Thanks, Igby.

Grub2 is in rawhide all right. I missed it due to a change I had made to yum.conf (my oversight).
  #48  
Old 31st January 2010, 08:42 PM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
linuxfedorafirefox
Quote:
Originally Posted by Piscium View Post
Thanks, Igby.

Grub2 is in rawhide all right. I missed it due to a change I had made to yum.conf (my oversight).
I see grub2 in Fedora 12 official's update repository:
Code:
yum -v info grub2
....
Available Packages                                                                        
Name       : grub2                                                                        
Arch       : x86_64
Epoch      : 1
Version    : 1.97.1
Release    : 2.fc12
Size       : 720 k
Repo       : updates
does that mean it's stable and can be installed into Fedora 12 official?
  #49  
Old 31st January 2010, 09:56 PM
Demz
Guest
 
Posts: n/a
windows_7mozilla
wonder why they havent updated it to 1.97.2 both in rawhide an F12
  #50  
Old 1st February 2010, 08:35 PM
Piscium Offline
Registered User
 
Join Date: Dec 2009
Location: Dublin,Ireland
Posts: 101
linuxfedorafirefox
Quote:
Originally Posted by marko View Post
I see grub2 in Fedora 12 official's update repository:
Code:
yum -v info grub2
....
Available Packages                                                                        
Name       : grub2                                                                        
Arch       : x86_64
Epoch      : 1
Version    : 1.97.1
Release    : 2.fc12
Size       : 720 k
Repo       : updates
does that mean it's stable and can be installed into Fedora 12 official?
It says nowhere in the Grub2 website that there is such a thing as a stable version, it is very much under development.

In any case, this is the blurb on the Fedora 12 grub2 package (with yum info):

"PLEASE NOTE: This is a development snapshot, and as such will not
replace grub if you install it, but will be merely added as another
kernel to your existing GRUB menu. Do not replace GRUB (grub package)
with it unless you know what are you doing. Refer to README.Fedora
file that is part of this package's documentation for more information."

Right now it takes me about 20 minutes to build and install a new Grub2 version (like 1.97.2 last week), however I spent many hours last year reading about Grub2 and making plans before I first installed it. It is very easy to put the PC in an unbootable state if one is not careful.
  #51  
Old 13th February 2010, 03:22 AM
Demz
Guest
 
Posts: n/a
windows_7firefox
http://koji.fedoraproject.org/koji/b...buildID=155882

Grub2 1.97.2 in Koji
  #52  
Old 13th February 2010, 07:05 PM
liangsuilong Offline
Registered User
 
Join Date: Oct 2008
Location: Guangzhou,Guangdong,PRC
Posts: 39
windows_7safari
I tried to ask to update grub2 and replace grub with grub2 in the devel mail list. I got the reply that there is no need to do it. The reason is grub-legacy is useful enough and grub2 has a lot of bugs. So Fedora has no plan to set grub2 as bootloader. They do not think that maintaining two default bootloader or another new bootloader is needed.

I just hope RPM-based distros and DEB-based distros have an unified bootloader. Debian is using grub2 now and Fedora is using grub. I have dual-boot computer. My father is using Ubuntu for browsing website and word processing. I am using Fedora for building rpms and trying new features. Now I prefer to use grub rather than grub2. Configuring grub2 on Ubuntu is wasting a lot of time for dual-boot.

Notice: VGA parameters of kernel is still unavailable on grub2. So plymouth does not work if you are using proprietary display drivers.
  #53  
Old 13th February 2010, 09:34 PM
Dies Offline
Registered User
 
Join Date: Oct 2006
Posts: 4,752
linuxubuntufirefox
Quote:
Originally Posted by liangsuilong View Post
...
Notice: VGA parameters of kernel is still unavailable on grub2. So plymouth does not work if you are using proprietary display drivers.
That's not true.

It's just different, vga parameters are obsolete since grub2 can pass the mode for you. Instead of using vga=0x31a or whatever, you would use something like

Code:
set gfxpayload=1280x1024x32
Of course you would want to set that to the highest mode supported by your card, if you don't know this just ask grub2 to display available modes using 'vbeinfo'.


HTH
  #54  
Old 13th February 2010, 09:43 PM
Demz
Guest
 
Posts: n/a
windows_7firefox
i think you'll find Fedora will wait for 1.98 or 1.99 of Grub2 an then use it as Default. 1.97 was rather sloppy

Last edited by Demz; 14th February 2010 at 01:01 AM.
  #55  
Old 7th March 2010, 02:45 AM
Demz
Guest
 
Posts: n/a
windows_7firefox
Re: Grub 2

i see Grub2 1.98 released, will post the changelog here once i can find it

---------- Post added at 11:53 AM CST ---------- Previous post was at 11:52 AM CST ----------

ftp://alpha.gnu.org/gnu/grub/

---------- Post added at 11:54 AM CST ---------- Previous post was at 11:53 AM CST ----------

http://lists.gnu.org/archive/html/gr.../msg00017.html changelog might be found in here

---------- Post added at 12:02 PM CST ---------- Previous post was at 11:54 AM CST ----------

wonder if F14 will use this?

---------- Post added at 12:24 PM CST ---------- Previous post was at 12:02 PM CST ----------

anyone else remember that other Grub2 thread? cannot find it

---------- Post added at 01:36 PM CST ---------- Previous post was at 12:24 PM CST ----------

http://forums.fedoraforum.org/showthread.php?t=231862

---------- Post added at 01:45 PM CST ---------- Previous post was at 01:36 PM CST ----------

found it. http://forums.fedoraforum.org/showthread.php?t=232875
 

Tags
grub

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
GRUB GRUB GRUB GRUB... endless loop xenotrax Using Fedora 4 12th February 2009 06:16 PM
HOWTO Deal with GRUB _, grub> _, and GRUB GRUB GRUB stoat Guides & Solutions (No Questions) 10 7th December 2008 11:48 PM
Grub boot loader issues? (stupid grub!) Cooldan1 Installation and Live Media 5 30th July 2007 02:10 AM
editing the /boot/grub/grub.conf file Debaser13 Using Fedora 10 10th June 2005 05:40 PM


Current GMT-time: 00:15 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

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

FedoraForum is Powered by RedHat