Fedora

From: Tom McCaffrey (tmcca_at_ncmich.edu)
Date: 06/02/05

  • Next message: Anže Vidmar: "Re: Fedora"
    To: "RedHat" <redhat-list@redhat.com>
    Date: Thu, 2 Jun 2005 07:39:01 -0400
    
    

    I have to admit that I'm not really impressed with Fedora Project.
    My first attempt at loading it earned me a million error messages about the heads being less than
    256.. (heads<256) and I managed to get rid of that error by blowing off the partitions that
    Linux had created (using delpart) and instead of booting up on a 98 floppy and fdisking - I just left
    the drive un-partitioned.
    However, my next attempt at loading it resulted in my being told that disk 2 is wrong.. No matter
    which disk I put in or how many times I put disk 2 back in.
    Maybe I should be installing without gui?

    Tom

    -- 
    This message has been scanned for viruses and
    dangerous content by NCMC, and is believed to be clean.
    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Anže Vidmar: "Re: Fedora"

    Relevant Pages

    • Problem installing Solaris 10
      ... Each time it fails on disk 3: it starts out loading from CD, ... but after a short while the system hangs. ... No error messages given. ...
      (comp.unix.solaris)
    • Re: Delete directory name that contains special characters
      ... The following error messages are ... Cannot read from source file or disk ... I've tried the DOS command approach too with every conceivable wildcard ... I'm thinking about taking a scratch awl to the sector of my ...
      (microsoft.public.windowsxp.help_and_support)
    • Re: XP wont start, reporting Windows file errors
      ... I solve the password problem and tried your suggestion. ... further into the loading of the systems files but gave me problems while ... copy from it to the laptop disk but still ...
      (microsoft.public.windowsxp.help_and_support)
    • Re: Linux and Initrd used to access disk : how does it work ?
      ... > for hardware support of disk controler, and I'm at a point where I need ... > BEFORE loading the module itself, if it is mandatory to access the disk. ... echo Mounted /proc filesystem ... insmod /lib/scsi_mod.ko ...
      (Linux-Kernel)
    • Re: Rapid gfx display Qs
      ... As far as speed is concerned, it is the Intel jpeg library which is responsible for the fast loading and "conversion from jpeg" times, both in Olaf's code and in the results I reported myself using the Intel jpeg wrapper at the vbAccelerator link I posted. ... Essentially, loading a large pixel size bmp is slow mostly because of the large amount of data that needs to be dragged from the disk, and the "read from disk" time disk can be speeded up greatly by loading an equivalent jpg image from disk instead of a bmp, simply because a jpg image of the same pixel size has its data greatly compressed and there is therefore very much less data to be read from disk. ... However, if you are using the VB LoadPicture method or GDI or GDI+ to load the jpg from disk then all of the time you saved by loading a comparatively small amount of data is negated by the fact that those methods are slow at decoding and converting the jpg data, so you don't end up winning. ...
      (microsoft.public.vb.general.discussion)