On Mon, 31 Oct 2011 08:47:08 +0000 Raf Czlonka <[email protected]> wrote:
> On Mon, Oct 31, 2011 at 07:32:43AM GMT, J. Bakshi wrote: > > How can I directly boot debian net installer iso directly from > > grub2 ? > > You haven't even looked, have you? ;^) > > http://michael-prokop.at/blog/2009/05/25/boot-an-iso-via-grub2/ > Yes read, but the things is not that smooth with debian. I have to configure it as ```` menuentry "debian-6.0.3-amd64-netinst.iso" { loopback loop /debian-6.0.3-amd64-netinst.iso linux (loop)/install.amd/vmlinuz boot=live iso-scan/filename=/debian-6.0.3-amd64-netinst.iso noeject noprompt -- initrd (loop)/install.amd/initrd.gz } ```` The iso boots; but during installation at a stage it reports ````` No cdrom detected `````````` and I really don't need the cdrom detection where as I'm booting from USB. Hence I asked the question.. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

