Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-10-2005, 02:16 PM   #1 (permalink)
 
Newb Techie

Join Date: Sep 2005

Posts: 2

great_indian

Unhappy Linux Booting problem

i have some problem in linux booting
Hope I will get some help soon from here....

the problem is
i was using federo core 1 on my system
everything was fine
i made one entry in /etc/fstab file for accessing E
drive of WINDOWS XP
in that i had given file system as VFAT after
rebooting system it
was not working and
was displaying " grub> "

then i had deleted all linux partitions and
installed federo core 3
i installed 4 to 5 times every time installation
is successful but ...
when rebooting after welcome message getting
following message


Press 'I' to enter interactive startup.
Starting udev:
Initializing Hardware. . . storage network audio
done [ ok ]
Configuring Kernel Parameters:

here the system is hang up


this thing i had tried by installing as SERVER as
WORK STATION as
PERSONAL DESKTOP but for all the time it is
ending
up with the same
problem.

please help me bcoz i had started coding for my project just now
and now without
system i am helpless

the same i had tried on internet also but i
couldnt
find answer
but same kind of problem lot of other people are
also facing
i am sending u some links bellow




http://forums.fedoraforum.org/archiv...p/t-74763.html


http://forums.fedoraforum.org/archiv...p/t-74768.html


thank you ............
great_indian is offline  
Old 09-10-2005, 03:49 PM   #2 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default

Try completley deleting every linux partition on there and re installing from total scratch.
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
Old 09-10-2005, 09:07 PM   #3 (permalink)
 
Newb Techie

Join Date: Sep 2005

Posts: 21

coops563

Default

As GameGURU says, delete all linux partitions and reinstall Fedora Core 3. Use ext3 file system for your linux partitions.

If you are using NTFS file system for XP you need to download the following file to allow NTFS access from fedora core. Note: You can access NTFS from linux, but writing to NTFS from linux is not very stable, it can corrupt data "big time".

open a command prompt and do the following

type: su

hit enter and type your root password

type: uname -rp

This will output your kernel version and processor type

Open up your browswer and go to

http://linux-ntfs.sourceforge.net/rpm/fedora3.html

and download (save to disk) the appropriate NTFS RPM for your kernel version and processor type. This should save the file to your home folder. If it saves the file to your desktop instead go to your desktop and drag the file into your "Home" folder. (Left mouse click on the file and drag it on top of your "Home" folder while holding the left mouse button down. Then release the mouse button.)

then


With the root terminal still open type: rpm -ivh *.rpm

Hit enter and wait for installation to complete. Type: rm *.rpm

Hit enter and type "y" and hit enter. Type: su -

Type: mkdir /mnt/windows

Hit enter, type: /sbin/fdisk -l

Hit enter. This will output your HPFS/NTFS partition identifier. Type: gedit /etc/fstab

Hit enter and gedit will open.

Type the following in gedit: /dev/hda1 /mnt/windows ntfs ro,defaults,umask=0222 0 0

If your partition identifier is not "/dev/hda1" substitute the correct characters. (For example it might be "/dev/sda1" if you have a SATA drive.) Click the "save" icon in gedit and exit gedit. Close the terminal. Reboot. Your Windows partition should now be available in the file browser under "/mnt/windows".

Hope that helps. Fedora Core can read and write from a fat32 partition automatically. Hope this helps.
coops563 is offline  
Old 09-11-2005, 10:37 AM   #4 (permalink)
 
Newb Techie

Join Date: Sep 2005

Posts: 2

great_indian

Default

Thanks...... thankyou very much
great_indian is offline  
 
Closed Thread

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On