Gentoo Archives: gentoo-user

From: Jeremi Piotrowski <jeremi.piotrowski@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] booting - I don't anystand how the (Linux) world works anymore
Date: Sat, 25 Jun 2016 19:20:05
Message-Id: 20160625191947.GA24102@gentoo-tp.home
In Reply to: [gentoo-user] booting - I don't anystand how the (Linux) world works anymore by Helmut Jarausch
1 On Sat, Jun 25, 2016 at 08:33:31PM +0200, Helmut Jarausch wrote:
2 >
3 > So, I came up with root=UUID=uuid_number of the root file system.
4 >
5 > But to my surprise I now got a kernel panic
6 > syncing: VFS: unable to mount root fs on unknown block(0,0)
7 >
8 > So, please tell me what I'm missing?
9
10 root=UUID lines are normally interpreted by the initramfs to find the
11 right device to mount. If you don't use one, the kernel pretty much only
12 supports root=/dev/<name> or root=PARTUUID identifiers (check kernel
13 source file init/do_mounts.c:182,207 for details).
14
15 You can find your PARTUUID using `blkid` or `lsblk -o +PARTUUID`.

Replies

Subject Author
Re: [gentoo-user] booting - I don't anystand how the (Linux) world works anymore Helmut Jarausch <jarausch@××××××.be>