MBR - Master boot record?

For beginners, flames not allowed...(just by the staff :P)
Post Reply
User avatar
Still_Learning
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 1040
Joined: 11 Jun 2008, 16:00
15
Location: Trigger City

MBR - Master boot record?

Post by Still_Learning »

I know on a duel ubuntu / win sys ussually you use Grub or Lilo, to select between the windows or ubuntu sytem to boot, correct?

How do you create a menu like that or get into the MBR to write, read, execute stuff?

Which do you prefer Grub or Lilo?

Recently I had some PC problems and my linux seemed to have gotten infected before my windows on the duel boot. I still have the linux partition, but had to reformat my windows pc, but the problem seems to have stemed from a linux shell program in my ubuntu partition, and my windows being more stable.. unless they got to my linux partition FROM my windows..

what do you advise?

User avatar
floodhound2
∑lectronic counselor
∑lectronic counselor
Posts: 2117
Joined: 03 Sep 2006, 16:00
17
Location: 127.0.0.1
Contact:

Post by floodhound2 »

As far as a dual boot I always install windows first then putting Linux on after. I use grub as the boot loader and don't really modify the MBR. Only time i modify that is if I am using many windows op-systems. i.e Windows 2000, XP and Vista. Vista 64 is different though. I hope this helps.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

I recommend GRUB, take a look here:
http://www.supergrubdisk.org/wiki/Howto_Fix_Grub

and I doubt Linux was the reason of the problems, in 99.9% of the cases it's Windows....except you had a catastrophic misconfiguration, also there is no way to access Linux file systems from XP (at least without installing extra software). what indications are pointing to malware (a shell as you said) on the Linux system?

once your Linux system is accessible again do a:

Code: Select all

last -50 -i
it will show you the last 50 users with their IPs that have logged in to the system....if there is 1 you don't know: full re-install.... :wink:

Post Reply