Re: problem with rebooting
On Friday 27 May 2005 00:24, Michelle Konzack wrote: > > Code: 0f b6 9c 36 a1 9e 83 e0 ba ff 00 00 00 d3 e2 d3 e3 0f b6 84 > > Segmentation fault > > <6> Journalled Block Device driver loaded > > pivot-root: No such file or directory >^^^ > > > /sbin/init: 431: cannot open dev/console: No such file >^^^ > > > Kernel panic: Attempted to kill init! > > > > Any hint? > > This mean, ther is a missing "initrd" > which has normaly /dev/console inside. Actually not. The 'pivot root' command just above is the attempt to switch from the initrd to the regular file system. The "cannot open dev/console" is almost always caused by the fact that the normal root file system could not be mounted and thus the _normal_ /dev/ directory not being available. A common cause for the root file system being unable to mount is missing driver(s) for the root filesystem in the initrd, but in this case I think cause of the segmentation fault needs to be looked into. Cheers, FJP pgp5FhKwhpBmb.pgp Description: PGP signature
Re: problem with rebooting
Am 2005-05-26 09:24:09, schrieb Giancarlo Bruno: > I have tried to install Debian Sarge on my notebook, a Toshiba Satellite > P10-792 with an Intel Pentium 4 processor, which has currently Windows XP > running. I installed Debian from the CD and apparently it was all ok, but as > I rebooted the system I got teh following error: > > Code: 0f b6 9c 36 a1 9e 83 e0 ba ff 00 00 00 d3 e2 d3 e3 0f b6 84 > Segmentation fault > <6> Journalled Block Device driver loaded > pivot-root: No such file or directory ^^^ > /sbin/init: 431: cannot open dev/console: No such file ^^^ > Kernel panic: Attempted to kill init! > > Any hint? This mean, ther is a missing "initrd" which has normaly /dev/console inside. > thanks > Giancarlo Greetings Michelle -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ Michelle Konzack Apt. 917 ICQ #328449886 50, rue de Soultz MSM LinuxMichi 0033/3/8845235667100 Strasbourg/France IRC #Debian (irc.icq.com) signature.pgp Description: Digital signature
RE: problem with rebooting
Wrong phase of the moon ? Me thinks it may sound like CPU overheat... -Original Message- From: dbp lists [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 1:03 PM To: [email protected] Subject: Re: problem with rebooting On 5/26/05, Giancarlo Bruno <[EMAIL PROTECTED]> wrote: > > > > I have tried to install Debian Sarge on my notebook, a Toshiba Satellite > P10-792 with an Intel Pentium 4 processor, which has currently Windows XP > running. I installed Debian from the CD and apparently it was all ok, but as > I rebooted the system I got teh following error: > > Code: 0f b6 9c 36 a1 9e 83 e0 ba ff 00 00 00 d3 e2 d3 e3 0f b6 84 > Segmentation fault > <6> Journalled Block Device driver loaded > pivot-root: No such file or directory > /sbin/init: 431: cannot open dev/console: No such file > Kernel panic: Attempted to kill init! > This may be completely unrelated, but in setting up Sarge on my TP570E, I ran into the same exact problem and noticed that if I just tried rebooting again... the problem went away. It was really wierd. For the first week or so it would do this routinely and I'd need to effectivly boot twice. The first time getting the Seg fault-> kernel panic, the second time no problems. I'm into the 2nd or so week using it now and I don't seem to be having the problem. It's wierd. > Any hint? > thanks > Giancarlo > > -- Regards, dbp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: problem with rebooting
On 5/26/05, Giancarlo Bruno <[EMAIL PROTECTED]> wrote: > > > > I have tried to install Debian Sarge on my notebook, a Toshiba Satellite > P10-792 with an Intel Pentium 4 processor, which has currently Windows XP > running. I installed Debian from the CD and apparently it was all ok, but as > I rebooted the system I got teh following error: > > Code: 0f b6 9c 36 a1 9e 83 e0 ba ff 00 00 00 d3 e2 d3 e3 0f b6 84 > Segmentation fault > <6> Journalled Block Device driver loaded > pivot-root: No such file or directory > /sbin/init: 431: cannot open dev/console: No such file > Kernel panic: Attempted to kill init! > This may be completely unrelated, but in setting up Sarge on my TP570E, I ran into the same exact problem and noticed that if I just tried rebooting again... the problem went away. It was really wierd. For the first week or so it would do this routinely and I'd need to effectivly boot twice. The first time getting the Seg fault-> kernel panic, the second time no problems. I'm into the 2nd or so week using it now and I don't seem to be having the problem. It's wierd. > Any hint? > thanks > Giancarlo > > -- Regards, dbp
Re: problem with rebooting
Indeed, I had the same problem installing with the parameter linux26 and linux26 vga=771 sorted it out... Em Qui, 2005-05-26 às 21:16 +0700, Dave Patterson escreveu: > The problem with it hanging during the install process on the 2.6 > kernel is most likely a display error given by the radeon graphics > chipset. Your best chance is to redo your install using: > linux26 vga=771 > Try that first. > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2005-05-26 13:51:58 +0200]: > > > well, I didn't apply any option during the installation apart the italian > > language and keyboard, simply because I am > > quite a newbie about linux so I do not know what is the best thing to do. I > > also tried to install with the new kernel (linux26 command) but the system > > refused to go further (it simply stopped and no key was able to "move" it), > > so I installed the regular (2.4) kernel. The disk has > > a Windows NTFS partition (first primary partition), a second primary > > partition ext3 for "/" and a fifth logical for "swap". > > The bootloader (GRUB) was installed (seemingly) regularly. I can still > > choose (and run) Windows XP. > > > > the lines of GRUB for starting linux are the following: > > > > root (hd0,1) > > kernel /boot/vmlinuz-2.4.27-2-386 root=/dev/hda2 ro > > initrd /boot/initrd.img-2.4.27-2-386 > > savedefault > > boot > > > > best regards, > > Giancarlo > > > > > > - Original Message - > > From: "Dave Patterson" <[EMAIL PROTECTED]> > > To: > > Sent: Thursday, May 26, 2005 11:47 AM > > Subject: Re: problem with rebooting > > > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: problem with rebooting
The problem with it hanging during the install process on the 2.6 kernel is most likely a display error given by the radeon graphics chipset. Your best chance is to redo your install using: linux26 vga=771 Try that first. * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2005-05-26 13:51:58 +0200]: > well, I didn't apply any option during the installation apart the italian > language and keyboard, simply because I am > quite a newbie about linux so I do not know what is the best thing to do. I > also tried to install with the new kernel (linux26 command) but the system > refused to go further (it simply stopped and no key was able to "move" it), > so I installed the regular (2.4) kernel. The disk has > a Windows NTFS partition (first primary partition), a second primary > partition ext3 for "/" and a fifth logical for "swap". > The bootloader (GRUB) was installed (seemingly) regularly. I can still > choose (and run) Windows XP. > > the lines of GRUB for starting linux are the following: > > root (hd0,1) > kernel /boot/vmlinuz-2.4.27-2-386 root=/dev/hda2 ro > initrd /boot/initrd.img-2.4.27-2-386 > savedefault > boot > > best regards, > Giancarlo > > > - Original Message - > From: "Dave Patterson" <[EMAIL PROTECTED]> > To: > Sent: Thursday, May 26, 2005 11:47 AM > Subject: Re: problem with rebooting > > -- Regards, Dave signature.asc Description: Digital signature
Re: problem with rebooting
On Thursday 26 May 2005 04:24, Giancarlo Bruno wrote: > I have tried to install Debian Sarge on my notebook, a Toshiba Satellite > P10-792 with an Intel Pentium 4 processor, which has currently Windows XP > running. I installed Debian from the CD and apparently it was all ok, but > as I rebooted the system I got teh following error: > > Code: 0f b6 9c 36 a1 9e 83 e0 ba ff 00 00 00 d3 e2 d3 e3 0f b6 84 > Segmentation fault > <6> Journalled Block Device driver loaded > pivot-root: No such file or directory > /sbin/init: 431: cannot open dev/console: No such file > Kernel panic: Attempted to kill init! iirc, you don't have support for a required filesystem in your initrd (or don't have an initrd at all). I don't know how you fix that from the Debian install though. -- derek -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: problem with rebooting
well, I didn't apply any option during the installation apart the italian language and keyboard, simply because I am quite a newbie about linux so I do not know what is the best thing to do. I also tried to install with the new kernel (linux26 command) but the system refused to go further (it simply stopped and no key was able to "move" it), so I installed the regular (2.4) kernel. The disk has a Windows NTFS partition (first primary partition), a second primary partition ext3 for "/" and a fifth logical for "swap". The bootloader (GRUB) was installed (seemingly) regularly. I can still choose (and run) Windows XP. the lines of GRUB for starting linux are the following: root (hd0,1) kernel /boot/vmlinuz-2.4.27-2-386 root=/dev/hda2 ro initrd /boot/initrd.img-2.4.27-2-386 savedefault boot best regards, Giancarlo - Original Message - From: "Dave Patterson" <[EMAIL PROTECTED]> To: Sent: Thursday, May 26, 2005 11:47 AM Subject: Re: problem with rebooting -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: problem with rebooting
* Giancarlo Bruno <[EMAIL PROTECTED]> [2005-05-26 09:24:09 +0200]: > I have tried to install Debian Sarge on my notebook, a Toshiba Satellite > P10-792 with an Intel Pentium 4 processor, which has currently Windows XP > running. I installed Debian from the CD and apparently it was all ok, but as > I rebooted the system I got teh following error: > > Code: 0f b6 9c 36 a1 9e 83 e0 ba ff 00 00 00 d3 e2 d3 e3 0f b6 84 > Segmentation fault > <6> Journalled Block Device driver loaded > pivot-root: No such file or directory > /sbin/init: 431: cannot open dev/console: No such file > Kernel panic: Attempted to kill init! > > Any hint? > thanks > Giancarlo > More information please: what options with the Debian Sarge CD are you applying? How did you partition the disk? And, how did the bootloader install go? -- Regards, Dave signature.asc Description: Digital signature

