RE: GRUB2 on efi32 - Apple Mac Mini

2008-12-09 Thread James Shewey
3 questions: 1) what is the FULL bless command that you are using 2) for the issue where grub is not seeing your home directory, what modules do you have running (lsmod should show this) 3) and finally, what is your prefix and root ( type set to see this and other environment vars) -Origin

RE: configure fail for grub

2008-12-08 Thread James Shewey
ECTED]> > To: The development of GRUB 2 > Sent: Tuesday, 9 December, 2008 6:22:36 AM > Subject: RE: configure fail for grub > > On Mon, 2008-12-08 at 07:39 -0500, James Shewey wrote: > > > When I configure grub-1.96, I got following error message: > > > > co

Re: configure fail for grub

2008-12-08 Thread James Shewey
ROTECTED]> wrote: > James Shewey wrote: > > Grub will not currently compile on 64 bit distros. Try compiling with a > 32 bit live cd or a 32 bit VM (you can try virtualbox.org for this) and > then copying the requisite files to the 64 bit OS. > > I compile GRUB 2 SVN a

RE: configure fail for grub

2008-12-08 Thread James Shewey
Grub will not currently compile on 64 bit distros. Try compiling with a 32 bit live cd or a 32 bit VM (you can try virtualbox.org for this) and then copying the requisite files to the 64 bit OS. -Original Message- From: Alan Zheng <[EMAIL PROTECTED]> Sent: Monday, December 08, 2008 3:50

Re: [OT] made a blog post about grub 1.96+20080724

2008-11-23 Thread James Shewey
This is the beauty of open source. If you think there is a problem, you can jump in and contribute by fixing the problem... On Sat, Nov 22, 2008 at 12:51 PM, Yoshinori K. Okuji <[EMAIL PROTECTED]>wrote: > On Thursday 20 November 2008 17:20:42 Pavel Roskin wrote: > > On Thu, 2008-11-20 at 18:40 +0

Re: Windows,grub and grub2

2008-11-10 Thread James Shewey
I have been trying to get windows and OS X to boot on my Mac Book Pro (booting grub2 natively -- no chainloading) but have been unable to get it to boot chainloaded objects. I haven't really been able to troubleshoot it yet. I am using a CVS build, but it is about 5 weeks old now. I just haven't ha

RE: forgot passwd, cannot login, [rd]init=/bin/sh don't work

2008-10-17 Thread James Shewey
Grub does not manage ubuntu or debian's (or any other distribution's) repositories and has no control over how often these distros recompile and update these packages. Only their own codebase which is stored in their svn codebase. Debian'snewest package is a little out of date, and ubuntu's new

RE: Problem in configure

2008-10-13 Thread James Shewey
Ahh. That makes sense. Interesting bit of history there. The x in the left side of the evuation is what threw me. I didn't think that would even be legal syntactically, but those explanations make a lot of sense. - James -Original Message- From: Christian Franke <[EMAIL PROTECTED]> Sent

Re: Problem in configure

2008-10-12 Thread James Shewey
iewtopic.php?id=56033. This led me to try compiling on my 32 bit system which worked just fine. On Sun, Oct 12, 2008 at 8:29 PM, James Shewey <[EMAIL PROTECTED]> wrote: > I believe that line 6938, which reads: > > if test "x$grub_cv_prog_target_cc" = xno; then > >

Problem in configure

2008-10-12 Thread James Shewey
I believe that line 6938, which reads: if test "x$grub_cv_prog_target_cc" = xno; then May contain an error. Perhaps this should read if test "$grub_cv_prog_target_cc" = xno; then or if test "$grub_cv_prog_target_cc" = no; then ? -James ___ Grub-dev

Problem booting os x and testing offer

2008-09-17 Thread James Shewey
haps I can help to reveal some information about blessing boot images. -James Shewey ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel