I have not problem to boot on: 2.6.21-1.3194.fc7
With the new kernel, if I put:
kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro root=LABEL=/ rhgb quiet
selinux=0
if fails because it try to boot on a /dev/sdb, so I force it to boot on
/dev/sda8, but I get:
setuproot: moving /dev failed No such file or directory
setuproot: error mounting /proc
setuproot: error mounting /sys
In what these 2 kernels are so different ?
Regards
---
================================================== ========================
Patrick DUPRE | |
Department of Chemistry | | Phone: (44)-(0)-1904-434384
The University of York | | Fax: (44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email: pd520@york.ac.uk
================================================== ========================
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-03-2008, 07:04 PM
Antonio Olivares
No way to boot on 2.6.23.12-52.fc7
--- pd520@york.ac.uk wrote:
> Hello,
>
> I do not understand, I still cannot boot on the new
> kernel:
> 2.6.23.12-52.fc7
>
> This is my grub.conf:
> boot=/dev/sda
> default=0
> timeout=10
> splashimage=(hd0,7)/boot/grub/splash.xpm.gz
> hiddenmenu
> password --md5 $1$Ey8yydw2$Ia5NHuLvdjduWOKIJM57u0
> title Fedora (2.6.23.12-52.fc7)
> root (hd0,7)
> # kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
> root=LABEL=/ rhgb quiet
> selinux=0
> kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
> root=/dev/sda8 rhgb quiet
> selinux=0
> initrd /boot/initrd-2.6.23.12-52.fc7.img
>
>
> title Fedora (2.6.21-1.3194.fc7)
> root (hd0,7)
> kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro
> root=/dev/sda8 rhgb
> quiet selinux=0
> initrd /boot/initrd-2.6.21-1.3194.fc7.img
>
>
> I have not problem to boot on: 2.6.21-1.3194.fc7
> With the new kernel, if I put:
> kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
> root=LABEL=/ rhgb quiet
> selinux=0
>
> if fails because it try to boot on a /dev/sdb, so I
> force it to boot on
> /dev/sda8, but I get:
> setuproot: moving /dev failed No such file or
> directory
> setuproot: error mounting /proc
> setuproot: error mounting /sys
>
> In what these 2 kernels are so different ?
>
> Regards
>
> ---
>
================================================== ========================
> Patrick DUPRE | |
> Department of Chemistry | | Phone:
> (44)-(0)-1904-434384
> The University of York | | Fax:
> (44)-(0)-1904-432516
> Heslington | |
> York YO10 5DD United Kingdom | | email:
> pd520@york.ac.
uk
>
================================================== ========================
>
> --
If changing from root=/ to
root=/dev/sda8
does not work, remove the kernel through yum then
reinstall it and see if that cures your problem.
BTW, that kernel is working for me
[olivares@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.23.12-52.fc7 #1 SMP
Tue Dec 18 21:18:02 EST 2007 i686 i686 i386 GNU/Linux
[olivares@localhost ~]$ su -
Password:
[root@localhost ~]# cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making
changes to this file
# NOTICE: You have a /boot partition. This means
that
# all kernel and initrd paths are relative to
/boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro
root=/dev/VolGroup00/LogVol00 rhgb quiet
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.12-52.fc7)
root (hd0,1)
kernel /vmlinuz-2.6.23.12-52.fc7 ro
root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.23.12-52.fc7.img
title Fedora (2.6.23.8-34.fc7)
root (hd0,1)
kernel /vmlinuz-2.6.23.8-34.fc7 ro
root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.23.8-34.fc7.img
Regards,
Antonio
__________________________________________________ __________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-03-2008, 07:12 PM
Dr P Dupre
No way to boot on 2.6.23.12-52.fc7
On Thu, 3 Jan 2008, Antonio Olivares wrote:
--- pd520@york.ac.uk wrote:
Hello,
I do not understand, I still cannot boot on the new
kernel:
2.6.23.12-52.fc7
This is my grub.conf:
boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
hiddenmenu
password --md5 $1$Ey8yydw2$Ia5NHuLvdjduWOKIJM57u0
title Fedora (2.6.23.12-52.fc7)
root (hd0,7)
# kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
root=LABEL=/ rhgb quiet
selinux=0
kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
root=/dev/sda8 rhgb quiet
selinux=0
initrd /boot/initrd-2.6.23.12-52.fc7.img
I have not problem to boot on: 2.6.21-1.3194.fc7
With the new kernel, if I put:
kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
root=LABEL=/ rhgb quiet
selinux=0
if fails because it try to boot on a /dev/sdb, so I
force it to boot on
/dev/sda8, but I get:
setuproot: moving /dev failed No such file or
directory
setuproot: error mounting /proc
setuproot: error mounting /sys
Patrick DUPRE | |
Department of Chemistry | | Phone:
(44)-(0)-1904-434384
The University of York | | Fax:
(44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email:
pd520@york.ac.
If changing from root=/ to
root=/dev/sda8
does not work, remove the kernel through yum then
reinstall it and see if that cures your problem.
BTW, that kernel is working for me
I already tried something similar. I remove the kernel by using rpm -e
then I made yum update kernel
This does not install the last version of the kernel, but anyway,
the software updater finally reinstall the last the version.
[olivares@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.23.12-52.fc7 #1 SMP
Tue Dec 18 21:18:02 EST 2007 i686 i686 i386 GNU/Linux
[olivares@localhost ~]$ su -
Password:
[root@localhost ~]# cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making
changes to this file
# NOTICE: You have a /boot partition. This means
that
# all kernel and initrd paths are relative to
/boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro
root=/dev/VolGroup00/LogVol00 rhgb quiet
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.12-52.fc7)
root (hd0,1)
kernel /vmlinuz-2.6.23.12-52.fc7 ro
root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.23.12-52.fc7.img
title Fedora (2.6.23.8-34.fc7)
root (hd0,1)
kernel /vmlinuz-2.6.23.8-34.fc7 ro
root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.23.8-34.fc7.img
Regards,
Antonio
--
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++
Patrick Dupré pd520@york.ac.uk
University of York Department of Chemistry
Heslington, York YO10 5DD United Kingdom
Phone: +44-(0)-1904-434384 Fax: +44-(0)-1904-432516
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-03-2008, 07:17 PM
Antonio Olivares
No way to boot on 2.6.23.12-52.fc7
--- Dr P Dupre <pd520@york.ac.uk> wrote:
> On Thu, 3 Jan 2008, Antonio Olivares wrote:
>
> >
> > --- pd520@york.ac.uk wrote:
> >
> >> Hello,
> >>
> >> I do not understand, I still cannot boot on the
> new
> >> kernel:
> >> 2.6.23.12-52.fc7
> >>
> >> This is my grub.conf:
> >> boot=/dev/sda
> >> default=0
> >> timeout=10
> >> splashimage=(hd0,7)/boot/grub/splash.xpm.gz
> >> hiddenmenu
> >> password --md5 $1$Ey8yydw2$Ia5NHuLvdjduWOKIJM57u0
> >> title Fedora (2.6.23.12-52.fc7)
> >> root (hd0,7)
> >> # kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
> >> root=LABEL=/ rhgb quiet
> >> selinux=0
> >> kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
> >> root=/dev/sda8 rhgb quiet
> >> selinux=0
> >> initrd /boot/initrd-2.6.23.12-52.fc7.img
> >>
> >>
> >> title Fedora (2.6.21-1.3194.fc7)
> >> root (hd0,7)
> >> kernel /boot/vmlinuz-2.6.21-1.3194.fc7
> ro
> >> root=/dev/sda8 rhgb
> >> quiet selinux=0
> >> initrd
> /boot/initrd-2.6.21-1.3194.fc7.img
> >>
> >>
> >> I have not problem to boot on: 2.6.21-1.3194.fc7
> >> With the new kernel, if I put:
> >> kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
> >> root=LABEL=/ rhgb quiet
> >> selinux=0
> >>
> >> if fails because it try to boot on a /dev/sdb, so
> I
> >> force it to boot on
> >> /dev/sda8, but I get:
> >> setuproot: moving /dev failed No such file or
> >> directory
> >> setuproot: error mounting /proc
> >> setuproot: error mounting /sys
> >>
> >> In what these 2 kernels are so different ?
> >>
> >> Regards
> >>
> >> ---
> >>
> >
>
================================================== ========================
> >> Patrick DUPRE | |
> >> Department of Chemistry | |
> Phone:
> >> (44)-(0)-1904-434384
> >> The University of York | |
> Fax:
> >> (44)-(0)-1904-432516
> >> Heslington | |
> >> York YO10 5DD United Kingdom | |
> email:
> >> pd520@york.ac.
> >
> > uk
> >>
> >
>
================================================== ========================
> >>
> >> --
> >
> > If changing from root=/ to
> > root=/dev/sda8
> > does not work, remove the kernel through yum then
> > reinstall it and see if that cures your problem.
> >
> > BTW, that kernel is working for me
>
> I already tried something similar. I remove the
> kernel by using rpm -e
> then I made yum update kernel
> This does not install the last version of the
> kernel, but anyway,
> the software updater finally reinstall the last the
> version.
>
If you do an ls in /boot directory, what do you see?
is the kernel in there,
What does
$ rpm -qa kernel
return?
Thanks,
Antonio
__________________________________________________ __________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-03-2008, 07:21 PM
Dr P Dupre
No way to boot on 2.6.23.12-52.fc7
On Thu, 3 Jan 2008, Antonio Olivares wrote:
--- Dr P Dupre <pd520@york.ac.uk> wrote:
On Thu, 3 Jan 2008, Antonio Olivares wrote:
--- pd520@york.ac.uk wrote:
Hello,
I do not understand, I still cannot boot on the
new
kernel:
2.6.23.12-52.fc7
This is my grub.conf:
boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
hiddenmenu
password --md5 $1$Ey8yydw2$Ia5NHuLvdjduWOKIJM57u0
title Fedora (2.6.23.12-52.fc7)
root (hd0,7)
# kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
root=LABEL=/ rhgb quiet
selinux=0
kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
root=/dev/sda8 rhgb quiet
selinux=0
initrd /boot/initrd-2.6.23.12-52.fc7.img
title Fedora (2.6.21-1.3194.fc7)
root (hd0,7)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7
ro
root=/dev/sda8 rhgb
quiet selinux=0
initrd
/boot/initrd-2.6.21-1.3194.fc7.img
I have not problem to boot on: 2.6.21-1.3194.fc7
With the new kernel, if I put:
kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
root=LABEL=/ rhgb quiet
selinux=0
if fails because it try to boot on a /dev/sdb, so
I
force it to boot on
/dev/sda8, but I get:
setuproot: moving /dev failed No such file or
directory
setuproot: error mounting /proc
setuproot: error mounting /sys
If changing from root=/ to
root=/dev/sda8
does not work, remove the kernel through yum then
reinstall it and see if that cures your problem.
BTW, that kernel is working for me
I already tried something similar. I remove the
kernel by using rpm -e
then I made yum update kernel
This does not install the last version of the
kernel, but anyway,
the software updater finally reinstall the last the
version.
If you do an ls in /boot directory, what do you see?
--
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++
Patrick Dupré pd520@york.ac.uk
University of York Department of Chemistry
Heslington, York YO10 5DD United Kingdom
Phone: +44-(0)-1904-434384 Fax: +44-(0)-1904-432516
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-03-2008, 07:34 PM
Antonio Olivares
No way to boot on 2.6.23.12-52.fc7
> ----- Original Message ----
> From: Dr P Dupre <pd520@york.ac.uk>
> To: For users of Fedora <fedora-list@redhat.com>
> Sent: Thursday, January 3, 2008 2:21:00 PM
> Subject: Re: No way to boot on 2.6.23.12-52.fc7
>
>
On Thu, 3 Jan 2008, Antonio Olivares wrote:
>
>
> --- Dr P Dupre <pd520@york.ac.uk> wrote:
>
>> On Thu, 3 Jan 2008, Antonio Olivares wrote:
>>
>>>
>>> --- pd520@york.ac.uk wrote:
>>>
>>>> Hello,
>>>>
>>>> I do not understand, I still cannot boot on the
>> new
>>>> kernel:
>>>> 2.6.23.12-52.fc7
>>>>
>>>> This is my grub.conf:
>>>> boot=/dev/sda
>>>> default=0
>>>> timeout=10
>>>> splashimage=(hd0,7)/boot/grub/splash.xpm.gz
>>>> hiddenmenu
>>>> password --md5 $1$Ey8yydw2$Ia5NHuLvdjduWOKIJM57u0
>>>> title Fedora (2.6.23.12-52.fc7)
>>>> root (hd0,7)
>>>> # kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
>>>> root=LABEL=/ rhgb quiet
>>>> selinux=0
>>>> kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
>>>> root=/dev/sda8 rhgb quiet
>>>> selinux=0
>>>> initrd /boot/initrd-2.6.23.12-52.fc7.img
>>>>
>>>>
>>>> title Fedora (2.6.21-1.3194.fc7)
>>>> root (hd0,7)
>>>> kernel /boot/vmlinuz-2.6.21-1.3194.fc7
>> ro
>>>> root=/dev/sda8 rhgb
>>>> quiet selinux=0
>>>> initrd
>> /boot/initrd-2.6.21-1.3194.fc7.img
>>>>
>>>>
>>>> I have not problem to boot on: 2.6.21-1.3194.fc7
>>>> With the new kernel, if I put:
>>>> kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
>>>> root=LABEL=/ rhgb quiet
>>>> selinux=0
>>>>
>>>> if fails because it try to boot on a /dev/sdb, so
>> I
>>>> force it to boot on
>>>> /dev/sda8, but I get:
>>>> setuproot: moving /dev failed No such file or
>>>> directory
>>>> setuproot: error mounting /proc
>>>> setuproot: error mounting /sys
>>>>
>>>> In what these 2 kernels are so different ?
>>>>
>>>> Regards
*** message truncated ****
> If you do an ls in /boot directory, what do you see?
>
> is the kernel in there,
config-2.6.21-1.3194.fc7 System.map-2.6.21-1.3194.fc7
config-2.6.23.12-52.fc7 System.map-2.6.23.12-52.fc7
grub/ vmlinuz-2.6.21-1.3194.fc7
initrd-2.6.21-1.3194.fc7.img vmlinuz-2.6.23.12-52.fc7
initrd-2.6.23.12-52.fc7.img
>
> What does
> $ rpm -qa kernel
> return?
kernel-2.6.21-1.3194.fc7
kernel-2.6.23.12-52.fc7
kernel-devel-2.6.23.12-52.fc7
kernel-doc-2.6.23.12-52.fc7
kernel-headers-2.6.23.12-52.fc7
--
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++
Patrick Dupré
pd520@york.ac.uk
University of York Department of
Chemistry
Heslington, York YO10 5DD United
Kingdom
Phone: +44-(0)-1904-434384 Fax:
+44-(0)-1904-432516
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++
one. If you have done that, and it did not work, then there might be something wrong with the initrd/or something else.
Regards,
Antonio
__________________________________________________ __________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-03-2008, 07:52 PM
Dr P Dupre
No way to boot on 2.6.23.12-52.fc7
On Thu, 3 Jan 2008, Antonio Olivares wrote:
----- Original Message ----
From: Dr P Dupre <pd520@york.ac.uk>
To: For users of Fedora <fedora-list@redhat.com>
Sent: Thursday, January 3, 2008 2:21:00 PM
Subject: Re: No way to boot on 2.6.23.12-52.fc7
On Thu, 3 Jan 2008, Antonio Olivares wrote:
--- Dr P Dupre <pd520@york.ac.uk> wrote:
On Thu, 3 Jan 2008, Antonio Olivares wrote:
--- pd520@york.ac.uk wrote:
Hello,
I do not understand, I still cannot boot on the
new
kernel:
2.6.23.12-52.fc7
This is my grub.conf:
boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
hiddenmenu
password --md5 $1$Ey8yydw2$Ia5NHuLvdjduWOKIJM57u0
title Fedora (2.6.23.12-52.fc7)
root (hd0,7)
# kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
root=LABEL=/ rhgb quiet
selinux=0
kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
root=/dev/sda8 rhgb quiet
selinux=0
initrd /boot/initrd-2.6.23.12-52.fc7.img
title Fedora (2.6.21-1.3194.fc7)
root (hd0,7)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7
ro
root=/dev/sda8 rhgb
quiet selinux=0
initrd
/boot/initrd-2.6.21-1.3194.fc7.img
I have not problem to boot on: 2.6.21-1.3194.fc7
With the new kernel, if I put:
kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
root=LABEL=/ rhgb quiet
selinux=0
if fails because it try to boot on a /dev/sdb, so
I
force it to boot on
/dev/sda8, but I get:
setuproot: moving /dev failed No such file or
directory
setuproot: error mounting /proc
setuproot: error mounting /sys
In what these 2 kernels are so different ?
Regards
*** message truncated ****
If you do an ls in /boot directory, what do you see?
# kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro
root=LABEL=/ rhgb quiet
selinux=0
Yes, I already tried to remove this line without success.
so that it matches the
title Fedora (2.6.21-1.3194.fc7)
one. If you have done that, and it did not work, then there might be
something wrong with the initrd/or something else.
Yes, but what ??????
The other strange thing is that when I replace the initrd which does not
work by the one works, it does not help. I have other kinds of errors.
Regards,
Antonio
--
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++
Patrick Dupré pd520@york.ac.uk
University of York Department of Chemistry
Heslington, York YO10 5DD United Kingdom
Phone: +44-(0)-1904-434384 Fax: +44-(0)-1904-432516
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-03-2008, 11:57 PM
"Tod Merley"
No way to boot on 2.6.23.12-52.fc7
>> REPLIES INTERSPERSED <<
On Jan 3, 2008 11:50 AM, <pd520@york.ac.uk> wrote:
> Hello,
>
Hi Patrick DUPRE!
>
> I do not understand, I still cannot boot on the new kernel:
> 2.6.23.12-52.fc7
>
> This is my grub.conf:
> boot=/dev/sda
>
I cannot find "boot=" in the grub manual. I do see it referenced but
unused in my Fedora grub.conf:
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,2)
# kernel /boot/vmlinuz-version ro root=/dev/sda3
# initrd /boot/initrd-version.img
#boot=/dev/sda
Note that the last line is commented out! Perhaps you should do the same.
I note with interest that you comment out a line that should work?
The errors you mention at the end would suggest that if you browse to
"/dev/sda8"/boot you would not find kernel
/boot/vmlinuz-2.6.23.12-52.fc7. To find out, boot into a working
linux partition, make a directory in /media called sda8 (humm - can
you boot to an extended partition??) and then mount using mount -t
ext3 /dev/sda8 /media/sda8. Then become root and browse to the disk
using cd /media/sda8/boot (or nautilus as root) and look for kernel
/boot/vmlinuz-2.6.23.12-52.fc7.
>
>
> title Fedora (2.6.21-1.3194.fc7)
> root (hd0,7)
> kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=/dev/sda8 rhgb
> quiet selinux=0
> initrd /boot/initrd-2.6.21-1.3194.fc7.img
>
>
> I have not problem to boot on: 2.6.21-1.3194.fc7
> With the new kernel, if I put:
> kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro root=LABEL=/ rhgb quiet
> selinux=0
>
> if fails because it try to boot on a /dev/sdb, so I force it to boot on
> /dev/sda8, but I get:
>
Do you have "root (hd0,7)" in the stanza? I guess if you do I wonder
what gparted gets (using device sda) if you issue the "print" command.
I also wonder if you can boot from this partition if it is extended.
> setuproot: moving /dev failed No such file or directory
> setuproot: error mounting /proc
> setuproot: error mounting /sys
>
> In what these 2 kernels are so different ?
>
> Regards
>
> ---
> ================================================== ========================
> Patrick DUPRE | |
> Department of Chemistry | | Phone: (44)-(0)-1904-434384
> The University of York | | Fax: (44)-(0)-1904-432516
> Heslington | |
> York YO10 5DD United Kingdom | | email: pd520@york.ac.uk
> ================================================== ========================
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>
Good Hunting!
Tod
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-04-2008, 12:12 AM
Tim
No way to boot on 2.6.23.12-52.fc7
On Thu, 2008-01-03 at 19:50 +0000, pd520@york.ac.uk wrote:
> I do not understand, I still cannot boot on the new kernel:
> 2.6.23.12-52.fc7
By "still cannot boot" what stopped it booting before this update?
That kernel boots for me, I didn't have to change anything to make it
boot.
> This is my grub.conf:
> boot=/dev/sda
> default=0
> timeout=10
> splashimage=(hd0,7)/boot/grub/splash.xpm.gz
> hiddenmenu
> password --md5 $1$Ey8yydw2$Ia5NHuLvdjduWOKIJM57u0
> title Fedora (2.6.23.12-52.fc7)
> root (hd0,7)
> # kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro root=LABEL=/ rhgb quiet selinux=0
> kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro root=/dev/sda8 rhgb quiet selinux=0
> initrd /boot/initrd-2.6.23.12-52.fc7.img
>
>
> title Fedora (2.6.21-1.3194.fc7)
> root (hd0,7)
> kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=/dev/sda8 rhgb quiet selinux=0
> initrd /boot/initrd-2.6.21-1.3194.fc7.img
>
>
> I have not problem to boot on: 2.6.21-1.3194.fc7
Using the above grub.conf stanza for that kernel? Your sample grub.conf
is an exact copy of the file? There's no typing errors in the copy you
e-mailed?
By the way: CHANGE YOUR PASSWORD, NOW! You've just shown the world the
hashsum for it, and that may be enough to crack it.
> With the new kernel, if I put:
> kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro root=LABEL=/ rhgb quiet selinux=0
>
> if fails because it try to boot on a /dev/sdb,
*Why* does using LABEL=/ cause it to use /dev/sdb? Do you have two
drives, is "/" the right label?
Try the following command to see what label is on /dev/sda8:
e2label /deb/sda8
> so I force it to boot on
> /dev/sda8, but I get:
> setuproot: moving /dev failed No such file or directory
> setuproot: error mounting /proc
> setuproot: error mounting /sys
This is odd. Does using "/dev/sda8" definitely work for the other
kernel?
--
(This computer runs FC7, my others run FC4, FC5 & FC6, in case that's
important to the thread.)
Don't send private replies to my address, the mailbox is ignored.
I read messages from the public lists.
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-04-2008, 11:53 AM
Dr P Dupre
No way to boot on 2.6.23.12-52.fc7
Hi Tim,
thank for your comments.
On Thu, 2008-01-03 at 19:50 +0000, pd520@york.ac.uk wrote:
I do not understand, I still cannot boot on the new kernel:
2.6.23.12-52.fc7
By "still cannot boot" what stopped it booting before this update?
Because I had the same problem, never resolved, with the previous update
of the kernel (2.6.23.8 if I remember)
That kernel boots for me, I didn't have to change anything to make it
boot.
This is why I do not undertsand why ity does not work for me !
This is my grub.conf:
boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.12-52.fc7)
root (hd0,7)
# kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro root=LABEL=/ rhgb quiet selinux=0
kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro root=/dev/sda8 rhgb quiet selinux=0
initrd /boot/initrd-2.6.23.12-52.fc7.img
Using the above grub.conf stanza for that kernel? Your sample grub.conf
is an exact copy of the file? There's no typing errors in the copy you
e-mailed?
Like what ? I do not see any typo.
I already work around. I cannot see what is wrong. The kernel
2.6.21-1.3194 is absolutely fine, but not the new ones. Same syntax.
By the way: CHANGE YOUR PASSWORD, NOW! You've just shown the world the
hashsum for it, and that may be enough to crack it.
Is it the password of grub ?
With the new kernel, if I put:
kernel /boot/vmlinuz-2.6.23.12-52.fc7 ro root=LABEL=/ rhgb quiet selinux=0
if fails because it try to boot on a /dev/sdb,
*Why* does using LABEL=/ cause it to use /dev/sdb? Do you have two
drives, is "/" the right label?
The first time that I installed a FC7 I had a problem with the
root=LABEL=/ because I guess that I had 2 partitions on 2 different
drive with the same lable like /. So since that time, I avoid to use the
LABEL. When I will understand exactly what is going on, I will be able
to make more test. Right now, I have a kernel booting properly. Doing
the same thing and just booting another kernel should work and it does
not.
Try the following command to see what label is on /dev/sda8:
e2label /deb/sda8
Yes /dev/sda8 has a label /, as well as /dev/sdb5 which I only mount in
read-only.
so I force it to boot on
/dev/sda8, but I get:
setuproot: moving /dev failed No such file or directory
setuproot: error mounting /proc
setuproot: error mounting /sys
This is odd. Does using "/dev/sda8" definitely work for the other
kernel?
Yes
--
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++
Patrick Dupré pd520@york.ac.uk
University of York Department of Chemistry
Heslington, York YO10 5DD United Kingdom
Phone: +44-(0)-1904-434384 Fax: +44-(0)-1904-432516
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list