Funny Solution: Fc4, Kernel Panic With Sata Drives - This makes it work

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #11) by xboxrulz on Aug 24 2005, 06:45 AM. (Line Breaks Removed)
There is an OS called SkyOS, I paid for it's beta program (I get a free final copy later) and the discs work but the checksum fails on K3B.www.skyos.orgxboxrulz
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting > Computers & Tech > Operating Systems > Linux

Funny Solution: Fc4, Kernel Panic With Sata Drives - This makes it work

miCRoSCoPiC^eaRthLinG
Hi guys,
    [/tab]I (rather my friend) figured out a funny solution to the Kernel panic issues with FC4 Disc 1 when you try to install it. I'm sure many of you including yours truly has faced this situation when you boot from the first cd and try to install on a system with a SATA drive. The bootup halts abruptly issuing a Kernel Panic message. I couldn't find any possible explanation for this. A few similar cases have been reported in this thread.

[tab]What was more bewildering was the solution - which one of my friends came upon accidentaly. When you get the first bootup prompt boot: - you're supposed to pick your kernel and/or pass additional bootup parameters right ?? At this prompt, enter any random junk and press enter. The bootloader will try to find that kernel and unable to locate it, it'll issue a second boot prompt similar to the first one. Simply press Enter and BINGO .. It boots.. without a single hitch smile.gif

    I tried this out on my home system and it worked exactly as my friend told me. Now my request is to anyone facing a similar problem to try this method out and report back whether it worked for them or not. I'd really like to know. Also if anybody comes across any possible explanation of this freakish behaviour rolleyes.gif

Regards,
m^e

 

 

 


Reply

yordan
Really nice !
I will test it.

Reply

abhiram
I'll try it the first chance i get... but is it working right? I mean is it working fine after installation?

Reply

miCRoSCoPiC^eaRthLinG
QUOTE(abhiram @ Aug 23 2005, 04:01 PM)
I'll try it the first chance i get... but is it working right? I mean is it working fine after installation?
*




Yeah working perferctly. Another funny thing - discs 3 & 4 fail on MD5 checksums - but the whole data is intact, i.e. you can install all appz and utilities from them and yet they give md5 checksum error. Funny as hell.

Reply

xboxrulz
lol, but I dun use FC anyways, I use SuSE 9.3

xboxrulz

Reply

vizskywalker
Interesting solution, unapplicable to me as I have an IDE HD. As for the discs failing checksum and working perfectly, wish I'd known that. My discs 2 and 3 pass, but I've been trying to download discs 1 and 4 for a little over a week. Sometimes the download stops midway through, when it fully downloaded (twice) it failed, so I got worried and have been trying again.

~Viz

Reply

miCRoSCoPiC^eaRthLinG
Use a download manager like FlashGet as download it from one of the University based mirrors of FC. That'd do the trick.

Reply

vizskywalker
Since you said that your discs 3 and 4 did not pass the checksum, if the download is the proper size and all the files appear correctly, may I assume that the discs are okay even if they fail checksum, or should I wait for perfect checksum?

~Viz

Reply

xboxrulz
Usually the MD5 checksum system is wrong, I don't know why people keep using them.

It's different on different burner and checksum software.

xboxrulz

Reply

abhiram
QUOTE
Usually the MD5 checksum system is wrong, I don't know why people keep using them.

It's different on different burner and checksum software.


Usually, from what I've seen after downloading ISO images from the net, you have to check the md5sum in Linux and not in Windows. This is because of the newline character or something. Sometimes, you get a completely different md5sum.

But still, doesn't make sense if the first 2 CDs check ok with the md5sum while the 3rd and 4th don't.

Reply

Latest Entries

xboxrulz
There is an OS called SkyOS, I paid for it's beta program (I get a free final copy later) and the discs work but the checksum fails on K3B.

www.skyos.org

xboxrulz

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Pages: 1, 2
Similar Topics

Keywords : funny, solution, fc4, kernel, panic, sata, drives, makes, work

  1. Domain Transfers
    How do they work? (3)
  2. Question Related To Website
    need Web page solution (5)
    I have some question in mind that need solution so please 1) What is benefit of using header and
    footer tag in our web page ? 2) How we can registered our website on any search engine? 3) Did I use
    animated image without flash in website.? 4) What is the correct way to display web page on center
    in any browser.? if we use css style ? I have little idea off all question answer but i need
    specific help so welcome. Thanks....
  3. Boot Error On Customized Kernel [solved]
    (2)
    Hey guys, I'm getting into some trouble on my newly compiled kernel. I had no issues compiling
    a kernel before but I'm getting booting issues. I guess it could be some type of SATA support
    issue since this is the first time I had a SATA drive. However, I'm very sure that I compiled
    SATA support right into the kernel instead of it being a module. This is my filesystem config:
    QUOTE # # File systems # CONFIG_EXT2_FS=m CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y
    CONFIG_EXT2_FS_SECURITY=y # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=m CONFIG_EXT3_F....
  4. New Graphics Solution For Laptops
    (7)
    There are a few new technologies to try to solve the problem of heavy graphics use in laptops, like
    gaming. 2 of them (Asus and ATI) try to put the graphics card outside the laptop. But, it is
    probably going to be a little expensive... You think it is worth it? I mean, what do you think
    about finally letting go of your desktop PC and have a fully functional laptop?....
  5. Hard To Work With Spyware
    (5)
    I have a virus or a sort which disallows me to open the following things. .exe's / .lnk's I
    cannot even open my nortan and that didn't even detect it. I need major help. My OS is Windows
    XP Professional.....
  6. Type Checking Not Work On For .. In Loop
    Flash 8 - actionscript 2.0 (2)
    It seems that the actionscript 2.0 type checking was not work as expected on some place. When
    variables was created on for .. in loop. It will allow any variable type to be used. Or it is
    default construt !? CODE var dayNames1:Array = ; for (var dayName:String in dayNames1) {
        trace(dayNames1 );     trace(typeof(dayNames1 )); } CODE 5 number Tuesday string Monday
    string Sunday string ....
  7. Cpu Upgrade But It Doesn't Work
    (11)
    Okay, so, here's the deal. The guy who originally installed my old CPU installed it in a manner
    that the fan on top of it melted off any product numbers and all that. All I know is that the place
    it hooks into says mPGA478B. It was originally a Celeron. Well, when taking it out, the pins were
    bent, so I needed to buy a new one. I went online to find one, searched the mPGA478B thing, cross
    referenced it with the Dell, it said everything was a-okay. BUT, once I received it, it didn't
    work. The new one is an Intel Pentium 4, Northwood Core 478 Socket with spe....
  8. Hitachi Sets SATA Drives To Only 1.5gb/s
    (7)
    If you have a Hitachi hard drive, listen up. Apparently the manufacturer sets their hard drives to
    run at 1.5Gb/s by default and you must download and run the Hitachi HD Tool in order to bump that up
    to 3Gb/s which is its highest speed setting. This explains why my Hitachi drive is so slow at most
    times. Unfortunately, for people like me, you must burn the disc image in order to run the
    program since the software was written in 16-bit for DOS, which is a nuisance for people who just
    wants to fix one setting. Unfortunately, the programmers at Hitachi never made a Wind....
  9. Choice Of Motherboard For Linux Virtualization
    Who knows which ones work well? (5)
    Virtualization is a relatively arcane subject, but it is one which is very rapidly growing, and
    apparently very "hot" in commercial enterprises. For the hobbyist with multiple computers (I have
    8), it offers the possibility of taking snapshots of running, fully configured applications and
    operating systems, and transferring some or all of them onto a single computer platform. First, it
    saves energy. Second, once the conversion has been made from real hardware to a virtual "guest,"
    the driver problems associated with moving from one hardware platform to another are sol....
  10. Don Hertzfeldt
    Funny Videos!!! (0)
    These are the some of the funniest videos on Youtube! /biggrin.gif" style="vertical-align:middle"
    emoid=":D" border="0" alt="biggrin.gif" /> Rejected Cartoons by: Don Hertzfeldt
    http://www.youtube.com/watch?v=PJYxCSXjhLI Billy's Balloon by: Don Hertzfeldt
    http://www.youtube.com/watch?v=Fpc5vgi9zbM Ah, L'Amour by: Don Hertzfeldt
    http://www.youtube.com/watch?v=kYqKucJTn2c& Welcome To The Show by: Don Hertzfeldt
    http://www.youtube.com/watch?v=C7Op0AvcVOQ& Intermission by: Don Hertzfeldt
    http://www.youtube.com/watch?v=6T0UQfKTcQw& End Of The Show by....
  11. Need Help Making My Ftp Work
    my ftp is not working (14)
    I get this message: Status: Resolving IP-Address for ftp.losangelesmagazine.net Status: Connecting
    to 68.178.232.100:21... Error: Connection timed out Error: Could not connect to server I have used
    this this ftp before so I know it works. Is there any help anyone can give me? I would really
    appreciate any help with this and anyother topic I posted as I just activated my account today and
    I'm trying to figure out what to do to make this work so I can upload wordpress. I used the
    server and users name that I saw on cpanel and the message above is what I got. Tha....
  12. Phpmyadmin Doesn't Work On Gamma Server
    (4)
    Ok, this is weird, phpMyAdmin doesn't work on Gamma server what-so-ever. xboxrulz....
  13. Shared Hosting Account Server Update - Known Issues And Solutions
    (34)
    Hi AstaHost hosting members. First of all I would like to thank you hosting members for staying
    patient during these difficult times. Xistosupport.com announced Data Center (DC) migration to
    bigger facility for the growing demand. This is to provide much more reliable service to all free
    web hosting members. However it did not go smoothly as server technicians hoped. Even with their
    relentless efforts to bring the service back online there are some known issues which I'd like
    to address. The first issue is that those with TLD (top level domain) will notice that pi....
  14. Vista: Work In Progress?
    (3)
    QUOTE Steve Ballmer has admitted that Vista is "a work in progress", and admitted the company
    has to learn lessons from its release. Speaking at the Most Valuable Professional Global Summit in
    Seattle, Ballmer resisted calls for a slimmed down Windows 7: "Vista is bigger than XP and it's
    gonna stay bigger than XP. We have to make sure it doesn't get bigger still." However, Ballmer
    went on to admit that it had taken too long to get Vista out the door and admitted it had caused
    problems: "Vista is a very important piece of work, and I think we did a lot of th....
  15. What Makes The Best Photo!
    (8)
    Black & White Black & white works well with pictures of people & sometimes landscape alot of the
    time you need the colour to tell you about the image if you dont have this the image can be a bit
    plain! you want the people looking at it to be intrested and all of a sudden look at it. Colour
    Of forest, water & animals colour is a good thing to have it brings life to the image! Of a forest
    the beautiful greens come out in the image & of water the colour of the blues & the effect of the
    water is effected by your camera. ....
  16. Ftp Does Not Work
    (12)
    For some reason FTP does not work on my computer if you know why this may be please let me know! I
    have tried the following using a FTP program Allowing FTP under my virus manager ....
  17. I6networks....does Not Work!
    (4)
    This hosting site (i6networks.com)should be avoided at all costs ,its a big waste of time.......
    They send the confirmation email four days late (and it is supposed to be "automated") And heres
    exactly what they send QUOTE === Please print for future reference === 2008/02/16
    Congratulations! Your web hosting account is ready! This e-mail contains basic setup instructions
    and details on the features of your hosting package. For more information you can always reference
    our online customer support area at: http://www.i6networks.com/support.shtml ---------------....
  18. Attack Script In Php
    This is a funny attack script that i made (5)
    Hey! I am going to share an attack script that i made for some time ago. I made it, as a test for
    my game.. And ofc, you can use it for your game to. It is still version 1.0. But I want you to learn
    something from it /wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />
    This is my second tutorial here, and I will try to make it better than my first one /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Here is the SQL File.
    CODE CREATE TABLE `characterss` (   `health` int(200) NOT NULL default '10....
  19. Comment For My Work
    (10)
    Comment for my work please: I used photoshop to edit this one ....
  20. Theme Hospital Cheats Don't Work
    (10)
    QUOTE Cheat Mode - To enter the cheat mode, press 2,4,3,2,8, on the fax machine. Extra $10,000 -
    While in cheat mode, press + C together. I tried that and a few others but nothing happens.
    It's Xp.....
  21. Tips For Modifying Wordpress Code
    How to make it work the way you like (1)
    Some time ago I decided to convert my current web site (done in Joomla! CMS) to WordPress. Mostly
    because it is less bulky when compared to Joomla! CMS and has exactly the functions I need, unlike
    Joomla, where I found numerous options which I didn't need. Of course, as every professional web
    master (yes, I like to see myself as pro /tongue.gif" style="vertical-align:middle" emoid=":P"
    border="0" alt="tongue.gif" />), I wasn't completely satisfied with the way WordPress delivers
    content, and so I decided to modify its code in order to make it perfect. Unfortuna....
  22. Shmmni, Shmseg, Shmmax : How To Know The Current Value On Solaris ?
    I would like to know the current value, how to read the value currentl (3)
    I have problems when installing Oracle on Solaris. The database files are correctly copied, but the
    instance does not startup, in the alert file I have a message saying that the the shm parameters are
    not correct. How is it possible to know the current value of SHMMNI, SHMSEG, SHMMAX etc..., really
    reading them from the solaris kernel ? I inserted some values in /etc/system, but how to know if
    these new values have been taken into account ? The Oracle documentation says "ask the system
    administrator". Unfortunately, I am currently the solaris sytem administrator !....
  23. I In Runescape Any Worldchangers That Work On Mozilla?
    I in RuneScape any worldchangers that work on mozilla??? (4)
    I in RuneScape any worldchangers that work on mozilla??? My IE wont work and i want to change my
    world much faster, but all what i found are for IE!!!!! PLZ, tell me! /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
  24. Free Shopping Cart Software
    VirtueMart- Your free eCommerce Solution (2)
    VirtueMart - Your Free Shopping Cart Software Couple of days ago I posted a question on
    VirtueMart user registration, but it remained unanswered. May be my question was not clear enough to
    understand. However, just before this post, I conducted a forum search on VirtueMart but found only
    one forum posting and that is my earlier post. So I decided to give it an introduction here although
    presumably a lot of Astahost forum members are using it or its predecessor PHPShop VirtueMart
    works as a plug-in component with Mambo/Joomla ( A CMS and discussed many a time in A....
  25. Plasma Effect In Photoshop
    Done in CS, but should work in other ver (7)
    This is a tutorial to create a plasma background effect. We are trying to get with a few filters.
    Step 1) Press 'D' to reset your colours, choose linear gradient, uncheck all bozes, black
    to white, and go crazy. Step 2)Do a wave filter (filter>distort>wave) and hit randomize a few
    times. Step 3)Press ctrl+j(duplicate layer) and repeat step 2 on the duplicated layer. Set layer
    belnding mode to lighten. Step 4)Repeat steps 2-3 once. Step 5)Press ctrl+u, check colorize, and
    change colour! Congratulations, now you're done!....
  26. How To Connect MySQL With Flash?
    Help me connect my flash Work with MySql (8)
    I know Flash and mysql but could not figure out if I could ever connect these? I want to have a
    dynamic content in my flash object that could be retrieved from the database directly without myself
    needing to update it again and again. How can I achieve this ? Do I have to install any additional
    controls or connectors to do that ? If yes any one tell me....
  27. List Of Funny Tech Signatures
    Here are the one's I have encountered. (7)
    Hey guys, I been lurking around checking out some forums, Unix/Linux pages, and I found some funny
    signatures that I want to share with you guys. Videogame forums are also good places to find such
    signatures. If you have any others you want to add up that are good ones feel free to do so. Take
    in mind that the following signatures are Tech-related, cause I like tech stuff. Signatures: 1) One
    picture is worth 128K words. 2)The UNIX philosophy basically involves giving you enough rope to
    hang yourself. And then a couple of feet more, just to be sure. 3)The difference ....
  28. A Solution For Disabled Right Click On Web Page
    (20)
    a solution for disabled right click on web pages!!?? /blink.gif' border='0'
    style='vertical-align:middle' alt='blink.gif' /> Webmasters may disable right click on web pages
    by Java Script for copyright purposes. follow below ways to right click: 1- Hold down middle button
    and press right button. 2- Hold down left button and press right button. 3- Press Esc or Enter and
    right button contemporaneously. 4- Press specific button on keyboard. Be successful /cool.gif'
    border='0' style='vertical-align:middle' alt='cool.gif' /> ....
  29. Funny Email Quizzes
    (5)
    ...do any of you know where i can find some of those funny quizzes you always get in emails...do any
    of you know what im talking about /tongue.gif' border='0' style='vertical-align:middle'
    alt='tongue.gif' /> .......
  30. God's Role In Natural Disasters
    God's warning or Nature at work? (55)
    Hey Guys, To kick off this forum ... I found this article while reading the paper this morning. It
    really amazed me that modern day religious leaders suggest that the Tsunami disaster was a message
    from God ... almost like the Sodom and Gomora (unsure of spelling) story! I think this is nature
    pure and simple. As a matter of fact, I actually liked the buddist response best of all of them. I
    can come closer to believing in harmonic/karmic forces more than the 'hand of god sending us
    messages' line. To move off topic a bit, I even see the Buddist monks explainat....

    1. Looking for funny, solution, fc4, kernel, panic, sata, drives, makes, work






*SIMILAR VIDEOS*
Searching Video's for funny, solution, fc4, kernel, panic, sata, drives, makes, work
Similar
Domain Transfers - How do they work?
Question Related To Website - need Web page solution
Boot Error On Customized Kernel [solved]
New Graphics Solution For Laptops
Hard To Work With Spyware
Type Checking Not Work On For .. In Loop - Flash 8 - actionscript 2.0
Cpu Upgrade But It Doesn't Work
Hitachi Sets SATA Drives To Only 1.5gb/s
Choice Of Motherboard For Linux Virtualization - Who knows which ones work well?
Don Hertzfeldt - Funny Videos!!!
Need Help Making My Ftp Work - my ftp is not working
Phpmyadmin Doesn't Work On Gamma Server
Shared Hosting Account Server Update - Known Issues And Solutions
Vista: Work In Progress?
What Makes The Best Photo!
Ftp Does Not Work
I6networks....does Not Work!
Attack Script In Php - This is a funny attack script that i made
Comment For My Work
Theme Hospital Cheats Don't Work
Tips For Modifying Wordpress Code - How to make it work the way you like
Shmmni, Shmseg, Shmmax : How To Know The Current Value On Solaris ? - I would like to know the current value, how to read the value currentl
I In Runescape Any Worldchangers That Work On Mozilla? - I in RuneScape any worldchangers that work on mozilla???
Free Shopping Cart Software - VirtueMart- Your free eCommerce Solution
Plasma Effect In Photoshop - Done in CS, but should work in other ver
How To Connect MySQL With Flash? - Help me connect my flash Work with MySql
List Of Funny Tech Signatures - Here are the one's I have encountered.
A Solution For Disabled Right Click On Web Page
Funny Email Quizzes
God's Role In Natural Disasters - God's warning or Nature at work?
advertisement




Funny Solution: Fc4, Kernel Panic With Sata Drives - This makes it work