Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 4th June 2012, 06:55 PM
Yora0 Offline
Registered User
 
Join Date: Jun 2012
Location: Germany
Posts: 148
windows_xp_2003firefox
Unable to boot - "cannot open Front File True"

When I try to boot, I get the error message "cannot open front file true". When I press the power button, the promt goes through a list of things it checks, then the computer powers down.

The last thing I did was to download the catalyst driver and install it, requiring a reboot.

Anything that can be done to repair that?
I do have a Live USB HD with the same version of Fedora.
Reply With Quote
  #2  
Old 4th June 2012, 08:28 PM
Argedion's Avatar
Argedion Offline
Registered User
 
Join Date: Dec 2009
Location: I Live in the USA - Georgia
Posts: 90
I do not believe the error has anything to do with your computers ability to boot. I get the same error and my computer boots fine. Seems to me that your having another issue and it could be your driver

Sent from my PC36100 using Tapatalk
__________________
Command Line Flunkie and a GUI Junkie
Currently using F17
androidforum.com for all android needs (Htc Evo 4G)
Reply With Quote
  #3  
Old 4th June 2012, 08:42 PM
Yora0 Offline
Registered User
 
Join Date: Jun 2012
Location: Germany
Posts: 148
linuxfedorakonqueror
Re: Unable to boot - "cannot open Front File True"

I'll look into other thing then.

Now, I do have a live usb and through it I can mount the drive that holds the damaged os.
Can I use commands in Konsole to fix things instead of using repair mode? This would have the major advantage that I could also have a web browser open simultaneously and don't have to write down the entire instructions every time I want to try something.
So far I can navigate the directories and even open /etc/default/grub with Kwrite, but I can't save the changes. Is there a way to enable that?

And is there a way to simply restore the original state of the graphics driver that was included in the installation?

Last edited by Yora0; 4th June 2012 at 08:53 PM.
Reply With Quote
  #4  
Old 4th June 2012, 09:25 PM
sea's Avatar
sea Online
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,600
linuxfirefox
Re: Unable to boot - "cannot open Front File True"

Dont use kwrite on system files !!!
That is like opening boot.ini or system32.ini with M$ word...
Use a simple text editor like leafpad or gedit.

Editing system files with krwite, abiword, librewrite... this WILL cause errors on your system.
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb
Reply With Quote
  #5  
Old 5th June 2012, 03:41 PM
pikul's Avatar
pikul Offline
Registered User
 
Join Date: May 2007
Age: 31
Posts: 57
linuxfirefox
Re: Unable to boot - "cannot open Front File True"

I get the same message but my system boots and works fine, i still would like to know what that message means????? anyways, at grub menu just add a number 3 at the end of the kernel line, logon as root and run the xorg -configure command to create a new configuration file.
Reply With Quote
  #6  
Old 5th June 2012, 03:53 PM
sea's Avatar
sea Online
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,600
linuxfedorafirefox
Re: Unable to boot - "cannot open Front File True"

i get a very smiliar issue after installing another fedora minimal install to another partiton at first boot.
This is caused by a shared /boot and customized grub2 splash screen, using a custom built font.
At least thats the reason on my system.
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb
Reply With Quote
  #7  
Old 5th June 2012, 05:16 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,613
linuxfirefox
Re: Unable to boot - "cannot open Front File True"

edit your /etc/default/grub file, and on the lie with GRUB_CMDLINE_LINUX there is a parameter that says SYSFONT=True (or it might not even be on there, I forget now)

But just change that to a font that does exist. Previous versions used SYSFONT=latarcyrheb-sun16

Either change True to latarcyrheb-sun16 if the SYSFONT= parameter is already there, or add the complete SYSFONT=latarcyrheb-sun16 parameter if it doesn't exist.

Your GRUB_CMDLINE_LINUX should look similar to this afterwards:
GRUB_CMDLINE_LINUX="rd.md=0 rd.lvm=0 rd.dm=0 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rd.luks=0 LANG=en_US.UTF-8

Then run

grub2-mkconfig -o /boot/grub2/grub.cfg

This will get rid of the "cannot open front file true" error message, but not being able to boot is a different problem. The "cannot open front file true" shouldn't keep it from booting.
Reply With Quote
  #8  
Old 5th June 2012, 09:42 PM
Yora0 Offline
Registered User
 
Join Date: Jun 2012
Location: Germany
Posts: 148
linuxfirefox
Re: Unable to boot - "cannot open Front File True"

I have the system repaired now, but I also still have that error message. Had indeed nothing to do with the problem at all.
Doesn't seem to cause any actual problems though.
Reply With Quote
  #9  
Old 6th June 2012, 05:22 PM
nothing2lose Offline
Registered User
 
Join Date: Jun 2012
Location: Viet Nam
Posts: 4
I have the same problem too.
I can't repair.
I have just installed my fedora 17.
Reply With Quote
  #10  
Old 7th June 2012, 05:05 AM
nothing2lose Offline
Registered User
 
