[Bug 118401] Lenovo A740 gave up waiting for root device with kernels >= 4.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.kernel.org/show_bug.cgi?id=118401

Navin <navinp1912@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |navinp1912@xxxxxxxxx

--- Comment #6 from Navin <navinp1912@xxxxxxxxx> ---

https://ext4.wiki.kernel.org/index.php/UpgradeToExt4
says in section 
"Converting an ext3 filesystem to ext4"

Note: The ext3 driver will be removed from the kernel in 4.3.


Your root filesystem is ext3 .

Maybe your second image drop is says root image is not found due to the above.

Your options are like

1) Convert your data to ext4 

2) Enable the ext3 filesystem driver explicitly in your menuconfig /xconfig
After saving your .config diff with the older non-working configuration should
look like  ie added EXT3_FS and build a kernel
-# CONFIG_EXT3_FS is not set
+CONFIG_EXT3_FS=y
+CONFIG_EXT3_FS_POSIX_ACL=y
+CONFIG_EXT3_FS_SECURITY=y

3) Convert your data to ext2 and then try with the current non-working kernels.







The first file in diff is working (4.2) and the second file is non working .

# CONFIG_EXT2_FS is not set
 # CONFIG_EXT3_FS is not set
 CONFIG_EXT4_FS=y
-CONFIG_EXT4_USE_FOR_EXT23=y
+CONFIG_EXT4_USE_FOR_EXT2=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y
 CONFIG_EXT4_ENCRYPTION=m
 # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set

Looks like you have removed in EXT23 in your config and used it as EXT2 .

This is for first file as (4.2.) and 4.6 as the second file (.config).

 # CONFIG_EXT2_FS is not set
 # CONFIG_EXT3_FS is not set
 CONFIG_EXT4_FS=y
-CONFIG_EXT4_USE_FOR_EXT23=y
+CONFIG_EXT4_USE_FOR_EXT2=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y
 CONFIG_EXT4_ENCRYPTION=m

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux