LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Unable to boot any linux flavour on my core 2 duo,geforce gts250 and 946giz (https://www.linuxquestions.org/questions/linux-hardware-18/unable-to-boot-any-linux-flavour-on-my-core-2-duo-geforce-gts250-and-946giz-737540/)

ankurbajaj_9 07-03-2009 01:47 PM

Unable to boot any linux flavour on my core 2 duo,geforce gts250 and 946giz
 
every linux i try to boot whether its a live cd or a complete dvd

dvd installs and then fails to boot

latest i tried mandriva spring edition 2009

i have a portable usb drive in which i install my linux everytime its a seagate free agent go

i always used it for my linux which i frequently change

i am not able to boot into any linux since i installed a graphics card xfx geforce gts 250 in my system

there is a kernel panic whenever i try to boot something

sometimes its like
"
cannot execute "/sbin/mingetty"
"


"
/etc/rc.d/rc.sysinit: line 473 : 1171 segmentation fault modprobe scsi_hostadapter> /dev/null2>&1
"

either of them for any given flavor


Pls help me i have tried too many installations

xeleema 07-03-2009 04:38 PM

Well, first things first;
Are you able to successfully boot a "Live" CD or DVD of a Linux distribution?
if so, find out if you have a "lshw" command, then run it and post anything that looks like it's related to the USB drive (that would basically be anything USB or SCSI related)

Also, find out if you have an "lsusb" command, and give that a run, too.

P.S: List the name and version of whichever Linux Live CD you use. (Suggestion: knoppix)

netsurf 07-03-2009 09:37 PM

it maybe worth running in interactive mode if the live disk supports it and work slowly by turning off detection for usb based devices.
Few basic things to check as well is that you have enough power to run this system okay since it maybe possible that the detection pushes your psu harder. am not certain but i know boots are stressful to a system.

ankurbajaj_9 07-04-2009 04:40 AM

i have used suse ubanti live cds recently both didnt boot my computer

and i have installed mandriva and debian lenny which didnt boot after they got installed from the cd

i am using vista and xp which boot perfectly so i dont think its a power problem

netsurf 07-04-2009 06:47 AM

I thought it was worth mentioning on the offchance that it may have been relevant.
I'll be honest and say i dont know what the problem is but i've got some things for you to try which may narrow down what the problem is.
It says there is a problem with scsi. You dont use any scsi based adaptors do you?
try and edit the boot options for the live disks something like boot parameters etc
try these in turn and remove the "quite" and "splash" options so we can see where it goes wrong before the kernel panic

noscsi (disable scsi detection)
nousb (disable usb detection)
failsafe (disable almost everything in order to get the system to boot)

failsafe is probably the best to try first

ankurbajaj_9 07-04-2009 10:09 AM

actually if i install the linux in a usb drive
so if nousb is used it will not find the root only........
anyways i'll check the rest of the options but i have checked failsafe and it didnt work...... :(

ankurbajaj_9 07-04-2009 04:36 PM

none of the options work when apic is off i get the sbin error and when it is on i get the bigger error

PTrenholme 07-04-2009 05:10 PM

Have you tried replacing your HD with a new, unformatted, one and installing to that? (I presume you want to keep your Window$ systems intact, and yanking the drive would do that.) What I've done for at least one of my desktops (an HP that came with Vista installed) was you yank the SATA Vista drive, purchase a SATA USB drive, swap the drives, and boot Vista from the external drive on those rare occasions when I want to use it. The SATA drive from the USB drive works fine in the HP box with Fedora 11 and Ubuntu Jaunty on it. Note that the USB SATA drive enclosure has, in addition to the USB port, a direct SATA cable port that I use rather then trying to boot Vista through a USB port, since, if I were to do so, Vista might then "think" I was trying to pirate the precious MS IP.)

Anyhow, my basic point is that you don't really need to be able to boot from a USB drive.

----------------------------

That being said, have you checked that your BIOS supports booting from a USB drive, and that your USB drive using the version 2 USB hardware that is needed for a boot to work? (On my systems, I can't boot from my "legacy" USB drives, only the version 2 ones.) This is not likely to be your problem, since you report that the boot has started and then failed, whilst the "version" problem prevents the boot from even starting. But this comment might help others reading this thread.

netsurf 07-04-2009 05:42 PM

Do you have any unusual settings like ahci enabled on your sata devices? i had loads of problems with that where it wasnt supported until kernel 2.6.27

ankurbajaj_9 07-05-2009 07:35 AM

i used to use linux a lot and it never was a problem .......... until i installed xfx gts250 after which i was not able to boot any live cd or boot after installation ... so i think settings should not be a problem

netsurf 07-05-2009 07:49 AM

hmm this sounds a bit beyond anything i could help with really i'd recommend filing a bug report in ubuntu or something and see if they can help you better. Might also be worth going to ask nvidia for support since it's their product that caused the problem

PTrenholme 07-05-2009 08:06 AM

Here's a thought: From your description (problem after installing XFX) it might be that the XFX is requesting a large memory segment from your BIOS, and the BIOS is not doing it properly so your video memory is being "shared" with the memory that the Linux initial RAM disk "thinks" is free. So the USB DVD buffer and the video buffer are trying to use the same block of memory, which would,of course, really make it hard for the DVD to be read correctly. (Memory allocation and usage in Windows is done differently for the way it's done in Linux systems, so the allocation problem - if that's what it is - may not be so apparent with your Windows systems.)

Anyhow, check to see if your hardware vendor has an BIOS update available that you could install. If so, install it.

You could also see if changing the memory available for the XFX card (e.g., aperture size, etc.) in your BIOS makes any difference.

ankurbajaj_9 07-05-2009 03:40 PM

Quote:

Originally Posted by PTrenholme (Post 3597292)
Here's a thought: From your description (problem after installing XFX) it might be that the XFX is requesting a large memory segment from your BIOS, and the BIOS is not doing it properly so your video memory is being "shared" with the memory that the Linux initial RAM disk "thinks" is free. So the USB DVD buffer and the video buffer are trying to use the same block of memory, which would,of course, really make it hard for the DVD to be read correctly. (Memory allocation and usage in Windows is done differently for the way it's done in Linux systems, so the allocation problem - if that's what it is - may not be so apparent with your Windows systems.)

Anyhow, check to see if your hardware vendor has an BIOS update available that you could install. If so, install it.

You could also see if changing the memory available for the XFX card (e.g., aperture size, etc.) in your BIOS makes any difference.

this kinda looks like the problem............... lots of memory errors in the boot also

no bios update available last bios update for my system was in 2007 the modal is 946giz http://downloadcenter.intel.com/filt...s=44&submit=Go!

and no option to change the memory available to graphics card

any other solution u have for this kind of problem...... please

vonbiber 07-06-2009 02:05 AM

Quote:

Originally Posted by ankurbajaj_9 (Post 3595801)
every linux i try to boot whether its a live cd or a complete dvd

dvd installs and then fails to boot

have you tried any of these live linux distributions?

slax
http://www.slax.org/

grml
http://grml.org/

both can be installed and run from a cdrom or a usb stick

ankurbajaj_9 07-06-2009 02:33 AM

the problem doesnt seem to be with usb drive as they are not needed for live cd

the memory conflict seems to be the problem

ankurbajaj_9 08-03-2009 05:48 AM

anyone!!!!!!! i need help

PTrenholme 08-03-2009 11:53 AM

It's possible that your RAM is defective, or (more likely) that you "jiggled" one of the RAM cards when you were installing the new video card. Check (by removing and reinstalling each of your RAM cards) that they are all properly seated. (Be careful that the locking wings are correctly disengaged before removing the card(s), and properly set after you reinstall the card(s). They "snap" in place, but you shouldn't need to "force" the locks.) Your problem could be as simple as one of the locks becoming disengaged by you pressing against it whilst installing the new graphics card.

If that doesn't help, you should try checking the RAM. Most installation disks and live CDs include the memchk program as a "boot" option, so I suggest that you run the program. (Note that a full memchk can take several hours or even days, but you've spent longer than that on the problem by now.)

If memchk doesn't find any problems, and your BIOS is the latest one released, I don't know what else to suggest.

ankurbajaj_9 08-04-2009 06:22 AM

http://www.youtube.com/watch?v=fYiaL3RlDNo

this is the video of the panic when i installed mandriva

ankurbajaj_9 08-04-2009 06:36 AM

if ram would have been defective windows would also get corrpt

since windows are working fine and i have run memtest few times but not full ...... and i didnt get any problems in first half hour or so

netsurf 08-04-2009 06:57 AM

this is a really odd thing to suggest but i can just about read the kernel crash. try disabling your intel IGP in the bios. from what i could just about make out its crash trace includes stuff to do with your onboard graphics card as opposed to your nvidia. see if there is an option like PCI only instead of "init graphics pci first" or something like that. if you can upload that at hires too that'd be super :) the filming that is.

ankurbajaj_9 08-13-2009 04:27 PM

it didnt work
nothing did i filed the bug with kernel bugzilla but they couldnt find the answer either

http://bugzilla.kernel.org/show_bug.cgi?id=13874


well i seem to have been doomed :(

yasir_123 09-07-2009 07:17 PM

linux red hat
 
because when i was downlaod linux red hat so i wrote on 8 cds.so linux red hat was installed on my system very easily.i was not use any usb drive to run the lnux red hat.


All times are GMT -5. The time now is 07:29 PM.