Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: MBR protection

  1. #1
    Mentor
    Join Date
    May 2004
    Location
    Louisiana
    Posts
    1,206

    MBR protection

    Has anybody had problems install Linux over winders with MBR protection?

  2. #2
    I think you can turn it off in the bios.

  3. #3
    Mentor
    Join Date
    May 2004
    Location
    Louisiana
    Posts
    1,206

    New hard drive solves the problem

    Wildheart, we just installed a new HD but I would like to know if MBR protection would bork a Linux (Ubuntu) install.

  4. #4
    Ya it will stop you from writing your boot loader. turn it off for the install.

  5. #5
    Mentor
    Join Date
    May 2004
    Location
    Louisiana
    Posts
    1,206

    Thnx Wildheart

    We were sure that was the problem. If we need that drive later, I will remember the MBR/BIOS solution!!!!!

    Next problem, Full time root privilege in Ubuntu, need to change/move stuff and it won't let me!

  6. #6
    open up a root terminal and use the "mv" and "cp" commands

    like mv /mnt/dir/file.file /dir/to/move/to
    or cp /mnt/dir/file.file /dir/to/copy/to

    or type "passwd root" in root terminal and set a root password.
    then go to System-administration-login screen setup then there's a setting in here to let root log in to Gnome. Then you Could move the stuff with a gui.

  7. #7
    Member
    Join Date
    Apr 2004
    Location
    Kennesaw, GA
    Posts
    217
    Fatal,

    there is a way to add your user to the "wheel" group and then in one of the files, you can specify whether or not this user is allowed to be a superuser based on the groups (IE: if I'm a member of wheel then I have root privileges via sudo)

    Let me see if I can find it.

    Mark

  8. #8
    Member
    Join Date
    Apr 2004
    Location
    Kennesaw, GA
    Posts
    217
    Fatal,

    as root type: visudo
    and hit enter

    Look for a line that looks like:
    Code:
    # Same thing without a password
    # %wheel        ALL=(ALL)       NOPASSWD: ALL
    UNCOMMENT the %wheel line (remove the #)

    Exit and save (should be the escape key, then a :x)

    Now you need to add yourself to the wheel group.

    Code:
    usermod -g wheel USERNAME
    ie: usermod -g wheel FatalError

    That should do the trick

    You should now be able to run anything root can run as your normal user by typing sudo infront of it.

    http://ubuntuforums.org/archive/index.php/t-9890.html

  9. #9
    Mentor
    Join Date
    May 2004
    Location
    Louisiana
    Posts
    1,206

    Cool, way cool

    Rootise, That was a nifty fix.

    I found another that adds a root login at the login screen. Ubuntu hides this feature from the non-geeks like me. Well you can guess what would happen if
    us mere mortals were to get into the "works".

    I am either going to start living on 3rd shift or you have to stop sleeping!

    I am starting to do the Apache, PHP, MySQL thing in preparation for Moodle.
    Living on the line, command line that is! w00t

    And I owe it all to the f00.

  10. #10
    Member
    Join Date
    Apr 2004
    Location
    Kennesaw, GA
    Posts
    217
    heh, let me know if you need any help with that.

    I could do it in my sleep and I have some suggestions on how it should be done now. (especially when you compile apache and php).

    Mark

Similar Threads

  1. Protection Checklist
    By Ishtar in forum Windows - General Topics
    Replies: 0
    Last Post: 02-18-2005, 12:46 PM
  2. Microsoft, Macrovision align on copy protection
    By genesis in forum Windows - General Topics
    Replies: 0
    Last Post: 02-01-2005, 03:54 AM
  3. Using Virus Protection in Outlook Express 6
    By regix in forum Windows - General Topics
    Replies: 1
    Last Post: 01-03-2005, 10:52 PM
  4. Troubleshoot Windows Protection Error
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 02:16 AM
  5. Linux Virus Protection
    By rooster in forum Linux - Software, Applications & Programming
    Replies: 3
    Last Post: 03-18-2002, 04:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •