Displaying 2 results from an estimated 2 matches for "syncinc".
Did you mean:
syncing
2006 Jun 04
0
Kernel panic on change from 2.4.x to 2.6.x
...EPIA MII6000E motherboard with CF-Card
- Booting from network works with Linux Kernel 2.4.25
- Change to 2.6.15.4 doesn't work -- kernel panics:
VFS: Cannot open root device "hde1" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncinc: VFS: Unable to mount root fs on
unknown-block(0,0)
in Detail:
- "syslinux"-Environment was created with syslinux-2.11.
My old file in "/tftpboot/pxelinux.cfg" looked like this:
------------------------- [ BEGIN Cxxxxxx ] -------------------------
DEFAULT standard
LABEL st...
2006 Jun 10
1
PXELINUX with Kernel 2.6.15.4: VFS: Cannot open root device "hde1" or unknown-block(0, 0)
...fs on %s", b);
}
panic("VFS: Unable to mount root fs on %s", __bdevname
(ROOT_DEV, b));
...
This looks as:
"VFS: Cannot open root device "hde1" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncinc: VFS: Unable to mount root fs on
unknown-block(0,0)"
I also tried to set the root-dev with:
"echo 0x3301 > /proc/sys/kernel/real-root-dev" in "linuxrc"
The only difference is that
"VFS: Unable to mount root fs on unknown-block(0,0)"
becomes
"VFS: Unabl...