Linux Mint Debian 201109 - root password

All Gurus once were Newbies
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read this

Linux Mint Debian 201109 - root password

Postby docinthebox on Sun Sep 18, 2011 1:45 am

Hi, I'm using the newly released Linux Mint Debian 201109 as a live dvd.

I clicked on Applications > All > Root Terminal, and it asks for a password. What's the password for root?

I tried doing "sudo passwd" and "sudo passwd root", it asks for "password for mint". I tried "mint" but that's not it.

Thanks.
docinthebox
Level 1
Level 1
 
Posts: 2
Joined: Sun Sep 18, 2011 1:35 am

Linux Mint is funded by ads and donations.
 

Re: Linux Mint Debian 201109 - root password

Postby wayne128 on Sun Sep 18, 2011 2:49 am

docinthebox wrote:Hi, I'm using the newly released Linux Mint Debian 201109 as a live dvd.

I clicked on Applications > All > Root Terminal, and it asks for a password. What's the password for root?

I tried doing "sudo passwd" and "sudo passwd root", it asks for "password for mint". I tried "mint" but that's not it.

Thanks.



When you are running Live DVD, you do not need password to become root

On terminal, type sudo su <enter>, you get into # prompt
wayne128
Level 8
Level 8
 
Posts: 2198
Joined: Tue Jul 13, 2010 12:15 am

Re: Linux Mint Debian 201109 - root password

Postby docinthebox on Sun Sep 18, 2011 9:48 pm

When I type "sudo su" at the prompt "mint@mint", it says "[sudo] password for mint: "

If I ignore it and press return, it will ask again "Sorry, try again".
docinthebox
Level 1
Level 1
 
Posts: 2
Joined: Sun Sep 18, 2011 1:35 am

Re: Linux Mint Debian 201109 - root password

Postby StanTheMan on Sun Sep 18, 2011 10:02 pm

Running LMDE Live , Terminal
if you tryp " sudo " followd by a bash command , it will not ask for password.

If you type " sudo passwd " , it will ask for a Unix password. You can enter one of your choice , followed by a repeat. This new UNIX password can then be used after " su " , to get into Root, until the Live is re-booted, when this un-saved passwword is lost.

This is standard practice with Ubuntu, but NOT with pure Debian .
StanTheMan
Level 5
Level 5
 
Posts: 577
Joined: Fri Feb 13, 2009 7:07 pm

Re: Linux Mint Debian 201109 - root password

Postby arcano_mephisto on Tue Sep 20, 2011 7:18 pm

I have this trouble too.
I use Linux Mint Debian 201109 Gnome
I use Live-USB with YUMI(like a unebootlin).
Arcano Mephisto(Laércio Carvalho)
Image Image Image
User avatar
arcano_mephisto
Level 1
Level 1
 
Posts: 2
Joined: Tue Sep 20, 2011 7:00 pm
Location: Fortaleza/Ceara/Brasil

Re: Linux Mint Debian 201109 - root password

Postby zerozero on Tue Sep 20, 2011 8:05 pm

@arcano_mephisto, your problem is different from the OP, you are using basically a kind of Pendrivelinux and that tool somehow creates a persistent live-usb, try with unetbootin and you shouldn't have that error
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: Linux Mint Debian 201109 - root password

Postby Driger on Mon Feb 13, 2012 1:09 pm

I had this problem too.

Result is here:
1) In Linux Mint press CTRL+ALT+F1 (you get in terminal)
2) write to console: su (now you are root)
3) write to console: passwd
4) set new root password now
5) press CTRL+ALT+F7

And now root user have your defined password until you reboot your system. It's working, i used it... :wink:
Driger
Level 1
Level 1
 
Posts: 1
Joined: Mon Feb 13, 2012 1:05 pm

Re: Linux Mint Debian 201109 - root password

Postby MikeF90000 on Wed Feb 15, 2012 11:28 pm

On the live CD, I'm pretty sure that issuing 'sudo -s' will not prompt you for a password.
Using xfce v4.8 on LMDE and Linux Mint 12.
MikeF90000
Level 1
Level 1
 
