LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-19-2012, 03:54 PM   #1
rvadillo
LQ Newbie
 
Registered: Mar 2012
Location: Escondido, CA, USA
Distribution: Linux Mint 12
Posts: 13

Rep: Reputation: Disabled
having problems after doing a dual-boot installation of Linux Mint12 and Windows 7


I just did a dual-boot installation of Linux Mint 12 and Windows 7, and now I have two major problems:

1) I'm not getting a menu at boot-up time that will allow me to run Windows. It goes directly to the log-in prompt for Linux.
2) After having had some problems trying to update all software packages in Linux after the installation (LibreOffic update never worked), Linux now will not let me log in. It asks for the user password, but it doesn't get past that.

Can somebody help me?

Thanks.
 
Old 03-19-2012, 04:03 PM   #2
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
Quote:
Linux now will not let me log in. It asks for the user password, but it doesn't get past that.
So what's the problem you're facing now? Aren't you able to login?
 
Old 03-19-2012, 04:10 PM   #3
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
You should expect it to ask for a user password because when you install Linux Mint it asks it you want to require a password to login or to enable autologin. So that was your choice. You're not being, clear. Do you get the login prompt, enter your password and then get no activity and are unable to login? If so, what happens? You need to clarify what "doesn't get past that" means if you expect help.
 
Old 03-19-2012, 04:50 PM   #4
rvadillo
LQ Newbie
 
Registered: Mar 2012
Location: Escondido, CA, USA
Distribution: Linux Mint 12
Posts: 13

Original Poster
Rep: Reputation: Disabled
I'm not able to log in

I'm not able to log in. Even if I try to log in as root, I can't.
 
Old 03-19-2012, 05:10 PM   #5
SaintDanBert
Senior Member
 
Registered: Jan 2009
Location: "North Shore" Louisiana USA
Distribution: Mint-20.1 with Cinnamon
Posts: 1,771
Blog Entries: 3

Rep: Reputation: 108Reputation: 108
Quote:
Originally Posted by rvadillo View Post
I just did a dual-boot installation of Linux Mint 12 and Windows 7, and now I have two major problems:
I'm running Mint-12+Cinnamon along side of Windows-7 without any troubles, so I know that this configuration works. Think back through your install process and remember details. (I typically keep detailed paper notes during installs for just this situation.) Sadly, you may not be able to reconstruct what you did and must simply try again.

Quote:
Originally Posted by rvadillo View Post
1) I'm not getting a menu at boot-up time that will allow me to run Windows. It goes directly to the log-in prompt for Linux.
That menu comes from GRUB-2 or its pretty-fier "burg". On the typical windows+intel workstation, you write GRUB to the master boot record (MBR) of whichever drive your hardware considers to be the primary system drive. In linux terms, that is usually /dev/sda. The Mint installer asks where to write this as part of the install dialog.

A common error writes to one of the partitions (/dev/sda1 or /dev/sda2 or ...) instead of to the drive MBR (/dev/sda). If you wrote on the windows-7 partition, you might need to re-install win-7.

Boot your windows-7 recovery media and check things out. I think it gives you the option to start windows on the system disk rather than the DVD. Consider using an option to repair windows if there is one.

Once you are able to boot win-7, repeat your install of Mint-12 keeping good notes and reading the install instructions carefully. If you don't understand a question, someone here can help explain things.

Quote:
Originally Posted by rvadillo View Post
2) After having had some problems trying to update all software packages in Linux after the installation (LibreOffic update never worked), Linux now will not let me log in. It asks for the user password, but it doesn't get past that.
Linux Mint-12 is derived from Ubuntu which is derived from Debian. In that world,
one uses "sudo" (command line) and "gksu" (desktop) to gain administrative permissions for tasks like software updates. Both applications ask for the password assigned to the current user. If you did not install with a user password, I don't know what you need to do to get administrative permissions.

Try this from a terminal window or console:
Code:
prompt$  passwd

Old Password: {enter}

New Password: {some string}
Repeat: {some string again}
Since you don't have a password now, {enter} provides a null reply.
Then enter whatever string you wish to use as a password. From this point on, you will require a password to login after power-on start.

Both "sudo" and "gksu" should work with this assigned string.

