|
@@ -373,8 +373,8 @@ retry:
|
|
|
#ifdef CONFIG_BLOCK
|
|
#ifdef CONFIG_BLOCK
|
|
|
__bdevname(ROOT_DEV, b);
|
|
__bdevname(ROOT_DEV, b);
|
|
|
#endif
|
|
#endif
|
|
|
- printk("VFS: Cannot open root device \"%s\" or %s\n",
|
|
|
|
|
- root_device_name, b);
|
|
|
|
|
|
|
+ printk("VFS: Cannot open root device \"%s\" or %s: error %d\n",
|
|
|
|
|
+ root_device_name, b, err);
|
|
|
printk("Please append a correct \"root=\" boot option; here are the available partitions:\n");
|
|
printk("Please append a correct \"root=\" boot option; here are the available partitions:\n");
|
|
|
|
|
|
|
|
printk_all_partitions();
|
|
printk_all_partitions();
|