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 PowerEdge R7525 Server 24X2.5(8XNVME)+H745 2xEPYC 7302 CPU 128G RAM 2x2400W picture

Dell PowerEdge R7525 Server 24X2.5(8XNVME)+H745 2xEPYC 7302 CPU 128G RAM 2x2400W

$3350.00



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



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

$79.19



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 R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

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

$340.00



Dell PowerEdge R730, 2 sinks, SystemBoard, 8 trays,H330,Idrac 8 exp, 2x750w Psu picture

Dell PowerEdge R730, 2 sinks, SystemBoard, 8 trays,H330,Idrac 8 exp, 2x750w Psu

$135.00



Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores  64gb  H730  2x 750w picture

Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores 64gb H730 2x 750w

$189.99



CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs picture

CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs

$246.67



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 R730XD Server 2x E5-2680v4 2.4GHz =28 Cores 128GB H730 4x 1.2TB SAS 4xRJ45 picture

DELL R730XD Server 2x E5-2680v4 2.4GHz =28 Cores 128GB H730 4x 1.2TB SAS 4xRJ45

$504.00