LinuxQuestions.org
Visit Jeremy's Blog.
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 04-05-2013, 11:27 PM   #1
christian173
LQ Newbie
 
Registered: Apr 2013
Posts: 3

Rep: Reputation: Disabled
dracut


Hi there,
I just found out this error during fist booth in f17:

cannot open font file True
dracut Warning: Unable to process initqueue
dracut Warning: /dev/vg_dtwebserver/lv_root does not exist
dracut Warning: /dev/vg_dtwebserver/lv_root does not exist

Dropping to debug shell

do we have work around for this?

Thank you for your help
 
Old 04-06-2013, 01:31 AM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
just how did you install fedora 17 ?

also you do know that fedora 17 will hit it's End of life in about 3 months
1 month after fedora 19 comes out

"vg_dtwebserver/lv_root "
odd location and name for the root partition " /"

the normal install for fedora is
sda1 /boot ( ext4 format)
sda2 / ( on a LVM format)
 
Old 04-06-2013, 05:02 AM   #3
christian173
LQ Newbie
 
Registered: Apr 2013
Posts: 3

Original Poster
Rep: Reputation: Disabled
Hi John,

Thank you for your respond. What we did is we installed it by default. Anyway do we need to upgrade our F17 to F19 or to any higher version? If we do so,does data was still reminds on the root? Because F17 that we are using is dedicated for Ajax Explorer repository. Were Ajax Repository serves as FTP. That some users used to upload the files with the Ajax Explorer.

Thank you so much

Last edited by christian173; 04-06-2013 at 06:35 AM.
 
Old 04-06-2013, 01:37 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
fedora comes out with a very NEW and sometimes very different OS about every 6 months
They only support any one version for 13 months
( 1 month after the the second new version comes out )
17 hits End of Life 30 days after fedora 19 is released

now fedora has been getting better at "upgrading" inplace
it is still best to do a FULL new and clean install

to go from 17 to 19
back up data
reformat
and do a new install

manually import or migrate data from the old versions of programs to the new versions , from the back up

taking note that fedora might not even be using some program in 19 that is is currently using in 17

like the default database
as i recall it is going from mysql to MariaDB


Quote:
Because F17 that we are using is dedicated for Ajax Explorer repository.
this is not a "good" use for fedora
Unless you DO want to do a fresh install every 6 months on a production ftp server.And that is not recommend


look into installing RHEL 6.4
or the FREE rebuild CentOS 6.4
it has about 5 to 7 YEARS of life in it
 
Old 04-06-2013, 06:16 PM   #5
christian173
LQ Newbie
 
Registered: Apr 2013
Posts: 3

Original Poster
Rep: Reputation: Disabled
I'm extremely thankful for your info John. Very much appreciated. Another thing, If I'm going to back my file up, is there any way to get those files using dracut:/# ? Because during the boot of the machine, the prompt were used to be dracut:/# . This is something new for me. -su command is not working likewise with sudo command?
 
Old 04-07-2013, 05:06 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Being Sunday you might not have this fixed yet


i take it you are using some sort of RAID set up on the drives

it is a bit odd that there is a dracut prompt
normally grub pops up
" GRUB > "

is this a remote server or are you sitting in front of it

if you have physical access , just pop in the install dvd and fallow the on screen directions to enter " rescue mode"
then try reinstalling grub on fedora 17
-- a fedora 16 fedoraforum post
http://forums.fedoraforum.org/showthread.php?t=273809

but you need to find out the correct drive you used

or you can mount the "/" partition and a usb drive and copy over to the usb


I have never seen your error so at this point i am mostly guessing
 
Old 04-07-2013, 05:23 PM   #7
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,779

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
That "dracut/#" prompt sounds like you have been dropped into the dracut shell during the early stages of booting (after the kernel is running , but prior to the invocation of init on the real root filesystem). Even in the presence of an error, that normally wouldn't happen without either "rdshell" or "rdbreak" on the kernel command line. See the dracut manpage. I'm not familiar with what functions are available in that shell, but you are likely still running from the initramfs, and not the real root filesystem.

Last edited by rknichols; 04-07-2013 at 05:24 PM.
 
  


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
[SOLVED] dracut: FATAL: Don't know how to handle dazdaz Linux - Server 2 07-12-2013 11:03 AM
what is mkinitcpio or dracut iamlinux Linux - General 2 02-11-2013 12:42 PM
Mageia Installation dracut joy_deep Linux - Newbie 1 01-26-2013 11:40 PM
Safe to remove dracut-network fsparv Linux - Networking 0 09-13-2012 09:06 PM
[SOLVED] Dracut: switching root -- and hangs Arno_H Linux - Kernel 2 01-21-2011 03:37 PM

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

All times are GMT -5. The time now is 09:27 PM.

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