Re: Grub2 svn2059

2009-04-15 Thread BandiPat
Andreas Born wrote: BandiPat schrieb: Thanks Andreas, I just figured that out as well when testing on another machine just now. If you still have the file I sent you for svn2059, would you mind testing it on your machine as well. I'm tempted to send you the svn2059 or 2065 to compile on your

Re: Grub2 svn2059

2009-04-06 Thread BandiPat
Yoshinori K. Okuji wrote: On Saturday 04 April 2009 04:02:18 BandiPat wrote: Yoshinori K. Okuji wrote: On Friday 03 April 2009 14:17:04 step21 wrote: Hey, just a wild guess, but I think boot.mod got dropped and the boot command is now included in minicmd.mod Yes, it seems so. And, it is a mis

Re: Grub2 svn2059

2009-04-05 Thread BandiPat
Andreas Born wrote: BandiPat schrieb: Thanks Andreas, I just figured that out as well when testing on another machine just now. If you still have the file I sent you for svn2059, would you mind testing it on your machine as well. I'm tempted to send you the svn2059 or 2065 to compile on your

Re: Grub2 svn2059

2009-04-05 Thread Andreas Born
BandiPat schrieb: Thanks Andreas, I just figured that out as well when testing on another machine just now. If you still have the file I sent you for svn2059, would you mind testing it on your machine as well. I'm tempted to send you the svn2059 or 2065 to compile on your current machine, to

Re: Grub2 svn2059

2009-04-04 Thread BandiPat
Andreas Born wrote: BandiPat wrote: phcoder wrote: Have you re-run grub-setup? -- No, I've never run grub-setup after an install, only grub-install & grub-mkconfig. What will that program do? I tried to read the man page, but it gave me an error. It's invoked by grub-install to do

Re: Grub2 svn2059

2009-04-04 Thread Andreas Born
BandiPat wrote: phcoder wrote: Have you re-run grub-setup? -- No, I've never run grub-setup after an install, only grub-install & grub-mkconfig. What will that program do? I tried to read the man page, but it gave me an error. It's invoked by grub-install to do the actual installati

Re: Grub2 svn2059

2009-04-04 Thread BandiPat
phcoder wrote: Have you re-run grub-setup? -- No, I've never run grub-setup after an install, only grub-install & grub-mkconfig. What will that program do? I tried to read the man page, but it gave me an error. Pat -- ---Zenwalk v6.0--Linux 2.6.28--- Registered Linux

Re: Grub2 svn2059

2009-04-04 Thread phcoder
BandiPat wrote: Yoshinori K. Okuji wrote: On Saturday 04 April 2009 04:02:18 BandiPat wrote: Yoshinori K. Okuji wrote: On Friday 03 April 2009 14:17:04 step21 wrote: Hey, just a wild guess, but I think boot.mod got dropped and the boot command is now included in minicmd.mod Yes, it seems so.

Re: Grub2 svn2059

2009-04-03 Thread BandiPat
Yoshinori K. Okuji wrote: On Saturday 04 April 2009 04:02:18 BandiPat wrote: Yoshinori K. Okuji wrote: On Friday 03 April 2009 14:17:04 step21 wrote: Hey, just a wild guess, but I think boot.mod got dropped and the boot command is now included in minicmd.mod Yes, it seems so. And, it is a mis

Re: Grub2 svn2059

2009-04-03 Thread Yoshinori K. Okuji
On Saturday 04 April 2009 04:02:18 BandiPat wrote: > Yoshinori K. Okuji wrote: > > On Friday 03 April 2009 14:17:04 step21 wrote: > >> Hey, just a wild guess, but I think boot.mod got dropped and the boot > >> command is now included in minicmd.mod > > > > Yes, it seems so. And, it is a mistake tha

Re: Grub2 svn2059

2009-04-03 Thread BandiPat
Yoshinori K. Okuji wrote: On Friday 03 April 2009 14:17:04 step21 wrote: Hey, just a wild guess, but I think boot.mod got dropped and the boot command is now included in minicmd.mod Yes, it seems so. And, it is a mistake that boot and some other commands are not built into the kernel. We must

Re: Grub2 svn2059

2009-04-03 Thread Yoshinori K. Okuji
On Friday 03 April 2009 14:17:04 step21 wrote: > Hey, just a wild guess, but I think boot.mod got dropped and the boot > command is now included in minicmd.mod Yes, it seems so. And, it is a mistake that boot and some other commands are not built into the kernel. We must reduce modules, and let t

Re: Grub2 svn2059

2009-04-03 Thread BandiPat
step21 wrote: yes, it probably should. i know that when creating an efi image for an efi based system with grub-mkimage you specify the modules, so it gets specified there, on a bios system I'm not sure. I don't think a symlink is the right solution.Did you run autogen.sh after updating? What mig

Re: Grub2 svn2059

2009-04-03 Thread step21
yes, it probably should. i know that when creating an efi image for an efi based system with grub-mkimage you specify the modules, so it gets specified there, on a bios system I'm not sure. I don't think a symlink is the right solution.Did you run autogen.sh after updating? What might also work is

Re: Grub2 svn2059

2009-04-03 Thread BandiPat
step21 wrote: Hey, just a wild guess, but I think boot.mod got dropped and the boot command is now included in minicmd.mod So maybe your build script needs to be adjusted for that, to copy that one to the right place? Not familiar with grub2 booting on i386/bios though anymore, so just a guess.

Re: Grub2 svn2059

2009-04-02 Thread step21
Hey, just a wild guess, but I think boot.mod got dropped and the boot command is now included in minicmd.mod So maybe your build script needs to be adjusted for that, to copy that one to the right place? Not familiar with grub2 booting on i386/bios though anymore, so just a guess. On Fri, Apr 3, 2

Re: Grub2 svn2059

2009-04-02 Thread BandiPat
Pavel Roskin wrote: What happened? GRUB cannot find some module, probably "minicmd". Please post the output of "ls" and "set". Perhaps "prefix" points to an undetected device. === Just recompiled Grub2-svn2059 with some changes, I thought might have been causing my particular problem,

Re: Grub2 svn2059

2009-04-02 Thread BandiPat
Pavel Roskin wrote: On Thu, 2009-04-02 at 17:00 -0400, BandiPat wrote: Hi guys, Help a Grub2 novice out please. I try to keep up with most of the changes you guys make, but I've either missed something or there is a problem with the latest svn release, listed in the subject. Why are you wri

Re: Grub2 svn2059

2009-04-02 Thread Pavel Roskin
On Thu, 2009-04-02 at 17:00 -0400, BandiPat wrote: > Hi guys, > Help a Grub2 novice out please. I try to keep up with most of the > changes you guys make, but I've either missed something or there is a > problem with the latest svn release, listed in the subject. Why are you writing that? Did