Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Kernel panic - not syncing: VFS: Unable to mount root fs on

  1. #11
    Junior Member
    Join Date
    Apr 2005
    Location
    Pittsburgh
    Posts
    7

    Glad to see the system works

    Thanks for all the insites.
    It's good to see the system working (this one).
    I'll give file an edit tonight (when I get home).
    I do remember looking at the menu.lst file and I believe the ### is there; so maybe problem solved!

    Thanks ALL!

  2. #12
    Junior Member
    Join Date
    Apr 2005
    Location
    Pittsburgh
    Posts
    7

    It worked! Many thanks to all!

    IT worked.....
    You can edit the /boot/grub/menu.lst file right after the install is finished to eliminate the ###s.
    You must set the properties of /dev/hda1 to read/write and the device to read/write also then mount it.
    Then you can edit the file, save it and 'viola... IT BOOTS!

    Many thanks again!

  3. #13
    Junior Member
    Join Date
    Dec 2003
    Posts
    4

    Cause of the "### isk_size" in meu.lst

    Hi,
    we, Japanese KNOPPIX user gourp (http://www.freeml.com/archive/knoppix@freeml.com), have
    finally found out why this disturbance in the option line in /boot/grub/menu.lst was caused.
    The installation script "knoppix-installer" has nothing to do with this error.

    This error happens simply because the /proc/cmdline will be disturbed if you boot your KNOPPIX CD
    4.0.2 WITHOUT ANY BOOT OPTION. After the booting, you can execute the following command:

    $ cat /proc/cmdline
    ### isk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt.gz nomce quiet BOOT_IMAGE=knoppix BOOT_IMAGE=linux

    If you execute "knoppix-installer" under this situation, this error will be put into the /boot/grub/menu.lst.
    However, this error will NOT HAPPEN if you boot your KNOPPIX CD WITH AN OPTION, e.g;
    boot: knoppix
    boot: knoppix 2
    boot: fb1024x768
    etc.

    So, we strongly recommend you TO BOOT KNOPPIX 4.0.2 CD WITH AN OPTION, e.g. "boot: knoppix" if you
    plan to install it to your HDD with the "knoppix-installer" script.

    One member of us also has identified the cause of the disturbance in /proc/cmdline.
    It was syslinux.bin from the package "syslinux 2.11-0.1". He has experimentally made a knoppix4.0.2 iso
    image after he exchanged this file with a old syslinux.bin from "syslinux-knoppix 2.04-1".
    He could check out that the error in /proc/cmdline did not happen when he booted the modified 4.0.2 CD.

    The condlusion: This error of the HDD installation probably happens due to a problem in syslinux.
    We hope sombody will fix this problem soon.

    Thank you

  4. #14
    Junior Member
    Join Date
    Dec 2003
    Posts
    4

    Sorry for my wrong information

    Sorry, there is a mistake in the preceding mail;

    One member of us also has identified the cause of the disturbance in /proc/cmdline.
    It was syslinux.bin from the package "syslinux 2.11-0.1". He has experimentally made a knoppix4.0.2 iso
    image after he exchanged this file with a old syslinux.bin from "syslinux-knoppix 2.04-1".
    He could check out that the error in /proc/cmdline did not happen when he booted the modified 4.0.2 CD.
    "syslinux.bin" was a wrong file name. "isolinux.bin" is a correct one. So, I write once more:

    One member of us also has identified the cause of the disturbance in /proc/cmdline.
    It was isolinux.bin from the package "syslinux 2.11-0.1". He has experimentally made a modified
    knoppix4.0.2 iso image after he replaced this file with an old isolinux.bin from "syslinux-knoppix 2.04-1".
    He assured himself that the error in /proc/cmdline did not occur when he booted from his modified 4.0.2 CD.

    I apologize for my mistake.

  5. #15
    Junior Member
    Join Date
    Dec 2005
    Posts
    5
    i have followed all the directions and when the system finally comes up there is a grub prompt
    i am 100% new at this

    whats next?

    and thanks very much for the info that has gotten me this far

    lp

  6. #16
    Junior Member
    Join Date
    May 2006
    Posts
    4
    Bumping this because I'm getting the same error and I'm clueless. Simple instructions anyone?

  7. #17
    Junior Member
    Join Date
    May 2006
    Posts
    4
    Quote Originally Posted by SimonomiS
    Bumping this because I'm getting the same error and I'm clueless. Simple instructions anyone?
    Help someone?

    Is there anyway I can just wipe my HD and start anew?

  8. #18
    Senior Member registered user
    Join Date
    Sep 2005
    Posts
    205
    Quote Originally Posted by SimonomiS
    Is there anyway I can just wipe my HD and start anew?
    If you really want to wipe the HD, it's easy to do.

    Quick way to do that is (Replace /dev/hda with something else if your HD isn't hda)
    Code:
    sudo dd if=/dev/zero of=/dev/hda bs=512 count=1
    That will overwrite first sector of HD, which should be enough, as it will overwrite partition-table.
    To wipe-out all data from whole HD you can use
    Code:
    sudo dd if=/dev/zero of=/dev/hda bs=1M

  9. #19
    Junior Member
    Join Date
    May 2006
    Posts
    4
    Hmm, but I can't even get that far.

    It gets to the boot promt, any booting command gives me the not syncing; VFS etc error, and for other commands it gives me "kernel image sudo (or whatever it I try) not found".

  10. #20
    Senior Member registered user
    Join Date
    Sep 2005
    Posts
    205
    Quote Originally Posted by SimonomiS
    Hmm, but I can't even get that far.

    It gets to the boot promt, any booting command gives me the not syncing; VFS etc error, and for other commands it gives me "kernel image sudo (or whatever it I try) not found".
    Sorry, I didn't realize you were unable to boot at all. That command I gave can only be used in konsole, after a successfull boot.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Kernel panic - not syncing: VFS: Unable to mount block (1,3)
    By Chadsfunkin5 in forum Hardware & Booting
    Replies: 2
    Last Post: 01-24-2006, 02:59 AM
  2. Kernel panic - not syncing: VFS: Unable to mount block (3,2)
    By Volgin in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 12-25-2005, 05:37 AM
  3. Kernel Panic: VFS: Unable to mount root fs on 21:02
    By helkyd in forum Hardware & Booting
    Replies: 1
    Last Post: 05-14-2004, 02:19 PM
  4. Kernel panic: VFS : Unable to mount root fs on 03:02
    By biohazard in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 12-26-2003, 02:55 AM
  5. kernel panic:VFS:unable to mount root fs on 08:03
    By ventallo in forum Hdd Install / Debian / Apt
    Replies: 11
    Last Post: 05-16-2003, 07:35 PM

Posting Permissions

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


Dell R730 w/ 2x E5-2650v3 10c, 192GB (12x16GB) RAM, H730 Mini, 2x 750W PSU picture

Dell R730 w/ 2x E5-2650v3 10c, 192GB (12x16GB) RAM, H730 Mini, 2x 750W PSU

$499.99



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$89.99



Dell R630 Server 2x E5-2620 V4 2.1GHz =16 Cores 128GB DDR4 1x 960GB 2x 1G 2x 10G picture

Dell R630 Server 2x E5-2620 V4 2.1GHz =16 Cores 128GB DDR4 1x 960GB 2x 1G 2x 10G

$210.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$284.00



Dell PowerEdge R720xd Dual Intel Xeon E5-2660 v2 @2.20GHz 128GB RAM No HDD H710P picture

Dell PowerEdge R720xd Dual Intel Xeon E5-2660 v2 @2.20GHz 128GB RAM No HDD H710P

$249.99



Dell PowerEdge R620 Server 2x Xeon E5-2670 8 Core 2.6GHz 32GB 0HD H310 4 Bay  picture

Dell PowerEdge R620 Server 2x Xeon E5-2670 8 Core 2.6GHz 32GB 0HD H310 4 Bay

$99.45



Dell PowerEdge R620 Server - 128GB RAM, 2x8c CPU, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R620 Server - 128GB RAM, 2x8c CPU, 128Gb SSD/3x900Gb SAS, Proxmox

$260.00



Dell PowerEdge R710 2.5

Dell PowerEdge R710 2.5" 2U Server 2x X5670 2.93GHZ 12-Core 128gb 2x 1TB SAS

$214.99



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 64GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 64GB H730 4xRJ45

$314.00