Quote:
Originally Posted by rvadillo View Post
Can somebody help me?
Yes, Lots of help and helpers are available. Often the solution lies in asking good ("better" or "correct") questions. I'm not being flippant, here, rather
I've fought a problem only to eventually rephrase the question and get a useful
answer almost immediately.

bonne chance,
~~~ 0;-Dan
 
Old 03-19-2012, 07:17 PM   #6
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
Quote:
I'm not able to log in. Even if I try to log in as root, I can't.
That doesn't help much. What are the answers to the questions I asked previously? There is no root user in a standard Linux Mint install. To get root privileges, you would use the sudo command. Can you clarify whether you are getting the standard login screen where you see your username or are asked to enter your user name or whether you are just seeing a command prompt?
 
Old 03-20-2012, 07:47 AM   #7
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
You can get root privileges in a Ubuntu base distro if you type
Code:
$ sudo su
then type your password when prompted and you will be root for that terminal session. After you are done screwing things up remember to type
Code:
# exit
Good luck to you.
 
Old 03-20-2012, 05:09 PM   #8
rvadillo
LQ Newbie
 
Registered: Mar 2012
Location: Escondido, CA, USA
Distribution: Linux Mint 12
Posts: 13

Original Poster
Rep: Reputation: Disabled
Reply to Yancek's question

Yancek:
"You should expect it to ask for a user password because when you install Linux Mint it asks it you want to require a password to login or to enable autologin. So that was your choice. You're not being, clear. Do you get the login prompt, enter your password and then get no activity and are unable to login? If so, what happens? You need to clarify what "doesn't get past that" means if you expect help."

@yancek: I did the installation so that it would ask for the password. So that's what it's doing. After I enter the password, the screen goes blank for a few seconds, and then it asks for the password again. And this goes on and on.



Yancek:
"That doesn't help much. What are the answers to the questions I asked previously? There is no root user in a standard Linux Mint install. To get root privileges, you would use the sudo command. Can you clarify whether you are getting the standard login screen where you see your username or are asked to enter your user name or whether you are just seeing a command prompt?"

@yancek: I'm getting the standard login prompt with my username. It also gives the option to enter "Other User", in which case you get to enter whatever username you want. At this point I tried entering the root username, but it fails when I try a blank password (just a guess). I did read that you can create a root user by entering "sudo passwd root", and then setting its password.
 
Old 03-20-2012, 10:02 PM   #9
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
I did some googling on your problem and it seems to not be uncommon with Mint and Ubuntu. Often related to problems with updates. Given that it is a new install, the simplest thing may be to just reinstall and try again. I don't use Mint or Ubuntu so am not really familiar. Have you googled "Linux Mint login loop"?
 
Old 03-21-2012, 11:07 AM   #10
rvadillo
LQ Newbie
 
Registered: Mar 2012
Location: Escondido, CA, USA
Distribution: Linux Mint 12
Posts: 13

Original Poster
Rep: Reputation: Disabled
I ended up booting into windows using a recovery disk, restoring the master boot record so that I could boot up to Windows, and reinstalling Linux Mint 12 (64-bit).

Now when the computer boots up, I get a blank screen with the text "Frequency out of range" floating on the screen. At this point it is just stuck on this. Does anyone know anything about this?

Now I'm not sure if to forget this Linux Mint installation, and try a different linux distro.
 
Old 03-21-2012, 12:10 PM   #11
SaintDanBert
Senior Member
 
Registered: Jan 2009
Location: "North Shore" Louisiana USA
Distribution: Mint-20.1 with Cinnamon
Posts: 1,771
Blog Entries: 3

Rep: Reputation: 108Reputation: 108
Quote:
Originally Posted by yancek View Post
I did some googling on your problem and it seems to not be uncommon with Mint and Ubuntu. Often related to problems with updates. Given that it is a new install, the simplest thing may be to just reinstall and try again. I don't use Mint or Ubuntu so am not really familiar. Have you googled "Linux Mint login loop"?
I've used Ubuntu since April of 2008 and Mint for the past year. I continue to use both distro's. I have never seen this issue.

The only similar trouble I had involved my own error with what I typed. I made
a typing mistake -- TWICE -- while typing the initial password. Then when I tried
to use it, the correct keys did not work.

