From: "Canek Peláez Valdés" <caneko@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs?
Date: Mon, 2 Apr 2012 16:37:16 -0500 [thread overview]
Message-ID: <CADPrc836NQRrA2SDnju=K2ifVCGh4tQMgvirASjNho4=23dGUA@mail.gmail.com> (raw)
In-Reply-To: <4F7A185E.1090406@gmail.com>
On Mon, Apr 2, 2012 at 4:21 PM, Dale <rdalek1967@gmail.com> wrote:
> Canek Peláez Valdés wrote:
> <<<SNIP>>>
>> Well damn. Why you do not have devtmpfs? In all the machines I have
>> access to (with or without initramfs, with either systemd or OpenRC),
>> they have devtmps:
>>
>> devtmpfs on /dev type devtmpfs
>> (rw,nosuid,relatime,size=2023140k,nr_inodes=505785,mode=755)
>> devtmpfs on /dev type devtmpfs
>> (rw,nosuid,relatime,size=506680k,nr_inodes=126670,mode=755)
>> devtmpfs on /dev type devtmpfs
>> (rw,nosuid,relatime,size=1939288k,nr_inodes=484822,mode=755)
>> devtmpfs on /dev type devtmpfs
>> (rw,relatime,size=257224k,nr_inodes=64306,mode=755) <==== The one with
>> OpenRC, no initramfs
>>
>> I don't see that one in your mount output. It seems kinda relevant, I
>> think. Please, can you attach your /boot/grub/grub.cfg file? I still
>> haven't seen the kernel command line, and I suppose that it's
>> relevant. Also, I know it's a lot, but could you please include your
>> kernel /usr/src/linux/.config file? Both dracut and udev need some
>> specific kernel config options that maybe you don't have.
>>
>> Regards.
>
>
> Here is my grub lines:
>
> title=Initramfs-new_kernel
> root (hd0,0)
> kernel /boot/bzImage-3.2.11-1 root=/dev/sda3 init=/sbin/init rd.debug
> rd.udev.debug
> initrd /initramfs-3.2.11.img
>
> title Gentoo
> kernel (hd0,0)/bzImage-3.2.11-1 root=/dev/sda3
> acpi_enforce_resources=lax raid=noautodetect iommu=noaperture
>
> The stuff on the end without the init thingy was added to make sure
> gkrellm worked. I think it is fixed now and can be removed but I just
> haven't done it yet.
>
> I added that debug stuff to the line for the init thngy but have not
> booted it yet.
Why do you have /boot/bzImage-3.2.11-1 in the initramfs kernel, but
(hd0,0)/bzImage-3.2.11-1 in the other one? You have /boot in another
partition, so in both cases you should have something similar to
root (hd0,0)
kernel (hd0,1)/bzImage-3.2.11-1 ...
isn't? (where "(hd0,1)" is your /boot partition, since you do use
labels, I don't know the exact number).
Could it be possible that you are booting with an older kernel when
using the initramfs entry without noticing it? Can you "umount /boot"
in your machine and see if there is a kernel in there, and if it's
different from the one in the actual /boot partition?
In any case, the two grub entries are certainly not "identical"
besides the initrd line (maybe they should be?). Also, can a have a
look at your /usr/src/linux/.config file?
Regards.
--
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México
next prev parent reply other threads:[~2012-04-02 21:39 UTC|newest]
Thread overview: 99+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-27 13:37 [gentoo-user] After /usr conflation: why not copy booting software to /sbin rather than initramfs? Alan Mackenzie
2012-03-27 13:48 ` Michael Mol
2012-03-27 14:02 ` Mike Edenfield
2012-03-27 14:19 ` Michael Mol
2012-03-27 14:26 ` Alan Mackenzie
2012-03-27 14:38 ` Mark Knecht
2012-03-27 14:46 ` Neil Bothwick
2012-03-27 17:55 ` [gentoo-user] " che
2012-03-27 18:41 ` Alan McKinnon
2012-03-28 18:43 ` che
2012-03-27 19:56 ` Mike Edenfield
2012-03-27 21:24 ` Alan Mackenzie
2012-03-27 21:41 ` Neil Bothwick
2012-03-27 22:01 ` Alan Mackenzie
2012-03-27 22:39 ` Alan McKinnon
2012-03-27 23:32 ` Alan Mackenzie
2012-03-28 7:47 ` Neil Bothwick
2012-03-27 22:53 ` Neil Bothwick
2012-03-27 21:48 ` Alan McKinnon
2012-03-27 22:35 ` Alan Mackenzie
2012-03-27 22:54 ` Neil Bothwick
2012-03-27 22:55 ` Alan McKinnon
2012-03-28 14:01 ` Alan Mackenzie
2012-03-28 14:56 ` Neil Bothwick
2012-03-28 17:07 ` Alan Mackenzie
2012-03-28 17:40 ` Mike Edenfield
2012-03-28 21:47 ` Neil Bothwick
2012-03-28 22:45 ` Peter Humphrey
2012-03-28 23:25 ` Neil Bothwick
2012-03-29 1:53 ` Dale
2012-03-29 2:07 ` Canek Peláez Valdés
2012-03-29 2:39 ` Dale
2012-03-29 5:08 ` Canek Peláez Valdés
2012-03-29 20:15 ` Dale
2012-03-29 20:53 ` Canek Peláez Valdés
2012-04-02 7:41 ` Dale
2012-04-02 13:33 ` Canek Peláez Valdés
2012-04-02 19:54 ` Dale
2012-04-02 20:28 ` Canek Peláez Valdés
2012-04-02 21:21 ` Dale
2012-04-02 21:37 ` Canek Peláez Valdés [this message]
2012-04-03 0:19 ` Dale
2012-04-02 22:08 ` Neil Bothwick
2012-04-02 22:21 ` Dale
2012-04-02 22:41 ` Canek Peláez Valdés
2012-04-03 0:19 ` Dale
2012-04-03 0:35 ` Pandu Poluan
2012-04-03 1:03 ` Canek Peláez Valdés
2012-04-03 1:29 ` Dale
2012-04-03 1:01 ` Canek Peláez Valdés
2012-04-03 1:19 ` Dale
2012-04-03 2:08 ` Dale
[not found] ` <CADPrc81Q6Tmzpg0p7cbOYr8iXQFO_L4QGKid=LGZPXLB1dt5Xw@mail.gmail .com>
2012-04-03 2:43 ` Canek Peláez Valdés
2012-04-03 3:12 ` Dale
2012-04-03 5:32 ` Dale
2012-04-03 12:46 ` Mike Edenfield
2012-04-03 13:21 ` Dale
2012-04-03 17:48 ` Canek Peláez Valdés
2012-04-04 0:02 ` Dale
2012-04-04 1:59 ` William Kenworthy
2012-04-04 2:55 ` Dale
2012-04-04 3:12 ` Dale
2012-04-04 3:19 ` Canek Peláez Valdés
2012-04-04 7:48 ` Dale
2012-04-04 9:05 ` Dale
2012-04-04 9:22 ` Neil Bothwick
2012-04-04 9:54 ` Dale
2012-04-04 11:22 ` Neil Bothwick
2012-04-04 23:37 ` Dale
2012-04-04 17:23 ` Canek Peláez Valdés
2012-04-04 23:35 ` Neil Bothwick
2012-04-04 23:39 ` Dale
2012-03-29 21:11 ` Todd Goodman
2012-03-29 21:32 ` Dale
2012-03-30 13:48 ` Todd Goodman
2012-03-29 21:52 ` Mike Edenfield
2012-03-28 4:24 ` Mike Edenfield
2012-03-28 4:55 ` Canek Peláez Valdés
2012-03-28 17:27 ` Mike Edenfield
2012-03-28 6:17 ` Pandu Poluan
2012-03-28 6:19 ` Pandu Poluan
2012-03-28 7:43 ` Neil Bothwick
2012-03-29 2:16 ` Dale
2012-03-29 8:52 ` Neil Bothwick
2012-03-28 17:36 ` Mike Edenfield
2012-03-29 15:56 ` Alan Mackenzie
2012-03-29 16:35 ` Neil Bothwick
2012-03-29 17:13 ` Michael Mol
2012-03-29 18:11 ` Neil Bothwick
2012-03-29 18:35 ` Michael Mol
2012-03-30 0:04 ` Neil Bothwick
2012-03-30 2:10 ` Mike Edenfield
2012-03-30 3:17 ` Pandu Poluan
2012-03-30 0:10 ` Neil Bothwick
2012-03-29 17:29 ` Alan Mackenzie
2012-03-29 18:04 ` Neil Bothwick
2012-03-29 18:10 ` Mike Edenfield
2012-03-28 19:14 ` che
2012-03-27 15:30 ` [gentoo-user] " Mike Edenfield
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CADPrc836NQRrA2SDnju=K2ifVCGh4tQMgvirASjNho4=23dGUA@mail.gmail.com' \
--to=caneko@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox