<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<img src="http://gfx2.hotmail.com/mail/w3/ltr/emoticons/smile_shades.gif" alt="" width="19" height="19">Herve I am in K,<br><br>I booted up with the k live cd, and once up then turned on the external usb disk drive<br>and did a $df -h  and a $df /boot see below<br>**********************************************************************<br> rayburke@rayburke-desktop:~$ df -h<br>Filesystem            Size Used Avail Use% Mounted on<br>/dev/sdb1              18G  7.6G  9.0G  46% /<br>varrun                474M  160K  474M   1% /var/run<br>varlock               474M     0  474M   0% /var/lock<br>udev                  474M   88K  474M   1% /dev<br>devshm                474M     0  474M   0% /dev/shm<br>lrm                   474M   38M  437M   8% /lib/modules/2.6.24-16-generic/volatile<br>/dev/sdb2              19G  6.2G   13G  34% /home<br>/dev/sda1              75G   39G   36G  52% /media/BKUP MAN<br>/dev/sdh1              75G   37G   38G  50% /media/BKUP MAN-1<br>rayburke@rayburke-desktop:~$ df /boot<br>Filesystem           1K-blocks Used Available Use% Mounted on<br>/dev/sdb1             1 rayburke@rayburke-desktop:~$ df -h<br>Filesystem            Size Used Avail Use% Mounted on<br>/dev/sdb1              18G  7.6G  9.0G  46% /<br>varrun                474M  160K  474M   1% /var/run<br>varlock               474M     0  474M   0% /var/lock<br>udev                  474M   88K  474M   1% /dev<br>devshm                474M     0  474M   0% /dev/shm<br>lrm                   474M   38M  437M   8% /lib/modules/2.6.24-16-generic/volatile<br>/dev/sdb2              19G  6.2G   13G  34% /home<br>/dev/sda1              75G   39G   36G  52% /media/BKUP MAN<br>/dev/sdh1              75G   37G   38G  50% /media/BKUP MAN-1<br>rayburke@rayburke-desktop:~$ df /boot<br>Filesystem           1K-blocks Used Available Use% Mounted on<br>/dev/sdb1             18034492   7909904   9397488  46% /<br>rayburke@rayburke-desktop:~$<br>8034492   7909904   9397488  46% /<br>rayburke@rayburke-desktop:~$<br>*************************************************************************************<br><br>so as you see the main xp pro is sda1 and the external usb is sdh1 and<br>only have one boot on sdb1?????<br>so await your advise<br><br>ray<br><br><br><br><hr id="stopSpelling">Date: Wed, 21 Jan 2009 21:16:51 +0100<br>Subject: Re: re grub error 17<br>From: Herve@lucidia.net<br>To: kubuntu-users@lists.ubuntu.com<br><br>Hi Ray,<br><br><div class="EC_gmail_quote">2009/1/21 Ray Burke <span dir="ltr"><<a href="mailto:rayburke30@hotmail.com">rayburke30@hotmail.com</a>></span><br><blockquote class="EC_gmail_quote" style="padding-left: 1ex;">




<div>
Herve,<br>
 <br>
I am sorry as kost of my questions on the forum go astray!!!!!</div></blockquote><div>No worries :-) <br></div><blockquote class="EC_gmail_quote" style="padding-left: 1ex;">
<div><br><br>when I boot from the backup disk it just continually says gub, but this was a <br>
clonned copy thru ghost 3 of the main xp pro??</div></blockquote><div>I s'pose ghost did not just copy the disk... I actually don't know this program. I use dd which is not very beautiful being command line and all that, but does exactly what's written on the tin :-)<br>
</div><blockquote class="EC_gmail_quote" style="padding-left: 1ex;"><div><br>
 <br>
do I do this <font color="#c00000">$ df /boot </font><font color="#0c0c0c">when in K and with just my xp pro drive and linux drive?????</font></div></blockquote><div>Sorry, you'd do this from the command line (Konsole) in Kubuntu. Sorry again for my use of command line, I actually don't know the graphical tools though I know they exist.<br>
 </div><div>To copy the disks, I'd boot from a LiveCD of Kubuntu, so none of the hard disks are being used, then I'd make a bit-for-bit copy of my disks to the backup; that's what dd does.<br><br>For example, when you start from the LiveCD, your main hard disk maybe /dev/sdc and your backup disk /dev/sdb, do you'd copy like so:<br>
$ dd if=/dev/sdc of=/dev/sdb<br><br>This means copy from input 'file' (if) /dev/sdc to output 'file' (of) /dev/sdb, and it preserves the boot record and partition table.<br><br>You can also copy partitions the same way (after checking that destination >= source). For example:<br>
$ dd if=/dev/sda3 of=/dev/sdb4<br><br>Good luck,<br>Hervé<br></div><blockquote class="EC_gmail_quote" style="padding-left: 1ex;"><div><br>
<font color="#0c0c0c"></font> <br>
<font color="#0c0c0c">ray</font><br>

<hr>
<br>
Date: Wed, 21 Jan 2009 14:04:04 +0100<div class="EC_Ih2E3d"><br>Subject: Re: re grub error 17<br>From: <a href="mailto:Herve@lucidia.net">Herve@lucidia.net</a><br>To: <a href="mailto:kubuntu-users@lists.ubuntu.com">kubuntu-users@lists.ubuntu.com</a><br>
<br></div><div><div></div><div class="EC_Wj3C7c">Hello Ray,<br><br>Re-posting to the list in case it might help others... was sent to personal e-mail.<br><br>I - Booting with the backup disks on<br><br>If your system boots ok with the backups off and does not when they're on, then my guess is that you have two grubs:<br>
* one on the main hard drive (the one you want)<br>* at least one on the backups (the one[s] you don't)<br>and that your system boots by default from the backup. This, as you probably know, can be changed in the BIOS settings, under the boot section (its location depends on your BIOS).<br>
<br>II - Error 17<br><br>The reason why grub gives error 17 is due to the difference between the partition layout in the backup disk[s] and the original disk. For example, Linux's boot partition maybe on partition /dev/sda3 on the original disk and /dev/sda1 on the backup disk[s]. To find out your boot partition, type this:<br>
<br>$ df /boot<br><br>which gives me (/boot is not a separate partition on my laptop - yet):<br>/dev/sda8             52506748   3838592  46000968   8% /<br><br>I hope this can help a bit. Do not hesitate to ask again if I can be of help.<br>
Hervé<br><br><br></div></div><hr>Download free emoticons today! <a href="http://livelife.ninemsn.com.au/article.aspx?id=669758">Holiday cheer from Messenger.</a></div>
<br>--<br>
kubuntu-users mailing list<br>
<a href="mailto:kubuntu-users@lists.ubuntu.com">kubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/kubuntu-users">https://lists.ubuntu.com/mailman/listinfo/kubuntu-users</a><br>
<br></blockquote></div><br><br /><hr />Find your ideal job with SEEK <a href='http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2F%3Ftracking%3Dsk%3Atl%3Ask%3Anine%3A0%3Ahottag%3Achange&_t=757263783&_r=SEEK_tagline&_m=EXT' target='_new'>Time for change?</a></body>
</html>