Join Date: Jun 2012
Location: Viet Nam
Posts: 4
After i installed new fedora 17. the first time i reboot, it's still message "cannot open font file true" but i can login fedora.
Why does message still?
Reply With Quote
  #11  
Old 8th June 2012, 07:15 PM
sentabi Offline
Registered User
 
Join Date: Jun 2010
Location: /home
Posts: 9
windows_7firefox
Re: Unable to boot - "cannot open Front File True"

Quote:
Originally Posted by nothing2lose View Post
After i installed new fedora 17. the first time i reboot, it's still message "cannot open font file true" but i can login fedora.
Why does message still?
look at post above (http://forums.fedoraforum.org/showpo...63&postcount=7)
Reply With Quote
  #12  
Old 6th July 2012, 11:29 AM
JakeR Offline
Registered User
 
Join Date: Feb 2012
Location: Sweden
Posts: 13
linuxubuntuchrome
Re: Unable to boot - "cannot open Front File True"

Quote:
Originally Posted by DBelton View Post
edit your /etc/default/grub file, and on the lie with GRUB_CMDLINE_LINUX there is a parameter that says SYSFONT=True (or it might not even be on there, I forget now)

But just change that to a font that does exist. Previous versions used SYSFONT=latarcyrheb-sun16

Either change True to latarcyrheb-sun16 if the SYSFONT= parameter is already there, or add the complete SYSFONT=latarcyrheb-sun16 parameter if it doesn't exist.

Your GRUB_CMDLINE_LINUX should look similar to this afterwards:
GRUB_CMDLINE_LINUX="rd.md=0 rd.lvm=0 rd.dm=0 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rd.luks=0 LANG=en_US.UTF-8

Then run

grub2-mkconfig -o /boot/grub2/grub.cfg

This will get rid of the "cannot open front file true" error message, but not being able to boot is a different problem. The "cannot open front file true" shouldn't keep it from booting.
Hi

I have this bug (#799401) on a custom livecd.

The problem is solved in this commit:
http://git.fedorahosted.org/git/?p=a...f3b9451ae8e0f0

I have anaconda-17.29-1 on my livecd, but the problem still exist? Why?
Reply With Quote
  #13  
Old 24th July 2012, 07:48 PM
leprendun Offline
Registered User
 
Join Date: Jul 2012
Location: USA
Posts: 1
windows_7chrome
Re: Unable to boot - "cannot open Front File True"

Sea, how did you fix the issue? I'm a linux newbie and having a similar issue.

Quote:
Originally Posted by sea View Post
i get a very smiliar issue after installing another fedora minimal install to another partiton at first boot.
This is caused by a shared /boot and customized grub2 splash screen, using a custom built font.
At least thats the reason on my system.
Reply With Quote
  #14  
Old 24th July 2012, 09:12 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,613
linuxfirefox
Re: Unable to boot - "cannot open Front File True"

I showed above how to fix the "Can not find font file True" error, but here it is again:

Do all of these commands as root user:


So, first off, edit your /etc/default/grub file and add the follonwing to the GRUB_CMDLINE_LINUX line:

SYSFONT=latarcyrheb-sun16

(latarcyrheb-sun16 was used on previous Fedora versions)

You should now have a line in your /etc/default/grub that looks similar to this:

GRUB_CMDLINE_LINUX="rd.md=0 rd.lvm=0 rd.dm=0 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rd.luks=0 LANG=en_US.UTF-8

Also, you need to change the file /etc/sysconfig/i18n and make the same change there.

This is what your /etc/sysconfig/i18n file should look like once done (assuming you are using US English as your language)

LANG="en_US.UTF-8"
SYSFONT="latarcyrheb-sun16"

Once this is done, then you need to rebuild your /boot/grub2/grub.cfg file to for grub to pick up the changes.

grub2-mkconfig -o /boot/grub2/grub.cfg

Now you should not have the error when you boot.

Edit:
Fixed typo

Last edited by DBelton; 25th July 2012 at 02:51 PM.
Reply With Quote
  #15  
Old 25th July 2012, 07:20 AM
Jamwa Offline
Registered User
 
Join Date: Jan 2008
Location: Nairobi Kenya
Posts: 540
linuxfirefox
Re: Unable to boot - "cannot open Front File True"

I believe you meant /etc/default/grub and not /etc/defaults/grub
Reply With Quote
Reply

Tags
boot, unable

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
unpredictable "delete" "move to trash" or "cut" file menu option dorianrenato Using Fedora 1 21st November 2011 03:09 AM
Login issues........"unable to open session" skuzzmunch Using Fedora 4 22nd January 2010 03:20 PM
Fedora 8 "unable to open sound driver" Trevor4706 Hardware & Laptops 4 26th December 2007 08:33 PM
Open Office changes "true" to "TRUE" tashirosgt Using Fedora 1 22nd March 2007 05:35 PM
FC4 fails on first boot with "unable to open initial console" saavoiu EOL (End Of Life) Versions 0 17th September 2005 04:16 AM


Current GMT-time: 03:28 (Monday, 20-05-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