Posts: 26
Joined: Sun Jan 08, 2012 7:54 pm
Location: California, USA

Re: Linux Mint Debian 201109 - root password

Postby Nikolai Beier on Wed Feb 22, 2012 9:15 am

Code: Select all
sudo -s
was surely meant to be working, but I have seen a case where it does not, depending on the hardware on which the live system is booted.

Using the ISO image for 32 bit and CD's of Mint 12, burned to a CD and booted from that CD, I saw this:
On a IBM R40 laptop It boots without any sign of error, but
* there is no icon on the desktop to the live-installer program
* sudo or SU does not work, user "mint" has blank password
* no infinity menu in the upper left corner, so Gnome Shell with MGSE is not running. Perhaps it is Gnome 3 in "fallback mode"?
This is the graphics chip of the R40: ATI Mobility Radeon 7500, 32 MiB RAM.

Perhaps it is the same bug on LMDE and Mint 12?

The same happens with an iso transferred to a USB pendrive, so it is not just because something went wrong in that image conversion.

Now, booting a newer SL500 laptop with nvidia G 105M graphics, the live system boots up in what looks like Gnome 3 + MGSE, with an icon on the desktop for the live-installer, the infinity menu works, and sudo works as expected.

It seems the error is triggered when the live system tries "plan B" with the GUI/gnome. Unfortunately it is far from obvious that the live-installer fails silently in the fallback gnome version (which is there because of poor hardware support for some graphics chips)
Nikolai Beier
Level 1
Level 1
 
Posts: 1
Joined: Wed Feb 22, 2012 5:40 am

Re: Linux Mint Debian 201109 - root password

Postby starsareblood on Tue Mar 13, 2012 6:47 pm

I'm in the same boat, it's very strange, I'm trying to install lmde from a live-usb, but there's no option to install from setup. When it boots I try to sudo live-installer but it asks me for a password. I've tried all the usual pass words [enter, mint, root, sudo, su, tux, etc]. I haven't got persistance or anything set. It's just weird that it asks for a root password on a live-usb...
starsareblood
Level 1
Level 1
 
Posts: 6
Joined: Mon Oct 17, 2011 6:37 pm

Re: Linux Mint Debian 201109 - root password

Postby zerozero on Tue Mar 13, 2012 6:59 pm

starsareblood wrote:[...]I'm trying to install lmde from a live-usb[...]
how did you create that live-usb?
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: Linux Mint Debian 201109 - root password

Postby o_unico on Sat Mar 17, 2012 2:32 pm

zerozero wrote:
starsareblood wrote:[...]I'm trying to install lmde from a live-usb[...]
how did you create that live-usb?

Same problem here, I used Lilo and unetbootin. Funny thing, soon as this version was released I installed without any problem via USB. Now I'm stuck into it. I'm trying using the same old file I downloaded by the time.
o_unico
Level 1
Level 1
 
Posts: 17
Joined: Sun Dec 05, 2010 10:49 am

Re: Linux Mint Debian 201109 - root password

Postby dman on Sat May 05, 2012 9:37 am

Driger wrote:I had this problem too.

Result is here:
1) In Linux Mint press CTRL+ALT+F1 (you get in terminal)
2) write to console: su (now you are root)
3) write to console: passwd
4) set new root password now
5) press CTRL+ALT+F7

And now root user have your defined password until you reboot your system. It's working, i used it... :wink:

I had this trouble and I tried exactly this. I can log in to the console and su. But I cannot change root's password. Typing "passwd" brings up an empty line, not a real prompt.

I successfully created another system user and added him to group root, and I successfully logged in to the Live GUI environment as that user, but even then I could not, e.g., run gparted. It wanted root's password.

This is with a fresh LMDE 32-bit live USB key.
dman
Level 1
Level 1
 
Posts: 20
Joined: Sat May 05, 2012 9:28 am

Linux Mint is funded by ads and donations.
 

Return to Newbie Questions

Who is online

Users browsing this forum: No registered users and 6 guests