BTM

BASIC TRADING MULTIMEDIA

Archive for the ‘ubuntu’ Category

GRUB Error 17

The first time in my life I’ve got to remove ubunutu from a nice pc survived to 4 distr-upgrade successfully. A sad day!
Anyway, my friend asked me to do it and the “great mistake” was there… I removed the partition forgetting the boot manager… and now windows says “ups!” GRUB Error 17.
Obviously I don’t have here a Win XP install disk, only the original recovery disk of HP that does not permit me to rebuild the mbr.
I decided to write here how to solved it using the UBUNTU LIVE way (hope!)

1) When ubuntu is started, go to:

System -> Administration -> Software sources</pre>and enable the "universal" repositories.<br /><br />2) Open a terminal and install necessary additional software (<a target="_blank" href="http://ms-sys.sourceforge.net/">ms-sys</a>)<br /><pre>sudo apt-get install ms-sys<br /></pre>3) Now you’ll need to figure out what partition is the one hosting your Windows operating system.  Back in the command line, type:<p><pre>sudo fdisk -l</pre></p><p></p> <p>That will list the available partitions.  You’re looking for a partition that says something like</p><p><pre>/dev/sda1 * 1	ecc ecc</pre>You have to recognize your windows partition in order to advance...</p><p>4) rewrite boot!</p><p><pre>sudo -s ms-sys -m /dev/sda1 (o altro disco se diverso da questo)<br />

It’s not nice to say, but it didn’t work on my laptop.

Thanks a lot to ubuntulandia for his original tutorial.

  • 0 Comments
  • Filed under: How-to, Windows, ubuntu
  • Configure printer on ubuntu

    I’ve got to configure my printer on the new UBUNTU release 8.04; everything was fine, printer on USB detected and so on but, when I’ve got to do the last magic click, the GUI asked me for a localhost password…
    Obviously no password was right and I could not finish my setup.
    Reading around I’ve found this little trick that might be usefull to someone else:

    Alt-F2 to open application launcher and type

    gksudo  system-config-printer

    Ubuntu will ask your system password and then you’ll be able to configure, delete and modify your printers.

  • 0 Comments
  • Filed under: How-to, Linux, ubuntu