All of lore.kernel.org
 help / color / mirror / Atom feed
* error : file name required
@ 2010-05-28 18:34 J. Bakshi
  2010-05-28 19:39 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: J. Bakshi @ 2010-05-28 18:34 UTC (permalink / raw)
  To: The development of GRUB 2

Dear list,

I have already have a pendrive with grub installed ( 1.96 ) with
different linux distro like puppy, backtrack etc... as well as memtest,dban, 
hdt and so on. I am trying to boot the debain iso image with grub
loopback facility. So I have placed the iso in my pen drive ( which has two partitions) and added the following in the grub.cfg 

`````````````````````````````
menuentry "debian-testing-amd64-netinst.iso" {
set root=(hd0,2)
loopback /debian-testing-amd64-netinst.iso
linux (loop)/install.amd/vmlinuz vga=normal --
initrd (loop)/install.amd/initrd.gz
}
````````````````````````

I confirm that I have already tested the iso image through "mount -o
loop" about the presence of install.amd/vmlinuz and
install.amd/initrd.gz

But grub reports with this loopback iso as

``````````````````````````````````
error: file name required
`````````````````````````````````````

What file name grub is looking for ? Any clue ?


Thanks 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-28 19:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-28 18:34 error : file name required J. Bakshi
2010-05-28 19:39 ` Vladimir 'φ-coder/phcoder' Serbinenko

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.