vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Just finished creating a new kernel with the swsusp2 patch with make-kpkg mechanism (used the --initrd option, so the correct initrd image is created). My grub entry : title Debian GNU/Linux, kernel 2.6.13.1-rj root (hd0,0) kernel /vmlinuz-2.6.13.1-rj root=/dev/hda9 ro resume2=swap:/dev/hda5 noresume2 initrd /initrd.img-2.6.13.1-rj savedefault boot Other entries in my grub menu : title Debian GNU/Linux, kernel 2.6.12.5-rj root (hd0,0) kernel /vmlinuz-2.6.12.5-rj root=/dev/hda9 ro initrd /initrd.img-2.6.12.5-rj savedefault boot However, when use the first image, the kernel quits with a VFS panic (not syncing) complaining about an unknown block (3,9). The message immediately prior to this is that UDF-fs filesystem is not found. UDF is a DVD filesystem. I do have UDF support in the new kernel, but the root filesystem is ext3. What could possibly be wrong, and how do I fix it ?? |