* Re: [gentoo-user] can't stop the panic on eeepc
@ 2009-05-06 17:11 maxim wexler
2009-05-06 17:18 ` Daniel da Veiga
2009-05-06 17:42 ` [gentoo-user] can't stop the panic on eeepc Dirk Heinrichs
0 siblings, 2 replies; 5+ messages in thread
From: maxim wexler @ 2009-05-06 17:11 UTC (permalink / raw
To: gentoo-user
> The kernel takes a little time to detect and settle the bus
> to detect
> the devices. At least adding "rootwait" and
> "rootdelay=10" to the
> kernel line solved my problems.
Tried rootwait by itself and with rootdelay=10 and rootdelay=10 by itself
Well, the triple E still don't boot: either it sticks at
...
Marking TSC unstable due to TSC halts in idle input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Waiting for root device /dev/sda2...
or it wait 10s and then panics:
...
VFS: Cannot opent root device "sda2" or unknown-block(0,0)
Please append a correct "root=" boot option: here are the available partitions: #doesn't say what they are
Kernel panic = not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
I removed all USB devices and the SD card with same result.
mw
__________________________________________________________________
Make your browsing faster, safer, and easier with the new Internet Explorer® 8. Optimized for Yahoo! Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] can't stop the panic on eeepc
2009-05-06 17:11 [gentoo-user] can't stop the panic on eeepc maxim wexler
@ 2009-05-06 17:18 ` Daniel da Veiga
2009-05-06 17:53 ` [gentoo-user] resolv.conf Tomáš Krasničan
2009-05-06 17:42 ` [gentoo-user] can't stop the panic on eeepc Dirk Heinrichs
1 sibling, 1 reply; 5+ messages in thread
From: Daniel da Veiga @ 2009-05-06 17:18 UTC (permalink / raw
To: gentoo-user
On Wed, May 6, 2009 at 14:11, maxim wexler <blissfix@yahoo.com> wrote:
>
>> The kernel takes a little time to detect and settle the bus
>> to detect
>> the devices. At least adding "rootwait" and
>> "rootdelay=10" to the
>> kernel line solved my problems.
>
> Tried rootwait by itself and with rootdelay=10 and rootdelay=10 by itself
>
> Well, the triple E still don't boot: either it sticks at
> ...
> Marking TSC unstable due to TSC halts in idle input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
> Waiting for root device /dev/sda2...
>
> or it wait 10s and then panics:
> ...
> VFS: Cannot opent root device "sda2" or unknown-block(0,0)
> Please append a correct "root=" boot option: here are the available partitions: #doesn't say what they are
> Kernel panic = not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
>
> I removed all USB devices and the SD card with same result.
>
> mw
>
>
> __________________________________________________________________
> Make your browsing faster, safer, and easier with the new Internet Explorer® 8. Optimized for Yahoo! Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/
>
>
Well, it seems your kernel lacks support for the disks. Are you sure
you compiled in all the necessary USB, SATA disk support? Are you
using an initrd?
--
Daniel da Veiga
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] can't stop the panic on eeepc
2009-05-06 17:11 [gentoo-user] can't stop the panic on eeepc maxim wexler
2009-05-06 17:18 ` Daniel da Veiga
@ 2009-05-06 17:42 ` Dirk Heinrichs
1 sibling, 0 replies; 5+ messages in thread
From: Dirk Heinrichs @ 2009-05-06 17:42 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 553 bytes --]
Am Mittwoch, 6. Mai 2009 19:11:56 schrieb maxim wexler:
> VFS: Cannot opent root device "sda2" or unknown-block(0,0)
> Please append a correct "root=" boot option: here are the available
> partitions: #doesn't say what they are Kernel panic = not syncing:
> VFS: Unable to mount root fs on unknown-block(0,0)
The message means: "I have no idea what sda2 is". Does your kernel have
support for everything needed to boot compiled in? That is SCSI, USB,
SCSI_DISK, USB_STORAGE,...
Please post your kernel config.
Bye...
Dirk
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] resolv.conf
2009-05-06 17:18 ` Daniel da Veiga
@ 2009-05-06 17:53 ` Tomáš Krasničan
2009-05-06 17:57 ` Dirk Heinrichs
0 siblings, 1 reply; 5+ messages in thread
From: Tomáš Krasničan @ 2009-05-06 17:53 UTC (permalink / raw
To: gentoo-user
Hi list,
I have VPN connection to private network with non-public
*.private.mydomain.tld.
*.private.mydomanin.tld has to be translated throu 1.2.4.3 and
everything else throu 2.3.4.5 , how to define that?
Thanks,
krasko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] resolv.conf
2009-05-06 17:53 ` [gentoo-user] resolv.conf Tomáš Krasničan
@ 2009-05-06 17:57 ` Dirk Heinrichs
0 siblings, 0 replies; 5+ messages in thread
From: Dirk Heinrichs @ 2009-05-06 17:57 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 80 bytes --]
Hi,
would you please be so kind not to hijack other threads.
Thanks...
Dirk
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-05-06 18:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-06 17:11 [gentoo-user] can't stop the panic on eeepc maxim wexler
2009-05-06 17:18 ` Daniel da Veiga
2009-05-06 17:53 ` [gentoo-user] resolv.conf Tomáš Krasničan
2009-05-06 17:57 ` Dirk Heinrichs
2009-05-06 17:42 ` [gentoo-user] can't stop the panic on eeepc Dirk Heinrichs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox