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
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120427202457.0d072d5e@shiva.selfip.org">http://lists.debian.org/20120427202457.0d072d5e@shiva.selfip.org
04-28-2012, 10:07 AM
Camaleón
grub2 loop back is not working
On Fri, 27 Apr 2012 20:24:57 +0530, J. Bakshi wrote:
> 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.
Is there any error printed at the screen when you try to boot from there?
> 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 ?
I don't know if this will be of any help but you can take a look into
these articles, to compare with your current setup:
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: jngfh3$s83$5@dough.gmane.org">http://lists.debian.org/jngfh3$s83$5@dough.gmane.org
04-28-2012, 10:48 AM
Chris Bannister
grub2 loop back is not working
On Fri, Apr 27, 2012 at 08:24:57PM +0530, 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
>
> ` ` ` `
> menuentry "Ubuntu Live 11.10 64bit" {
Have you googled? Also, Ubuntu questions should be asked on an Ubuntu
list.
--
"Religion is excellent stuff for keeping common people quiet."
-- Napoleon Bonaparte
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120428104855.GB366@tal">http://lists.debian.org/20120428104855.GB366@tal
04-28-2012, 11:18 AM
"J. Bakshi"
grub2 loop back is not working
On Sat, 28 Apr 2012 22:48:56 +1200
Chris Bannister <cbannister@slingshot.co.nz> wrote:
> On Fri, Apr 27, 2012 at 08:24:57PM +0530, 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
> >
> > ` ` ` `
> > menuentry "Ubuntu Live 11.10 64bit" {
>
> Have you googled? Also, Ubuntu questions should be asked on an Ubuntu
> list.
>
It is not an ubuntu specific issue. OK, I have replaced the config with debian now,
into a running grub2
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120428164800.253bf3c9@shiva.selfip.org">http://lists.debian.org/20120428164800.253bf3c9@shiva.selfip.org
04-28-2012, 11:19 AM
"J. Bakshi"
grub2 loop back is not working
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
}
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: jngkr6$s83$8@dough.gmane.org">http://lists.debian.org/jngkr6$s83$8@dough.gmane.org
> On Sat, 28 Apr 2012 16:48:00 +0530, J. Bakshi wrote:
>
> (...)
>
> > menuentry "debian-6.0.3-amd64-netinst.iso" {
> > loopback loop /debian-6.0.3-amd64-netinst.iso linux
> > (loop)/install.amd/vmlinuz boot=install.amd iso-scan/filename=/debian-6.0.3-amd64-netinst.iso noeject noprompt video=vesa:ywrap,mtrr initrd
> > (loop)/install.amd/initrd.gz
> > }
> >
> > ` ` ` ` `
> >
> > The grub now reports
> >
> > error: no menuentry defination
> > error: syntax error
> > error: Incorrect command
> > error: syntax error
>
> Where did you find that stanza? It looks like you just copied/pasted it wrong :-?
>
>
> menuentry "debian-6.0.3-amd64-netinst.iso" {
> loopback loop /debian-6.0.3-amd64-netinst.iso linux
> (loop)/install.amd/vmlinuz boot=install.amd iso-scan/filename=/debian-6.0.3-amd64-netinst.iso noeject noprompt --
> initrd (loop)/install.amd/initrd.gz
> }
>
>
> Greetings,
>
Sorry, you are right.
The [video=vesa:ywrap,mtrr initrd] is appended accidentally during CCP.
But even with the correct config which you have shown above, I get the same errors :-(
The config is running fine with grub 1.95 but problem with 1.99 !!!
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120428172721.70b99471@shiva.selfip.org">http://lists.debian.org/20120428172721.70b99471@shiva.selfip.org
04-28-2012, 12:11 PM
Camaleón
grub2 loop back is not working
On Sat, 28 Apr 2012 17:27:21 +0530, J. Bakshi wrote:
>> > The grub now reports
>> >
>> > error: no menuentry defination
>> > error: syntax error
>> > error: Incorrect command
>> > error: syntax error
>>
>> Where did you find that stanza? It looks like you just copied/pasted it
>> wrong :-?
>>
>>
>> menuentry "debian-6.0.3-amd64-netinst.iso" {
>> loopback loop /debian-6.0.3-amd64-netinst.iso linux
>> (loop)/install.amd/vmlinuz boot=install.amd iso-scan/filename=/debian-6.0.3-amd64-netinst.iso noeject noprompt --
>> initrd (loop)/install.amd/initrd.gz
>> }
>>
>>
>>
> Sorry, you are right.
>
> The [video=vesa:ywrap,mtrr initrd] is appended accidentally during CCP.
> But even with the correct config which you have shown above, I get the
> same errors :-(
Weird, because a similar block (same? >:-?) similar worked for you not so
long ago:
> The config is running fine with grub 1.95 but problem with 1.99 !!!
Then you can review the suggested steps given in the above thread, maybe
is that you missed something.
Greetings,
--
Camaleón
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: jngmqb$s83$9@dough.gmane.org">http://lists.debian.org/jngmqb$s83$9@dough.gmane.org
> On Sat, 28 Apr 2012 17:27:21 +0530, J. Bakshi wrote:
>
> > On Sat, 28 Apr 2012 11:38:15 +0000 (UTC) Camaleón <noelamac@gmail.com>
> > wrote:
>
> >> > The grub now reports
> >> >
> >> > error: no menuentry defination
> >> > error: syntax error
> >> > error: Incorrect command
> >> > error: syntax error
> >>
> >> Where did you find that stanza? It looks like you just copied/pasted it
> >> wrong :-?
> >>
> >>
> >> menuentry "debian-6.0.3-amd64-netinst.iso" {
> >> loopback loop /debian-6.0.3-amd64-netinst.iso linux
> >> (loop)/install.amd/vmlinuz boot=install.amd iso-scan/filename=/debian-6.0.3-amd64-netinst.iso noeject noprompt --
> >> initrd (loop)/install.amd/initrd.gz
> >> }
> >>
> >>
> >>
> > Sorry, you are right.
> >
> > The [video=vesa:ywrap,mtrr initrd] is appended accidentally during CCP.
> > But even with the correct config which you have shown above, I get the
> > same errors :-(
>
> Weird, because a similar block (same? >:-?) similar worked for you not so
> long ago:
>
Yes I know, and it was with 1.95 and presently I'm with
1.99
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120428175344.7c011be6@shiva.selfip.org">http://lists.debian.org/20120428175344.7c011be6@shiva.selfip.org
04-28-2012, 12:47 PM
Wayne Topa
grub2 loop back is not working
On 04/28/2012 08:23 AM, J. Bakshi wrote:
On Sat, 28 Apr 2012 12:11:55 +0000 (UTC)
Camaleón<noelamac@gmail.com> wrote:
On Sat, 28 Apr 2012 17:27:21 +0530, J. Bakshi wrote:
On Sat, 28 Apr 2012 11:38:15 +0000 (UTC) Camaleón<noelamac@gmail.com>
wrote:
The [video=vesa:ywrap,mtrr initrd] is appended accidentally during CCP.
But even with the correct config which you have shown above, I get the
same errors :-(
Weird, because a similar block (same?>:-?) similar worked for you not so
long ago:
Yes I know, and it was with 1.95 and presently I'm with
1.99
What is the directory/filename the above "menuentry" is in?
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org