<div dir="ltr">Thanks Nils,<div><br></div><div>How do I figure out what to put for a Windows 7 Install CD?<br><br>Amichai<div id="WISESTAMP_SIG_gmail_session"></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Mar 22, 2013 at 10:10 PM, Nils Kassube <span dir="ltr"><<a href="mailto:kassube@gmx.net" target="_blank">kassube@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Amichai Rotman wrote:<br>
> I have a 32Gb pen drive. I'd like to install GRUB on it to boot the<br>
> different options for my "bug hunting" procedure, i.e.: create a<br>
> folder named ISO, put a bunch of ISO files in it and choose between<br>
> them at boot time. For example:<br>
><br>
> System Rescue<br>
> Windows 7 Install<br>
> Ubuntu Install<br>
> Avira Rescue CD...<br>
><br>
> So, How do I figure out what to write in the menu item for each<br>
> (except the title, of course...). I want to be able to figure it out<br>
> for any live ISO out there, not just for those I mentioned.<br>
<br>
</div>On my USB stick I have entries like this for some Ubuntu images in the<br>
file "/boot/grub/grub.cfg":<br>
<br>
menuentry "Mini Raring i386" {<br>
loopback loop /isos/raring-i386-mini.iso<br>
linux (loop)/linux iso-scan/filename=/isos/raring-i386-mini.iso initrd=initrd.gz -- quiet<br>
initrd (loop)/initrd.gz<br>
}<br>
<br>
The images are in a folder "/isos" but you probably guessed that already.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Nils<br>
<br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</font></span></blockquote></div><br></div>