Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Installation and Live Media
FedoraForum Search

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 8th March 2010, 09:58 PM
nasht00 Offline
Registered User
 
Join Date: Oct 2009
Posts: 44
windows_7safari
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

Current Progress.
This one ran without problem:
Code:
yum update --disablerepo=atrpms --exclude=kernel*
This one completed, but displayed an error at some point (see screenshot):
Code:
yum update --disablerepo=atrpms --enablerepo=u*g kernel*
And I'm about to run the 3rd one.
Attached Thumbnails
Click image for larger version

Name:	fedoravbox.jpg
Views:	27
Size:	109.6 KB
ID:	19186  
Reply With Quote
  #17  
Old 8th March 2010, 10:04 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
linuxfirefox
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

So run the third, then run the ldd command asked for.
Do not reboot yet, you might not have a valid initrd for now.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #18  
Old 8th March 2010, 10:05 PM
nasht00 Offline
Registered User
 
Join Date: Oct 2009
Posts: 44
windows_7safari
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

reboot ...
it shows the Fedora 12 progress bar ...
hold it .....
blinking underscore at the top left corner ...
and that's it.
Black screen, nothing else. No more errors but no prompt nor GUI either.
I can type on the screen, like before, it doesn't do anything.

I can do CTRL+ALT+F2 to see the prompt.
See screenshot.
Attached Thumbnails
Click image for larger version

Name:	fedoravbox.jpg
Views:	22
Size:	57.9 KB
ID:	19187  
Reply With Quote
  #19  
Old 8th March 2010, 10:08 PM
nasht00 Offline
Registered User
 
Join Date: Oct 2009
Posts: 44
windows_7safari
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

Quote:
Originally Posted by Nokia View Post
So run the third, then run the ldd command asked for.
Do not reboot yet, you might not have a valid initrd for now.
ouch
i saw that too late
what do i do now?
Reply With Quote
  #20  
Old 8th March 2010, 10:11 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
linuxfirefox
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

Troubleshooting
Try startx
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #21  
Old 8th March 2010, 10:17 PM
nasht00 Offline
Registered User
 
Join Date: Oct 2009
Posts: 44
windows_7safari
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

see screenshot

edit: sorry, file is now added
Attached Thumbnails
Click image for larger version

Name:	fedoravbox.jpg
Views:	26
Size:	121.7 KB
ID:	19188  

Last edited by nasht00; 8th March 2010 at 10:20 PM.
Reply With Quote
  #22  
Old 8th March 2010, 10:19 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
linuxfirefox
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

See...what ?
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #23  
Old 8th March 2010, 10:21 PM
nasht00 Offline
Registered User
 
Join Date: Oct 2009
Posts: 44
windows_7safari
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

sorry, see my edited reply
Reply With Quote
  #24  
Old 8th March 2010, 10:23 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
linuxfirefox
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

Perfect. Now you need to install the guest additions.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #25  
Old 8th March 2010, 10:26 PM
nasht00 Offline
Registered User
 
Join Date: Oct 2009
Posts: 44
windows_7safari
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

Back when everything was working, I would go
Devices > Install Guest Additions.
Then I would go /media/ and the disc would be mounted here.
Now, /media is empty.
Am I supposed to "mount" manually somehow?

For reference, those are the instructions I've been using to install guest additions in the past:
http://www.toadz.dk/2009/07/installi...11-in-windows/

edit: /mnt is empty too, if it mattered ...
Reply With Quote
  #26  
Old 8th March 2010, 10:36 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
linuxfirefox
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

Try
Code:
wget http://download.virtualbox.org/virtualbox/3.1.4/VBoxGuestAdditions_3.1.4.iso
su
mount -o loop VBoxGuestAdditions_3.1.4.iso /mnt
sh /mnt/VBoxLinuxAdditions-x86.run
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #27  
Old 8th March 2010, 10:51 PM
nasht00 Offline
Registered User
 
Join Date: Oct 2009
Posts: 44
windows_7safari
Exclamation Re: VirtualBox: can't start after upgrading from fedora 11 to 12

eewwww
I installed it successfully, reboot.
It shows the Fedora 12 progress bar, and now a black screen. Nothing, not even the underscore.
I can't type. I can't do CTRL+ALT+F2. No visible sign that it's getting my signals ...
Reply With Quote
  #28  
Old 8th March 2010, 10:56 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
linuxfirefox
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

That's kinda unexpected. Press Escape while loading to catch some output
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #29  
Old 8th March 2010, 11:03 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

I'm having similar troubles with F12 (i686 LXDE re-spin) in a VBox VM. Last two kernels = [FAIL]. Backed off to 2.6.31.12-174.2.19.fc12, all seems OK for now.

HTH,
V

P.S. However, this OS was a clean ("fresh") install, not an upgrade.
Reply With Quote
  #30  
Old 8th March 2010, 11:06 PM
nasht00 Offline
Registered User
 
Join Date: Oct 2009
Posts: 44
windows_7safari
Re: VirtualBox: can't start after upgrading from fedora 11 to 12

It all runs pretty smoothly and quickly.
I capture the first few seconds and attached the screenshot.
Everything goes "OK OK OK OK ..." all along.

The last check that I am able to see is "jexec services".
I see that word then quickly after the screen goes black.
I don't know if it's the one failing, or if it's the one after that (in which case I just can't see it because it's too fast).
Attached Thumbnails
Click image for larger version

Name:	fedoravbox.jpg
Views:	26
Size:	87.3 KB
ID:	19189  
Reply With Quote
Reply

Tags
fedora, start, upgrading, virtualbox

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
can't not get VirtualBox to start garcia1615 Using Fedora 8 10th January 2013 03:36 AM
libcrypto.so.10 dependency error when upgrading to VirtualBox 3.1 meatsack Using Fedora 3 5th December 2009 11:27 AM
VirtualBox Upgrading on F11x86_64 Astrals Using Fedora 9 27th July 2009 10:22 PM
Virtualbox >>keyboard problem after GDM start rootbinbash Alpha, Beta & Snapshots Discussions (Fedora 10 Only) 0 10th November 2008 04:04 PM
Cant start installing XP over VirtualBox BlackXS Using Fedora 1 1st October 2008 06:23 AM


Current GMT-time: 06:03 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat