Technofyed

Full Version: Rebuilt laptop
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is a post from a laptop that I just finished rebuilding, I'm going to post all of the details soon. I mainly wanted to test the OS/Browser detection Tongue

PS : Where has everyone been? No write up on Steve Jobs?!
I've been here I just don't feel much like posting when no one else is.Sad
I'm working on the 4.0 GPA. It doesn't look like it's going to happen, but I think I can get it close to that point.

As far as changing things on the forum goes, my host won't transfer me to one of their new servers until sometime in November. Therefore, making changes before then will be kind of pointless, as most of the changes would probably be incompatible with the new version of MyBB.
I was really hoping to post this here, in hopes that others would be able to reference it as I was having a heck of a time finding accurate results for my issue. But for the life of me I can't remember the name of the file that caused the entire issue. But I'll post it anyway Wink

This friend of mine asked me if I would be interested in buying his 'not-so-gently' used laptop.

He ran it over with his car.

Sure, I'm game. Lets have a look, if it still boots then I am all in for $30 or whatever. This thing was jacked the 'ef up. The screen was shot to shit, but it did boot to the Windows desktop. The worst damage was to the dvd drive, of which I have five in stock! Tongue

With all of the parts removed, replaced & what-have you, it's time for me to finally get a chance to test out PC-BSD. The initial install went smooth. That is until the laptop rebooted. It hangs with the error message run_interrupt_driven_hooks: still waiting after XX seconds for xpt_config. The XX is first 30 seconds, then 60, then zzZZzzZZzz... too much to bear. Once the timer reaches 900 the entire laptop just locks up & calls it a day. After hours of research, all signs point to it being one item. IEEE-1394 Firewire.

Initial thought, I'll just dive into BIOS & disable Firewire. The BIOS on this laptop is so sickly simple, it has the time, date, boot order, & minimal onboard devices. NIC, USB, but nothing that says Firewire.

Why do I even need Firewire, I don't use it? Why it is a necessity to booting the laptop. grrr

That's when my Linux Ninja skills kick it. Recompile the kernel & remove the Firewire options Smile

I had a dog & his name was BINGO!

Following this list of instructions, which to be honest is pretty much the same steps one goes through to recompile the Kernel on FreeBSD. So I boot off the DVD, unmount the temp fs memory mount of /usr/ & mount the previously installed, boot challenged /usr/. I quickly run into a brick wall with make buildworld. It craps out at a file (I really don't remember the name) with the error undefined reference to `.'. I tried everything that I could to correct the file, just in case it was somehow in error. When that didn't work I turned to the internet for support. I found this to be one of two issues. Either the laptop was over-heating, which seemed like bunk to me, because it would fail on the same exact file every time. I don't recall what the second reason for this file error was. Maybe if I could remember the name of that file, I would be able to re-research it & post the 2nd solution. However there was one person that did post the correct solution. This individual was having an issue back in 2007, & they were compiling on a PIII system. They removed one of the sticks of memory & it built without issue. What the heck, may as well. As this machine does in fact have two two gb sticks of memory.

It worked without hesitation!

So now I'm able to recompile the kernel.

Except for one thing. The install kernel command fails as root / is out of space & it's trying to isntall the new kernel under /boot/. Again, it's mounted on a temp file system to just give me a live boot of PC-BSD. & I can't very well unmount root Wink So I do the next logical thing. I rename /boot to /boot.bak & make a symbolic link from /media/drive/boot to /boot. Neat, it installs without an argument.

I rebooted, & wow, I am loving it! PC-BSD is fudge packing awesome!
Congrats. Sounds like it took a lot of work.Smile
I haven't had too much time to reply recently, but that's an impressive process you went through. I don't know that much about Linux, but the repairs you post always seem to be complete and helpful for anyone with the same problems. Great job!
Same OS, different machine Wink
Reference URL's