<br><br><div class="gmail_quote">2009/1/14 Keith <span dir="ltr"><<a href="mailto:menziesk@telus.net">menziesk@telus.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div bgcolor="#ffffff" text="#000000">
<font face="Arial">Hopefully I will become a newcomer to the world of
Linux,namely, Ubuntu 8.11<br>
<br>
I have downloaded the software to a CD ( I think you call this an ISO).
I booted from the CD, no problem....great. I like what I saw.<br>
Rather than partition my harddrive ( I'm using XP Professional) I would
like to install a programme called VirtualBox, why I'm not sure. <br>
This where I need some Advice:<br>
<br>
1. Dual boot , does this mean I can flip between Windows and Linux at
will without rebooting my computer.... or am I being very naive.<br>
<br>
2. When I start my computer up, I presume it will give me the choice of
which programme to initially boot up<br>
<br>
3. If, at startup I do nothing, which programme will automatically
startup.<br>
<br>
4. I would like the default startup to be Windows until I am
comfortable with Ubuntu...if not can it be changed to Windows( remember
I'm no rocket scientist)</font></div></blockquote><div></div><div>You can edit the file /boot/grub/menu.lst if you like. In a virtual console, type:</div><div></div><div>cd /boot/grub/</div><div>(this will take you to the /boot/grub folder)</div>
<div></div><div>sudo cp menu.lst menu.lst.old</div><div>(This makes a backup of the file menu.lst. You need to enter your password for this)</div><div></div><div>gksudo gedit menu.lst</div><div>(This opens the file menu.lst with the text editor gedit as root, or administrator if you prefer that word)</div>
<div></div><div>Now you edit the file. The first part (with its first line starting with "title     something") is the default operating system. Make sure the one you want as default comes before the other ones in the text. You can use Ctrl+x to cut the text out and Ctrl+v to paste the text at another place.</div>
<div></div><div>If you think you have too many choices, you can "comment out" sections. To do that, just make sure every line of the section starts with a "#". That makes the lines inactive.</div><div></div><div>If you feel that you don't know what you're doing here, even after studying the menu.lst file, let someone more experienced do it for you. If you do it anyway, and it all fails, you need to get your old copy back. Then I guess you'll need a live CD, then copy the old file back from a virtual terminal from there:</div>
<div>sudo cp menu.lst.old meny.lst</div><div></div><div>Then restart the computer without the CD/DVD.</div><div></div><div></div><div>Maybe there is a way to do all this with a GUI, I don't know.</div><div>J.R.</div><div>
</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div bgcolor="#ffffff" text="#000000"><font face="Arial"><br>
<br>
5. And so can I change the startup once I gain confidence using Ubuntu,
I guess number 3 above answers this question<br>
<br>
Thank you for your patience<br>
<br>
Keith<br>
</font>
</div>


<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>
<br></blockquote></div><br>