You are not logged in.

#1 2016-06-10 18:49:15

orthostatic
Member
Registered: 2016-06-10
Posts: 1

kernel panic-not syncing: VFS: unable to mount root fs

Hi,
I'm trying to dual boot Arch with Windows 10 on a UEFI system, but keeping getting the error in the subject line when I reboot. I'm using the windows created EFI partition residing at /dev/sda2 as my /boot, and /dev/sda6 as my root partition (/dev/sda6, as well as /dev/sda7, my eventual home partition, are formatted as ext4)
This is my loader.conf file

 timeout 3
default arch
editor	0 

This is the contents of arch.conf

 title		Arch Linux
linux		/vmlinuz-linux
intrid		/intel-ucode.img
intrid		/initramfs-linux.img
options		root=PARTUUID=70a8c5e2-c4b5-4f9c-92e3-6e768396b44b rootfstype=ext4 rw
 

This is the output of blkid (i'm not sure if this is needed)

 /dev/sda1: LABEL="Recovery" UUID="102867EB2867CDF2" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c74dc646-d520-477e-b2c3-51c52535357d"
/dev/sda2: UUID="1269-9547" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="4d0fd946-8996-4308-8e70-d2cf2ff6a460"
/dev/sda4: UUID="AA4870DE4870AB29" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="48cd19ae-54d2-4d51-bdf3-520f9216920a"
/dev/sda5: UUID="DCB4CD1DB4CCFAD2" TYPE="ntfs" PARTUUID="0220d5c7-b055-4f3c-8884-337e480d6a03"
/dev/sda6: UUID="68dd14d9-75ce-4ddd-9f09-64ac0e0a7522" TYPE="ext4" PARTUUID="70a8c5e2-c4b5-4f9c-92e3-6e768396b44b"
/dev/sda7: UUID="3ae5a49a-5cff-4236-9140-0f40beb64a16" TYPE="ext4" PARTUUID="659a9330-b2d9-45d8-901b-fdef7c2aaedf"
/dev/sdb1: UUID="2016-06-01-16-49-27-00" LABEL="ARCH_201606" TYPE="iso9660" PTUUID="0e6dcb17" PTTYPE="dos" PARTUUID="0e6dcb17-01"
/dev/sdb2: SEC_TYPE="msdos" LABEL="ARCHISO_EFI" UUID="1BCC-F9C3" TYPE="vfat" PARTUUID="0e6dcb17-02"
/dev/loop0: TYPE="squashfs"
/dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="4cf703a9-4bb0-4d16-9a4c-0c0af5e68818" 

This is the contents of my fstab file

 # 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
# /dev/sda6
UUID=68dd14d9-75ce-4ddd-9f09-64ac0e0a7522	/         	ext4      	rw,relatime,data=ordered	0 1

# /dev/sda2
UUID=1269-9547      	/boot     	vfat      	rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro	0 2

Windows boots into a recovery mode, which I assume is from re-sizing the primary windows partition. I'm not sure what other information I need to provide, and I'm sorry if didn't give everything pertinent. To be clear, the full error when I attempt to boot into Arch is

 ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) 

Thank you so much for the help.

Offline

#2 2016-07-12 09:28:19

jolivier
Member
Registered: 2012-05-30
Posts: 19

Re: kernel panic-not syncing: VFS: unable to mount root fs

Hi, you have a typo in your arch.conf; you wrote intrid instead of initrd.
This made me read again each line of my entry (I had the same issue than you) and found also a typo in my initrd line that fixed my issue! So it should fix yours!

Offline

Board footer

Powered by FluxBB