Find the answer to your Linux question:
Results 1 to 2 of 2
am using ubuntu along with vista. i made some changes in passwd- file. it was root entry values. from 0 i changed it to 1000, so that i can log ...
  1. #1
    Just Joined! charu86's Avatar
    Join Date
    Jul 2009
    Location
    19.11N 72.84E
    Posts
    13

    Exclamation login problem

    am using ubuntu along with vista.

    i made some changes in passwd- file. it was root entry values. from 0 i changed it to 1000, so that i can log in as root ( i changed it to 1000, as my normal user value's 1000)

    now ubuntu is not accepting any kind of input at all. no keybord, no mouse or touchepad.

    i can work in windows and can give commands when the grub loader comes up( with e and c options)

    any help??

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,102
    Bad move.
    You degraded your root user to a normal user.

    Therefore all actions, that have to be done as root at startup or elsewhere (think startup of daemons, change of system files, etc) will fail.

    • Get a live-cd such as knoppix,
    • boot it
    • mount your root partition
    • give the root user the UID 0 in passwd.
    • unmount the root partion
    • reboot


    Then it should work again.

    In general you should not work as root, unless you have to.

Posting Permissions

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