Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 46

Thread: Error after Hdd install

  1. #21
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    235
    The errors you're reporting is saying that the filesystem of your linux installation wasn't compiled into the kernel. What filesystem did you install linux to? If it isn't ext2, ext3 or reiserfs, then that would be your problem.

  2. #22
    Member registered user
    Join Date
    Jun 2004
    Posts
    83
    Quote Originally Posted by Durand Hicks
    The errors you're reporting is saying that the filesystem of your linux installation wasn't compiled into the kernel. What filesystem did you install linux to? If it isn't ext2, ext3 or reiserfs, then that would be your problem.
    Durand, recall that the knoppix-installer installation script we are running here creates the file system itself (ext3 I am pretty sure) before it writes the installation. Then we get the devfs error and kernel panic on our first reboot after install. I think the installer script uses parted to do partitioning + formatting, hence my theory there is a bug in parted/libparted.

  3. #23
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    235
    Not necessarily, you have to choose the filesystem before installing. For all we know, the op may have already partitioned his drive prior to running knoppix-installer. What I wanted to know is what filesystem is he installing to? Matter of fact, I partitioned my drive using qtparted prior to installing knoppix to my partitions, so I never really ran into that problem. The knoppix-installer will reformat the partitions it installs to anyway, so I asked the question because he may have done it differently.

  4. #24
    Junior Member registered user
    Join Date
    Dec 2004
    Posts
    13
    -at Konsole:
    sudo qtparted
    -i create an ext3 filesystem .. then a linux-swap
    -then
    sudo knoppix-installer
    -then the installation follows
    -after the installation end ofcourse i rebooted
    -then when it booted it gives me the error .. again

  5. #25
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    235
    When you ran qtparted, were the partitions unmounted before you made any modifications? Second, did you commit (write) the new partition table before exiting qtparted? If this step was omitted, then you'll need to rerun qtparted, make your modifications, and finally commit the changes. Then you can run sudo knoppix-installer.

    HTH,

    Durand

  6. #26
    Junior Member registered user
    Join Date
    Dec 2004
    Posts
    13
    1st question .. i can't seem to understand
    2nd question .. yes, i commit before exiting

  7. #27
    Junior Member
    Join Date
    Jan 2005
    Location
    Montreal, Canada
    Posts
    7

    Error after Hdd install

    Hi All

    This is my first post on this forum and I admit I am a newbie when it comes to Linux...

    I am also experiencing a similar problem after installing to Hdd using the Knoppix-installer which comes with the KNOPPIX_V3.7-2004-12-08-EN.iso (MD5 checksum passed)

    I used the exact same procedure that I used to install V3.4 that came with the Knoppix Hacks book. The 3.4 install worked fine, but since the HW detection for 3.4 could not detect my USB Scanner, I decided to try with 3.7.

    When running the 3.7 LiveCD, it saw all my HW properly so I tried to HDD install again.
    So I wiped the partition clean (by removing, reboot, recreating, reboot) using QTParted as root. (Swap of 1 gb as linux swap, and a 6 Gb ext2 part, which gets formated in ext3 by the installer script after)

    I am doing the single boot install (no other OS installed) and using the MBR as the install option.

    Now the symptoms are similar... I did notice also that during the install there was some errors reported as to the drive being read-only. I never had this type of error reported when I previously installed 3.4 but only had full confirm that it did not complete when I tried to boot to hdd.

    Mine seems to go a bit further in the boot process compared with the others. I always boot with the 2.6 kernel, and it only stops when trying to load KDE. I cannot recall exactly what the message says but can certainly type it down once I am back home...

    Someone pointed out earlier that it might be related to a lib from Unstable (since similar symptoms are reported on other install than Knoppix)... If this means there are no workaround for now, and considering that this is beyong Knoppix's original mandate (it works perfectly fine as a LiveCD), can any of you suggest to me a way to find the driver that 3.7 uses for my USB scanner (a way for me to look it up by myself I mean)? This way I can re-install 3.4, patch that driver in, and get the rest of the packages updates thru apt-get direct from the debian sources...

    Thanks again for all your help,

    Francis

  8. #28
    Member registered user
    Join Date
    Jun 2004
    Posts
    83

    Re: Error after Hdd install

    Quote Originally Posted by francisgirard
    Hi All
    I am also experiencing a similar problem after installing to Hdd using the Knoppix-installer which comes with the KNOPPIX_V3.7-2004-12-08-EN.iso (MD5 checksum passed)
    Francis, I think you are in the wrong thread. You seem to be describing a different issue. Unless you are seeing the specific errors described by twistedalpha at the opening of this thread then you are not experiencing the problem we are discussing here. The errors are:

    umount : devfs : not mounted
    mount : fs type devfs not supported by kernel
    umount : devfs : not mounted
    pivot_root : No such file or directory
    /sbin/init : 426 : cannot open dev/console : no such file
    Kernel panic : Attempted to kill init!

    Do you see these "devfs" errors and then the kernel panic?

  9. #29
    Junior Member
    Join Date
    Jan 2005
    Location
    Montreal, Canada
    Posts
    7

    Error after Hdd install

    Hi Markb,

    No I do not have the exact same error messages which you (in another thread) and twistedalpha are mentioning, and you are right that it might have been better to open a complete new thread for it in this case...

    The only reason I brought it up in the same thread is that I thought it might help since it is most likely related. Remember that the way I am installing is also slightly different (from what I recall reading both you and Twistedalpha installed it as dual-boot, not single boot) so this might account why it does not fail exactly at the same point (with the devfs errors) but just right after (once it starts loading) so if someone was inclined to test those 2 scenario and try to replicate the error to debug, they could better pinpoint at the fault.

    But, as I already admitted, Linux is a brand new world from me. But the last years I was doing tech support on IBM HW (under MS windows) showed me that having a slight different perspective on a similar problem might pinpoint to the right solution.

    Désolé...

    Francis

  10. #30
    Junior Member registered user
    Join Date
    Dec 2004
    Posts
    13

    Re: Error after Hdd install

    Quote Originally Posted by francisgirard
    No I do not have the exact same error messages which you (in another thread) and twistedalpha are mentioning, and you are right that it might have been better to open a complete new thread for it in this case...
    err .. if u can please help me

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. error for apt-get install
    By kene in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 11-03-2005, 12:36 AM
  2. Install Error
    By ses182 in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 09-21-2005, 04:07 PM
  3. Install Error
    By adamherb in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 01-03-2005, 07:22 PM
  4. Knoppix install read error around 80%, install another way?
    By nmz787 in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 11-21-2004, 09:17 AM
  5. error after hd install
    By misagh in forum Hdd Install / Debian / Apt
    Replies: 9
    Last Post: 03-11-2003, 12:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Vintage P51430TX TITANIUM I B+ picture