At this point, I agree with the suggestion to re-install.
Make sure that your win-7 parts are working first. The linux installer will see them and make arrangements for your boot menu. It is nearly impossible to add
win-xx once you have linux in place.


I also recommend that you get a fresh download of your ISO and burn a fresh copy
of your boot media. Make sure you use the disk sanity check before you run the install.

Bonne chance,
~~~ 0;-Dan
 
Old 03-21-2012, 12:17 PM   #12
rvadillo
LQ Newbie
 
Registered: Mar 2012
Location: Escondido, CA, USA
Distribution: Linux Mint 12
Posts: 13

Original Poster
Rep: Reputation: Disabled
If I do the reinstallation of Linux Mint 12 (Lisa), should I stick with the 64-bit version that I'm trying right now, or should I switch to the 32-bit version? Or does it matter? Or should I switch to a different Linux distro (for instance, Zorin)?

Is Ubuntu better than Mint in terms of problems like this?
 
Old 03-21-2012, 01:15 PM   #13
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
Quote:
If I do the reinstallation of Linux Mint 12 (Lisa), should I stick with the 64-bit version that I'm trying right now, or should I switch to the 32-bit version? Or does it matter? Or should I switch to a different Linux distro (for instance, Zorin)?
If your system supports 64-bit architecture then you can go ahead with 64-bit version. Remember that in the absence of the 64 bit support, the OS memory manager is limited to a 4GB physical address space. Most of that address space is filled with RAM, but not all of it. Memory-mapped devices (such as your video card) will use some of that physical address space, as will the BIOS ROMs. After all the non-memory devices have had their say, there will be less than 4GB of address space available for RAM below the 4GB physical address boundary.

the motherboard assigned the ROMs and the hardware devices to the physical address space between 3.5GB and 4GB (occupying about 0.5GB of address space). When you start plugging in your memory chips, then, they are assigned physical addresses starting at the bottom, and then skip over the address space that has already been assigned to the hardware and ROM, then resume.

On this imaginary system, then, the 0.5GB of address space used for hardware and ROMs causes that much memory to get shoved upwards, and it ends up above the 4GB boundary. Without 64 bit support, the processor is capable only of addressing memory below the 4GB boundary, which means that the memory above that boundary is inaccessible. It's consuming electricity but isn't doing anything.

The solution is to go to 64-bit OS so that the processor can access the physical address space above the 4GB boundary.

So why don't we just map the ROMs and the hardware devices to space above 4GB??
then the CPU can't access the IO devices so you have system with 4GB of RAM and no video card......

Quote:
Is Ubuntu better than Mint in terms of problems like this?
And you cannot say about such problems among OSs.
 
Old 03-21-2012, 01:31 PM   #14
Tom_Cruise
LQ Newbie
 
Registered: Jun 2011
Distribution: Slackware , Mint
Posts: 7

Rep: Reputation: Disabled
Im myself using mint , at installation time it asks you for user name and password ,after that you can login from login window with username and password, provided by you at installation time as simple as that,
and
you can also login with recovery mode from boot menu with
login: root
password: username_password

here you can change whatever you like cause you got terminal.
 
Old 03-21-2012, 01:33 PM   #15
rvadillo
LQ Newbie
 
Registered: Mar 2012
Location: Escondido, CA, USA
Distribution: Linux Mint 12
Posts: 13

Original Poster
Rep: Reputation: Disabled
How do I boot up into recovery mode if I don't get a grub menu at all? It just says "Frequency out of range".
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual Boot Linux Mint 10 and Windows 7 Problems Pogo947 Linux - Newbie 4 06-02-2011 03:03 PM
grub boot loader installation in dual boot machine after windows 7 installation sourabh.sinha Linux - Newbie 4 03-23-2010 09:22 AM
MS Windows/Linux Dual Boot and NIC Problems! Matey Linux - Newbie 1 02-04-2009 01:26 AM
Linux Windows Dual Boot Installation Notes UMG:Chicken_Soüp Linux - General 0 01-07-2008 12:46 AM
Problems with windows/Linux dual boot jkt Linux - Software 5 02-07-2004 02:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration