* grub2 loop back is not working
@ 2012-04-27 14:54 J. Bakshi
2012-04-27 15:27 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 1 reply; 4+ messages in thread
From: J. Bakshi @ 2012-04-27 14:54 UTC (permalink / raw)
To: The development of GRUB 2
Dear list,
I have upgraded my grub installed in my pendrive from 1.95 to 1.99
And now the .iso images are not booting any more. oOne such configuration
is
` ` ` `
menuentry "Ubuntu Live 11.10 64bit" {
set root=(hd0,2)
loopback loop (hd0,2)/ubuntu-11.10-desktop-amd64.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-11.10-desktop-amd64.iso noeject noprompt --
initrd (loop)/casper/initrd.lz
}
` ` ` ` `
I have found only the entry having loop is causing the problem.
How can I use the configuration in grub2 then ?
Thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: grub2 loop back is not working
2012-04-27 14:54 grub2 loop back is not working J. Bakshi
@ 2012-04-27 15:27 ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-04-27 17:12 ` J. Bakshi
0 siblings, 1 reply; 4+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2012-04-27 15:27 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]
On 27.04.2012 16:54, J. Bakshi wrote:
> Dear list,
>
> I have upgraded my grub installed in my pendrive from 1.95 to 1.99
> And now the .iso images are not booting any more. oOne such configuration
> is
1.95 is very old anyway. Also now we're in release process for 2.00 and
I suggest trying latest HEAD.
"not booting" is very vague. You have to be way more precise than that
>
> ` ` ` `
> menuentry "Ubuntu Live 11.10 64bit" {
>
> set root=(hd0,2)
> loopback loop (hd0,2)/ubuntu-11.10-desktop-amd64.iso
> linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-11.10-desktop-amd64.iso noeject noprompt --
> initrd (loop)/casper/initrd.lz
> }
>
> ` ` ` ` `
>
> I have found only the entry having loop is causing the problem.
> How can I use the configuration in grub2 then ?
>
> Thanks
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: grub2 loop back is not working
2012-04-27 15:27 ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2012-04-27 17:12 ` J. Bakshi
2012-04-28 12:00 ` J. Bakshi
0 siblings, 1 reply; 4+ messages in thread
From: J. Bakshi @ 2012-04-27 17:12 UTC (permalink / raw)
To: grub-devel
On Fri, 27 Apr 2012 17:27:36 +0200
Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com> wrote:
> On 27.04.2012 16:54, J. Bakshi wrote:
> > Dear list,
> >
> > I have upgraded my grub installed in my pendrive from 1.95 to 1.99
> > And now the .iso images are not booting any more. oOne such configuration
> > is
> 1.95 is very old anyway. Also now we're in release process for 2.00 and
> I suggest trying latest HEAD.
> "not booting" is very vague. You have to be way more precise than that
Thanks for your response. As I have mentioned, the problem is with those
having loop as below.
> >
> > ` ` ` `
> > menuentry "Ubuntu Live 11.10 64bit" {
> >
> > set root=(hd0,2)
> > loopback loop (hd0,2)/ubuntu-11.10-desktop-amd64.iso
> > linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-11.10-desktop-amd64.iso noeject noprompt --
> > initrd (loop)/casper/initrd.lz
> > }
> >
> > ` ` ` ` `
> >
> > I have found only the entry having loop is causing the problem.
> > How can I use the configuration in grub2 then ?
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: grub2 loop back is not working
2012-04-27 17:12 ` J. Bakshi
@ 2012-04-28 12:00 ` J. Bakshi
0 siblings, 0 replies; 4+ messages in thread
From: J. Bakshi @ 2012-04-28 12:00 UTC (permalink / raw)
To: grub-devel
On Fri, 27 Apr 2012 22:42:34 +0530
"J. Bakshi" <bakshi12@gmail.com> wrote:
> On Fri, 27 Apr 2012 17:27:36 +0200
> Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com> wrote:
>
> > On 27.04.2012 16:54, J. Bakshi wrote:
> > > Dear list,
> > >
> > > I have upgraded my grub installed in my pendrive from 1.95 to 1.99
> > > And now the .iso images are not booting any more. oOne such configuration
> > > is
> > 1.95 is very old anyway. Also now we're in release process for 2.00 and
> > I suggest trying latest HEAD.
> > "not booting" is very vague. You have to be way more precise than that
>
>
grub reports
=============
error: no menuentry defination
error: syntax error
error: Incorrect command
error: syntax error
I have found only the entry having loop is causing the problem.
How can I use the configuration in grub2 then ?
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-04-28 12:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-27 14:54 grub2 loop back is not working J. Bakshi
2012-04-27 15:27 ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-04-27 17:12 ` J. Bakshi
2012-04-28 12:00 ` J. Bakshi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.