 |
 |
 |
 |
| Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems. |

5th March 2010, 09:17 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 44

|
|
|
VirtualBox: can't start after upgrading from fedora 11 to 12
I have a virtual machine on VirtualBox.
I had Fedora 11, all was well.
I ran the "preupgrade" tool. It downloaded all successfully, it asked me to reboot.
On reboot, it installed everything as it should. It finished by saying it was installed successfully and asked me to reboot one last time.
Now when I start it, some text flashes rapidly on the screen. Then it stops.
See attached file for screenshot of the last text shown.
Please help!
Thanks
|

5th March 2010, 11:50 PM
|
 |
Registered User
|
|
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286

|
|
Brilliant, so you're running F12 on F11's kernel ? Post
Code:
cat /etc/*release ; uname -r
|

6th March 2010, 12:01 AM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 44

|
|
I'm not sure I understand your answer.
I ran the upgrade, following these instructions: http://docs.fedoraproject.org/instal...l/ch17s02.html
I'm not sure what it ended up doing ...
As far as the command you suggested, well ... I can't run it.
I can type things, but pressing *enter* doesn't do anything, it just goes to the next line.
There is no prompt anywhere...
I'm screwed aren't I?
|

6th March 2010, 12:04 AM
|
 |
Registered User
|
|
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286

|
|
|
Not sure. Can't you copy paste the above command in a terminal ?
|

6th March 2010, 12:25 AM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 44

|
|
|
Like I said, I can type it no problem.
It just doesn't do anything, there is no terminal or prompt, it's like it's just a free form.
I just spits back what I type.
See updated screenshot.
|

6th March 2010, 01:34 AM
|
 |
Registered User
|
|
Join Date: Aug 2009
Posts: 752

|
|
|
:) nasht00, thank you for your posts. :)
 nasht00, thank you for your posts.
Quote:
Originally Posted by nasht00
Like I said, I can type it no problem.
It just doesn't do anything, there is no terminal or prompt, it's like it's just a free form.
I just spits back what I type.
See updated screenshot.
|
Everyone, I see what looks to be a mount.vboxsf 2.6.30.10-105.2.23.fc11.i586
nasht00, is your "host" system the Windows 7 system?
Whether you are able to recover, will need more details and information to pursue a possible solution.
__________________
2 dual cores, 11 GB RAM, F14 Laughlin - 2.6.35.14-106.fc14.x86_64 & 2.6.35.14-106.fc14.i686.PAE
2 dual cores, 11 GB RAM, F15 Lovelock - 2.6.43.8-2.fc15.x86_64 & 2.6.43.8-2.fc15.i686
3 dual cores, 19 GB RAM, F16 Verne - 3.6.2-1.fc16.x86_64 & 3.6.2-1.fc16.i686
2 dual cores, 11 GB RAM, F17 Beefy Miracle - 3.6.2-4.fc17.x86_64 / .i686
16 x86_64 computing cores,80 GB RAM & 8 SATA Seagate 7200.12 500 GB harddisks
|

6th March 2010, 02:29 AM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,442

|
|
Quote:
Originally Posted by nasht00
Like I said, I can type it no problem.
It just doesn't do anything, there is no terminal or prompt, it's like it's just a free form.
I just spits back what I type.
See updated screenshot.
|
Not surprising since you're typing in a crashed console.
Try Ctrl+Alt+F2 to get to another console and try those commands there after logging in
I suspect it might not work because the system might not be up.
|

8th March 2010, 05:59 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 44

|
|
|
Re: VirtualBox: can't start after upgrading from fedora 11 to 12
My host system is Windows 7x64.
I typed Ctrl+Alt+F2 and WAS ABLE to see the prompt!!
I feel a hint of hope in the air...
See attached screenshot. Awaiting further instructions
|

6th March 2010, 02:12 AM
|
 |
Registered User
|
|
Join Date: May 2007
Location: U.S.
Posts: 4,852

|
|
|
Can you try getting into runlevel 3 or even 1?
__________________
- Tom
"What is freedom? To have the will to be responsible for one's self." - Stirner
|

8th March 2010, 08:14 PM
|
 |
Registered User
|
|
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286

|
|
|
Re: VirtualBox: can't start after upgrading from fedora 11 to 12
Most interesting. 
First, backup the Fedora HDD .vdi file - just in case something goes even worse than it is now
Then, I'll need the following info
Code:
yum repolist ; yum list updates
|

8th March 2010, 08:48 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 44

|
|
|
Re: VirtualBox: can't start after upgrading from fedora 11 to 12
I have faith in you Nokia, don't you disappoint me!
See attached screenshot.
I wonder if it can even connect to the internet ...
|

8th March 2010, 08:56 PM
|
 |
Registered User
|
|
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286

|
|
|
Re: VirtualBox: can't start after upgrading from fedora 11 to 12
If you can ping google.com, do this
Code:
su -
yum update --disablerepo=atrpms --exclude=kernel*
yum update --disablerepo=atrpms --enablerepo=u*g kernel*
yum install --disablerepo=atrpms dkms gcc
reboot
Post errors if any.
As for the faith, as long as I already told you to backup .vdi first is prove enough that you misdirected it
|

8th March 2010, 09:03 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 44

|
|
|
Re: VirtualBox: can't start after upgrading from fedora 11 to 12
Well, see attached screenshot.
Possible explanations are:
1) I do not know how to use the "ping" command
2) Google is down
3) My virtual machine does not have internet access
|

8th March 2010, 09:08 PM
|
 |
Registered User
|
|
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286

|
|
|
Re: VirtualBox: can't start after upgrading from fedora 11 to 12
Stop the VM, See Settings-Network and make sure Bridged Adapter is selected. If still doesn't work try NAT option too
|

8th March 2010, 09:18 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 44

|
|
|
Re: VirtualBox: can't start after upgrading from fedora 11 to 12
Switching to NAT worked.
Note that before the upgrade, it was working fine with Bridged...
Now I'm trying the update commands you wrote.
"Downloading packages ...".
Will keep you up to date
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 22:10 (Saturday, 18-05-2013)
|
|
 |
 |
 |
 |
|
|