Hi, Bob.<br><br>When I booted from the Ubuntu CD and selected "just try it out without changing your computer", sdr was not installed. Should I have to reinstall Unbuntu 64 again?<br><br>--Paul, wa0rse<br><br><div class="gmail_quote">
On Wed, Jan 14, 2009 at 8:06 AM, Bob McGwier <span dir="ltr"><<a href="mailto:rwmcgwier@gmail.com">rwmcgwier@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I had Windows XP on my Atom and I upgraded to Windows XP64. I had Ubuntu<br>
in a second partition. I had installed Ubuntu 64 after Windows XP but<br>
before Windows XP64 on the ATOM330 computer.<br>
<br>
How does one do this? Once done, it is utterly trivial.<br>
<br>
When you install a version of Winblows and it overwrites the master boot<br>
record (as it did in the case of my upgrading to XP64) you need to<br>
reinstall grub.<br>
<br>
You have to pay attention but it is straightforward.<br>
<br>
Boot the Ubuntu LiveCD you used to install.<br>
<br>
On applications, accessories, click on terminal and when it is open run<br>
<br>
sdr bash<br>
<br>
This will make you root. Let us assume your machine has identified the<br>
disk as /dev/sda.<br>
<br>
Run<br>
<br>
fdisk /dev/sda<br>
<br>
and then type<br>
p and hit return<br>
<br>
This will print the partition table. Your root directory (assuming you<br>
put everything into one directory) will be in the list. Suppose it is<br>
third in the list (you DO count any extended partitions as one in the<br>
list, you just count down until you find the root partition). You start<br>
counting 0,1,2,....<br>
<br>
As I said, suppose it is third in the list at position 2. In this<br>
position, assuming we are talking about drive a (in windows, it is<br>
called C by default) this will be /dev/sdaN where N is some integer.<br>
<br>
in the terminal window, type<br>
<br>
grub<br>
<br>
this will give you a grub shell prompt<br>
grub><br>
<br>
This will be implied from here until the end.<br>
<br>
root (hd0,2) (hd0 if your drive is sda, hd1 if sdb, etc.)<br>
setup (hd0)<br>
<br>
you will get data back if it finds the /boot/grub/menu.lst and it will<br>
tell you if you succeed or not.<br>
<br>
quit<br>
<br>
you are done. Reboot<br>
<br>
Remember, if this did not work, nothing is lost. You can boot the<br>
windows and repair the master boot record or if the grub menu.lst is<br>
faulty you can edit it<br>
<br>
Go into the LiveCD again and bring up a terminal<br>
<br>
mkdir /mnt/sysimage<br>
mount -t ext3 /dev/sdaN /mnt/sysimage<br>
<br>
where N is the integer mentioned above when you printed the partition table<br>
<br>
cd /mnt/sysimage/boot/grub<br>
<br>
and you can edit menu.lst with gedit or vi or some other fave.<br>
<br>
Good luck,<br>
Bob<br>
N4HY<br>
<br>
--<br>
ARRL SDR Working Group Chair<br>
Member: ARRL, AMSAT, AMSAT-DL, TAPR, Packrats,<br>
NJQRP, QRP ARCI, QCWA, FRC.<br>
"Order and simplification are the first steps<br>
toward the mastery of a subject.", Mann<br>
<br>
<br>
------------------------------------<br>
<br>
Yahoo! Groups Links<br>
<br>
<*> To visit your group on the web, go to:<br>
    <a href="http://groups.yahoo.com/group/dttsp-linux/" target="_blank">http://groups.yahoo.com/group/dttsp-linux/</a><br>
<br>
<*> Your email settings:<br>
    Individual Email | Traditional<br>
<br>
<*> To change settings online go to:<br>
    <a href="http://groups.yahoo.com/group/dttsp-linux/join" target="_blank">http://groups.yahoo.com/group/dttsp-linux/join</a><br>
    (Yahoo! ID required)<br>
<br>
<*> To change settings via email:<br>
    mailto:<a href="mailto:dttsp-linux-digest@yahoogroups.com">dttsp-linux-digest@yahoogroups.com</a><br>
    mailto:<a href="mailto:dttsp-linux-fullfeatured@yahoogroups.com">dttsp-linux-fullfeatured@yahoogroups.com</a><br>
<br>
<*> To unsubscribe from this group, send an email to:<br>
    <a href="mailto:dttsp-linux-unsubscribe@yahoogroups.com">dttsp-linux-unsubscribe@yahoogroups.com</a><br>
<br>
<*> Your use of Yahoo! Groups is subject to:<br>
    <a href="http://docs.yahoo.com/info/terms/" target="_blank">http://docs.yahoo.com/info/terms/</a><br>
<br>
</blockquote></div><br>