<br><br><div class="gmail_quote">On Thu, Feb 3, 2011 at 11:57 AM, Goh Lip <span dir="ltr"><<a href="mailto:g.lip@gmx.com">g.lip@gmx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Thu, 03 Feb 2011 19:15:12 +0800, uriah heep <<a href="mailto:stan10x10@gmail.com" target="_blank">stan10x10@gmail.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I have to have a dual boot system because some programs I need do not have<br>
equivalent Linux programs or will not export in a format that windows users<br>
can use. But when ever windows screws up my Linux install is also screwed.<br>
Could some one kindly point me to simple documentation to install grub to a<br>
CD in a manner so I can keep the OSes from disabling each other?<br>
</blockquote>
<br></div></div>
Uriah, to make a simple cd grub boot, just<br>
grub-mkrescue --output=anything.iso<br>
where anything.siso can be any thing you name.<br>
<br>
However if you want to include a grub.cfg file then<br>
grub-mkrescue --output=grubo.iso /media/LABEL/boot/grub/grub.cfg<br>
<br>
where /media/LABEL is the partition where you want the right grub.cfg you want copied over.<br>
But remember if you boot up from that cd, do a  "configfile /grub.cfg" so that the grub menu appears at the grub prompt.<br>
<br>
Just got back from a short new year (my new year, not yours) holidays, but if you need more info, please let us know.<br>
<br>
Regards - Goh Lip<br><font color="#888888">
<br>
-- <br>
I used to have an open mind,<br>
but my brains kept falling out.</font><div><div></div><div class="h5"><br>
<br>
-- <br></div></div></blockquote></div>Just got back to this as I am setting up a laptop to be dual boot. with windows 7 installed and installing Kubuntu I would get an option of where to install grub. is this where I can do the above or do I use my desktop which has usual dual boot to go into Kubuntu and issue commands at command line and then how do I burn to cd?<br>