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
  •  


Cisco UCS LSI MegaRAID 9271CV-8I SAS2308 PCIe SAS Internal RAID Controller picture

Cisco UCS LSI MegaRAID 9271CV-8I SAS2308 PCIe SAS Internal RAID Controller

$28.00



ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID picture

ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID

$58.99



Intel PCIe SSD AIC RAID Controller Card G97168-252 picture

Intel PCIe SSD AIC RAID Controller Card G97168-252

$44.55



LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA picture

LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA

$229.99



Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE picture

Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE

$15.98



LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License picture

LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License

$39.95



LSI MegaRaid 9361-8i 12Gbps SAS / SATA Raid Controller PCIe x8 3.0 Tested picture

LSI MegaRaid 9361-8i 12Gbps SAS / SATA Raid Controller PCIe x8 3.0 Tested

$29.00



ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs picture

ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs

$87.99



4 Bay RAID External Hard Drive Enclosure for 2.5/3.5

4 Bay RAID External Hard Drive Enclosure for 2.5/3.5" SATA HDD/SSD

$79.99



G TECHNOLOGY G RAID 0G04228 2-Bay Thunderbolt 2 RAID Array W/Power Supply picture

G TECHNOLOGY G RAID 0G04228 2-Bay Thunderbolt 2 RAID Array W/Power Supply

$99.99