Vintage P51430TX TITANIUM I B+

$99.00



computer memory lot of 16 old vintage assorted picture

computer memory lot of 16 old vintage assorted

$85.00



Vintage Apple Lisa Brochure, very nice condition picture

Vintage Apple Lisa Brochure, very nice condition

$50.00



Vintage Computer Mouse - Todays Mouse - Windows 95 P S/2 picture

Vintage Computer Mouse - Todays Mouse - Windows 95 P S/2

$9.99



vintage floppy disk storage container picture

vintage floppy disk storage container

$11.69



Vintage Compaq 141649-004 2 Button PS/2 Gray Mouse M-S34 - FAST SHIPPING - NEW picture

Vintage Compaq 141649-004 2 Button PS/2 Gray Mouse M-S34 - FAST SHIPPING - NEW

$8.99



Vintage Sensomotoric Instruments Computer Keyboard picture

Vintage Sensomotoric Instruments Computer Keyboard

$30.00



Z80 - NABU PC & Keyboard - Vintage New Old Stock (Retro 80's) picture

Z80 - NABU PC & Keyboard - Vintage New Old Stock (Retro 80's)

$139.99



Vintage Blue ATX Mid-Tower Computer Case w/ DVD Burner + Floppy Drive, No PSU picture

Vintage Blue ATX Mid-Tower Computer Case w/ DVD Burner + Floppy Drive, No PSU

$99.99



SEALED Vintage Western Digital Value Line Hard Drive 3.5-Inch Enhanced IDE 25 GB picture

SEALED Vintage Western Digital Value Line Hard Drive 3.5-Inch Enhanced IDE 25 GB

$100.00