On Fri, Jul 31, 2009 at 11:27:19AM -0700, Kushal Koolwal wrote:
>
> >Either use a Live CD or add init=/bin/bash to the kernel commandline
> > to make it accessible.
>
> Doing
>
> init=/bin/bash
> mount -o rw,remount /
> rm -rf /dev/.udev/
>
> worked fine!
mount -o remount,ro /
exec /sbin/init
>Either use a Live CD or add init=/bin/bash to the kernel commandline
> to make it accessible.
Doing
init=/bin/bash
mount -o rw,remount /
rm -rf /dev/.udev/
worked fine!
Thank you very much guys. You rock.
Kushal Koolwal
I do blog at http://blogs.koolwal.net/
__
On 2009-07-30 21:49 +0200, Kushal Koolwal wrote:
>>You should rm -rf /dev/.udev/, but it is better to leave the rest of
>>/dev alone.Sven, I did rm -rf /dev/.udev/ and when I restarted my system I
>>again
> got the warning message and /dev/.udev was created again automatically.
You will need to
>You should rm -rf /dev/.udev/, but it is better to leave the rest of
>/dev alone.Sven, I did rm -rf /dev/.udev/ and when I restarted my system I
>again
got the warning message and /dev/.udev was created again automatically.
Also I checked on another system which does not give this message and
On 2009-07-30 18:53 +0200, Kushal Koolwal wrote:
>>Assuming Kushal uses an initramfs, without it the boot process will
>> halt rather early if the kernel cannot find /dev/console.
> Actually I am not using initramfs. Would leaving /dev/console and deleting
> everything under /dev/.udev/ work?
Yo
>Assuming Kushal uses an initramfs, without it the boot process will
> halt rather early if the kernel cannot find /dev/console.
Actually I am not using initramfs. Would leaving /dev/console and deleting
everything under /dev/.udev/ work?
Kushal Koolwal
I do blog at http://blogs.koolwal.net/
On 2009-07-30 12:21 +0200, Γιώργος Πάλλας wrote:
> Kushal Koolwal wrote:
>> Recently I was having some trouble with my udev, so I purged udev, rebooted
>> system and re-install udev again. After that most of the udev startup error
>> went away but now I get the following warning message during s
Kushal Koolwal wrote:
> Recently I was having some trouble with my udev, so I purged udev, rebooted
> system and re-install udev again. After that most of the udev startup error
> went away but now I get the following warning message during system boot:
>
> .udev/ already exists on the static /de
Recently I was having some trouble with my udev, so I purged udev, rebooted
system and re-install udev again. After that most of the udev startup error
went away but now I get the following warning message during system boot:
.udev/ already exists on the static /dev!
Any ideas?
Please copy me
9 matches
Mail list logo