På Tue, 27 Mar 2012 23:43:36 -0000, skrev Don deJuan
<donjuansjiz@gmail.com>:
On 03/26/2012 03:08 AM, Paul Gideon Dann wrote:
On Monday 26 Mar 2012 02:18:53 Saurav Modak wrote:
Have you tried manually adding it in grub.cfg BTW?
Editing grub.cfg is a naughty thing to do with Grub2 The "correct"
thing
to do would be to add the fallback to /etc/grub.d/41_custom. However,
Grub
previously automatically detected the fallback correctly. I'm
wondering why
it doesn't now.
Paul
After a kernel panic on boot after todays kernel update (unrelated)
while doing things to get back up and running I just realized this as
well. I do not have a fallback image for either of the 2 kernels I run
for arch.
I think after a grub2 upgrade first you have to install new grub to MBR
and then update grub config.
--
/ronny
03-28-2012, 07:49 AM
Kirill Churin
Grub2
On Wed, Mar 28, 2012 at 1:30 PM, Don deJuan <donjuansjiz@gmail.com> wrote:
> ls /boot
> grub * * * * * * * * * * * * * * * * lost+found
> initramfs-linux-fallback.img * * * * memtest86+
> initramfs-linux.img * * * * * * * * *root
> initramfs-linux-qosmio-fallback.img *vmlinuz-linux
> initramfs-linux-qosmio.img * * * * * vmlinuz-linux-qosmio
>
> Generating grub.cfg ...
> Found linux image: /boot/vmlinuz-linux-qosmio
> grep: /etc/os-release: No such file or directory
> Found initrd image: /boot/initramfs-linux-qosmio.img
> grep: /etc/os-release: No such file or directory
> grep: /etc/os-release: No such file or directory
> Found linux image: /boot/vmlinuz-linux
> grep: /etc/os-release: No such file or directory
> Found initrd image: /boot/initramfs-linux.img
> grep: /etc/os-release: No such file or directory
> grep: /etc/os-release: No such file or directory
> grep: /etc/os-release: No such file or directory
> Found memtest86+ image: /boot/memtest86+/memtest.bin
> *No volume groups found
> Found Windows 7 (loader) on /dev/sda1
>
>
> I did not notice the grep output the other times, I think I saw something on
> the boards about that.
Obviously, there are no fallback kernels, so grub-mkconfig doesn't find it.
--
Kirill Churin
Jabber: reflexing@reflexing.ru
03-28-2012, 07:52 AM
Don deJuan
Grub2
On 03/28/2012 12:49 AM, Kirill Churin wrote:
On Wed, Mar 28, 2012 at 1:30 PM, Don deJuan<donjuansjiz@gmail.com> wrote:
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-linux-qosmio
grep: /etc/os-release: No such file or directory
Found initrd image: /boot/initramfs-linux-qosmio.img
grep: /etc/os-release: No such file or directory
grep: /etc/os-release: No such file or directory
Found linux image: /boot/vmlinuz-linux
grep: /etc/os-release: No such file or directory
Found initrd image: /boot/initramfs-linux.img
grep: /etc/os-release: No such file or directory
grep: /etc/os-release: No such file or directory
grep: /etc/os-release: No such file or directory
Found memtest86+ image: /boot/memtest86+/memtest.bin
No volume groups found
Found Windows 7 (loader) on /dev/sda1
I did not notice the grep output the other times, I think I saw something on
the boards about that.
Obviously, there are no fallback kernels, so grub-mkconfig doesn't find it.
ok well not obvious to me as they were there and working before grub2's
most recent 2 updates that came through. Now no longer, sorry if its
just noise
03-28-2012, 08:00 AM
Kirill Churin
Grub2
On Wed, Mar 28, 2012 at 1:52 PM, Don deJuan <donjuansjiz@gmail.com> wrote:
> ok well not obvious to me as they were there and working before grub2's most
> recent 2 updates that came through. Now no longer, sorry if its just noise
You can try to regenerate them:
mkinitcpio -p linux
mkinitcpio -p linux-qosmio
grub-mkconfig -o /boot/grub/grub.cfg
--
Kirill Churin
Jabber: reflexing@reflexing.ru
03-28-2012, 08:04 AM
Don deJuan
Grub2
On 03/28/2012 01:00 AM, Kirill Churin wrote:
On Wed, Mar 28, 2012 at 1:52 PM, Don deJuan<donjuansjiz@gmail.com> wrote:
ok well not obvious to me as they were there and working before grub2's most
recent 2 updates that came through. Now no longer, sorry if its just noise
You can try to regenerate them:
mkinitcpio -p linux
mkinitcpio -p linux-qosmio
grub-mkconfig -o /boot/grub/grub.cfg
i did a link to /etc/arch-release and solved the grep message. I ran
mkinitcpio again like you said and still the same in boot. Neither the
arch kernel or mine is generating the fallback vmlinuz. Maybe it is a
different problem in relation to today's I think it was mkinitcpio
update. Guess mines is unrelated to OP.
03-28-2012, 08:15 AM
Keshav P R
Grub2
On Wed, Mar 28, 2012 at 13:34, Don deJuan <donjuansjiz@gmail.com> wrote:
> On 03/28/2012 01:00 AM, Kirill Churin wrote:
>>
>> On Wed, Mar 28, 2012 at 1:52 PM, Don deJuan<donjuansjiz@gmail.com> *wrote:
>>>
>>> ok well not obvious to me as they were there and working before grub2's
>>> most
>>> recent 2 updates that came through. Now no longer, sorry if its just
>>> noise
>>
>>
>> You can try to regenerate them:
>> mkinitcpio -p linux
>> mkinitcpio -p linux-qosmio
>> grub-mkconfig -o /boot/grub/grub.cfg
>>
>>
> i did a link to /etc/arch-release and solved the grep message. I ran
> mkinitcpio again like you said and still the same in boot. Neither the arch
> kernel or mine is generating the fallback vmlinuz. Maybe it is a different
> problem in relation to today's I think it was mkinitcpio update. Guess mines
> is unrelated to OP.
On Wednesday 28 Mar 2012 13:49:15 Kirill Churin wrote:
> Obviously, there are no fallback kernels, so grub-mkconfig doesn't find it.
There never were any fallback kernels. The term "fallback" has always
referred to the initramfs image, yet it used to detect them.
Paul
03-28-2012, 08:32 AM
Paul Gideon Dann
Grub2
On Wednesday 28 Mar 2012 13:45:46 Keshav P R wrote:
> https://bugs.archlinux.org/task/29037?getfile=8444
>
> - Keshav
This looks like exactly what is needed; thank you.
Paul
07-29-2012, 07:15 PM
Patrick Dupre
grub2
Hello,
Is there a tool to edit the /etc/grub2.cfg file?
I am not satisfy by the title, the order of the distributions, etc.
Thanks
--
================================================== ====================
Patrick DUPRÉ | | email: pdupre@kegtux.org
================================================== ====================
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
07-29-2012, 07:22 PM
Mateusz Marzantowicz
grub2
On 29.07.2012 21:15, Patrick Dupre wrote:
> Hello,
>
> Is there a tool to edit the /etc/grub2.cfg file?
> I am not satisfy by the title, the order of the distributions, etc.
> Thanks
>
Yes, there are: vi, nano, emacs, gedit.
This kind of changes you'd like to make to grub configuration may
require playing with files in /etc/grub.d directory.
Mateusz Marzantowicz
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org