unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Daniel Pimentel <d4n1@openmailbox.org>
To: Omar Radwan <toxemicsquire4@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>, Kete Foy <kete@ninthfloor.org>,
	guix-devel-bounces+d4n1=opmbx.org@gnu.org
Subject: Re: 0.8.1 kernel panics
Date: Wed, 04 Feb 2015 11:47:50 -0300	[thread overview]
Message-ID: <0fda0009cc8b7455084f2510505feb61@openmailbox.org> (raw)
In-Reply-To: <CAMwaQALvFfe2Zq22Arj6qQOhmSkzV5qg3=-xY04sRgMmSJqvGw@mail.gmail.com>

On 2015-02-04 00:55, Omar Radwan wrote:
> I think I know your problem. In your filesystems declaration,
> 
> (file-systems (cons (file-system
>                         (device "root")
>                         (title 'label)
>                         (mount-point "/")
>                         (type "ext4"))
>                       %base-file-systems))
> 
> You left the default pseudo entry for (device), you need to enter your
> hdd partition label that you plan installing GSD on. For example it
> should be like this:
> 
> (file-systems (cons (file-system
>                         (device "/dev/sda1")
>                         (title 'label)
>                         (mount-point "/")
>                         (type "ext4"))
>                       %base-file-systems))
> 
> On Tue, Feb 3, 2015 at 6:50 PM, Kete Foy <kete@ninthfloor.org> wrote:
>> Hello, a couple of us are having kernel panics after installing 0.8.1 
>> and
>> getting past Grub. I installed on a laptop, but attached is someone's
>> picture of a Qemu installation. I am having the same Call Trace. The
>> installer booted, but the first boot failed. I also notice an error 
>> flash in
>> between the words "loading grub" and seeing Grub, but it disappears 
>> before I
>> can read it. I am sure that the partition has the suggested label 
>> root:
>> checked with e2label. Also attached is my /etc/config.scm.
The first example (device "root") work if you format you HD with option 
"-L". For example: mkfs.ext4 -L "root" /dev/sda1. So you can mount your 
particion with command: mount -L root /mnt, and follow the 
documentation.
Else the second example work without labels.
-- 
Daniel Pimentel (d4n1)

      reply	other threads:[~2015-02-04 14:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-04  2:50 0.8.1 kernel panics Kete Foy
2015-02-04  3:55 ` Omar Radwan
2015-02-04 14:47   ` Daniel Pimentel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0fda0009cc8b7455084f2510505feb61@openmailbox.org \
    --to=d4n1@openmailbox.org \
    --cc=guix-devel-bounces+d4n1=opmbx.org@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=kete@ninthfloor.org \
    --cc=toxemicsquire4@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).