LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 03-26-2006, 03:17 PM   #1
RottenMutt
Member
 
Registered: Jul 2003
Location: dfw
Distribution: Latest Fedora Release
Posts: 195

Rep: Reputation: 31
problem boot FC5


machine boots to the command prompt, if i log in and init 5 to the gui it comes up. the startup splash screen gives me a error after it sets the machine name and flashes the [OK]

Error: No aruments allowed with -i

Error: No aruments allowed with -i

Error: No aruments allowed with -i

Setting up Logical Volume Management: 2 logical volumes in volume group "VolGroup00: now acctive

Setting up Logical Volume Management: 1 logical volume in volume group "VolGrp_Raid5" now active
[OK]

what is the error in reference to????
 
Old 03-27-2006, 08:24 AM   #2
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Try removing the quiet option from the kernel= line in your GRUB boot parameters file. (Easiest to do using the "e" command in boot screen.) That should give you a somewhat more detailed boot listing, and may let you identify the problem line. (You could also take out the rhgb directive.)

From you description, though, it seems to be coming from the initial ram disk file (the initrd= line) and that one is somewhat more difficult to debug. See this note for a "How to" for initrd problems. The initrd init script is written in nash, a restricted subset of bash, but it's fairly easy to follow.
 
Old 03-31-2006, 11:29 AM   #3
RottenMutt
Member
 
Registered: Jul 2003
Location: dfw
Distribution: Latest Fedora Release
Posts: 195

Original Poster
Rep: Reputation: 31
http://yolinux.com/TUTORIALS/LinuxTu...itProcess.html
 
Old 03-31-2006, 04:33 PM   #4
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Interesting, but nash has changed in FC4 and FC5. Here's what the init script looks like in FC4.

Note: This script has been modified fro the distributed version: The lvm lvchange line has had the LV name removed so all LVs will be activated. This was done to facilitate booting to FC4 systems on different logical volumes.

Code:
$ cat /boot/init-1.1833/init
#!/bin/nash

mount -t proc /proc /proc
setquiet
echo Mounted /proc filesystem
echo Mounting sysfs
mount -t sysfs /sys /sys
echo Creating /dev
mount -o mode=0755 -t tmpfs /dev /dev
mknod /dev/console c 5 1
mknod /dev/null c 1 3
mknod /dev/zero c 1 5
mkdir /dev/pts
mkdir /dev/shm
echo Starting udev
/sbin/udevstart
echo -n "/sbin/hotplug" > /proc/sys/kernel/hotplug
echo "Loading dm-mod.ko module"
insmod /lib/dm-mod.ko
echo "Loading jbd.ko module"
insmod /lib/jbd.ko
echo "Loading ext3.ko module"
insmod /lib/ext3.ko
echo "Loading dm-mirror.ko module"
insmod /lib/dm-mirror.ko
echo "Loading dm-zero.ko module"
insmod /lib/dm-zero.ko
echo "Loading dm-snapshot.ko module"
insmod /lib/dm-snapshot.ko
/sbin/udevstart
echo Making device-mapper control node
mkdmnod
echo Scanning logical volumes
lvm vgscan --ignorelockingfailure
echo Activating logical volumes
lvm vgchange -ay --ignorelockingfailure
echo Creating root device
mkrootdev /dev/root
echo Mounting root filesystem
mount -o defaults --ro -t ext3 /dev/root /sysroot
echo Switching to new root
switchroot --movedev /sysroot
 
  


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
Very strange boot event in FC5 BobNutfield Fedora 7 03-26-2006 02:46 PM
Boot failure after upgrading FC5 TR3 to FC5 Official Release fsb1284 Fedora 3 03-25-2006 09:12 AM
I can boot after upgrade from fc4 to fc5 yumener Fedora 2 03-24-2006 09:28 AM
FC5-test3 --> FC5-release - Anyone tried it? GL1800 Fedora 5 03-22-2006 04:16 PM
Boot failure, No volume groups found (FC5) carrerasg Fedora - Installation 0 02-22-2006 01:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 03:12 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