Author Topic: Need OS advice.  (Read 1514 times)

Offline racerrandy

  • Jr. Member
  • **
  • Posts: 12
Re: Need OS advice.
« Reply #15 on: March 25, 2011, 05:35:01 AM »
Well, I did leave it for an hour or so, and it seem to be completed. But when I rebooted and started the initial setup up it wouldn't respond to my keyboard. Mouse worked fine though.  Obviously something going on in there. I have a ultimate boot disc somewhere, I will see if it has something on there to clean it up. Its a $25 laptop so I am not afraid to get my hands dirty on it.  ;D

I am bound and determined to see this through!


Thanks for the help guys!





Randy

Offline hoos

  • Sr. Member
  • ****
  • Posts: 375
  • E=mc²
Re: Need OS advice.
« Reply #16 on: March 25, 2011, 07:09:40 AM »
The best utility to completely wipe out anything is 'dban':
http://www.google.nl/search?q=dban&ie=utf-8&oe=utf-8&aq=t&rls=com.pclinuxos:en-US:unofficial&client=firefox-a
More info at: http://www.dban.org/
 Hope that helps, cheers, Hoos.
You have to be efficient if you're going to be lazy

Online Crow

  • Hero Member
  • *****
  • Posts: 8754
  • OBJECTS IN MIRROR... ARE LOSING
Re: Need OS advice.
« Reply #17 on: March 25, 2011, 07:39:11 AM »
Is Gparted not enough?  http://gparted.sourceforge.net/download.php

Quote
I hate being a 44 year old NEWB!


 ;D   ;D   Get used to it, I'm 56, several years in this forum and still on the surface  ;D   ;D
« Last Edit: March 25, 2011, 07:41:51 AM by Crow »
I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Offline Wildman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 7551
  • Symphony for a Unstrung Tongue
Re: Need OS advice.
« Reply #18 on: March 25, 2011, 02:15:45 PM »
Wow, only 44!! Enjoy it... ;) ;D 8)
Happiness is not having what you want, but wanting what you have!

Joe Gable, "Joble" Was my Friend..
Dave "Exwintech" has also gone on...
Linux Counter #288984

Offline pags

  • Hero Member
  • *****
  • Posts: 2515
  • Keep it clean.
Re: Need OS advice.
« Reply #19 on: March 25, 2011, 02:28:05 PM »
Sounds like you probably had a grub2 beta software on there at some point and it wrote some trash to the mbr and pclinuxos is having a hard time trying to find the proper entry point. Does anyone know of a good utility to totally clean the harddrives mbr?



WARNING!  THIS WILL WIPE YOUR HDD!!!
Code: [Select]
for i in `seq 1 7`; do dd if=/dev/urandom of=/dev/sda; done
::)
...might wipe more than the MBR, but there shouldn't be much of anything left. ;D

It will take a good while to run, also. ;)

Offline Ramchu

  • Hero Member
  • *****
  • Posts: 1588
Re: Need OS advice.
« Reply #20 on: March 25, 2011, 02:39:02 PM »
Quote
I hate being a 44 year old NEWB!

Better than being a 58 year old NEWB like me !  ;)

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9671
  • I'm Just A Dog.
Re: Need OS advice.
« Reply #21 on: March 25, 2011, 09:55:09 PM »
Sounds like you probably had a grub2 beta software on there at some point and it wrote some trash to the mbr and pclinuxos is having a hard time trying to find the proper entry point. Does anyone know of a good utility to totally clean the harddrives mbr?



WARNING!  THIS WILL WIPE YOUR HDD!!!
Code: [Select]
for i in `seq 1 7`; do dd if=/dev/urandom of=/dev/sda; done
::)
...might wipe more than the MBR, but there shouldn't be much of anything left. ;D

It will take a good while to run, also. ;)

This assumes an already running instal. Gparted is what I always use for a box that I want a clean instal on.  ;D


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Need OS advice.
« Reply #22 on: March 25, 2011, 11:50:18 PM »
Rudge,
I think he meant to run the command from a live session. Of course, gparted can be run from a live session, too.

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9671
  • I'm Just A Dog.
Re: Need OS advice.
« Reply #23 on: March 26, 2011, 06:16:24 AM »
Rudge,
I think he meant to run the command from a live session. Of course, gparted can be run from a live session, too.


Doh!  ::)



-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline pags

  • Hero Member
  • *****
  • Posts: 2515
  • Keep it clean.
Re: Need OS advice.
« Reply #24 on: March 26, 2011, 07:15:15 AM »
Rudge,
I think he meant to run the command from a live session. Of course, gparted can be run from a live session, too.


Doh!  ::)



Yep.  Although I didn't reply quick enough! :D

There are many basic tools to do many things...
 ;)

Offline Hootiegibbon

  • Hero Member
  • *****
  • Posts: 4151
Re: Need OS advice.
« Reply #25 on: March 26, 2011, 01:50:31 PM »


The commands above will work, but clear out just the mbr something like this may be more appropriate

MBR Tricks With Linux


Jase


I am Hootiegibbon, undisputed champion fo the typo

My .dotfiles

Offline pags

  • Hero Member
  • *****
  • Posts: 2515
  • Keep it clean.
Re: Need OS advice.
« Reply #26 on: March 28, 2011, 06:52:40 AM »
OK.  I do admit I was being a little facetious (just a little), but I wanted to highlight that in many cases, we have the tools readily available to accomplish many tasks without additional investment.  In addition, I'm not 100% (in the case of grub2) if it uses anything beyond the MBR (which could be part of why it can be so difficult to remove)...wiping the entire drive should get rid of any problem (unless the PC's or drive's BIOS or firmware have somehow been compromised. :o
 ;)