public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] AMD64 problem...
@ 2006-11-13 15:17 Chris Walters
  2006-11-13 16:17 ` Erik
  0 siblings, 1 reply; 12+ messages in thread
From: Chris Walters @ 2006-11-13 15:17 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

I recently got a system with an AMD Athlon 64 X2 Processor 4200+ (dual
core).  The problem I keep having with both of the Gentoo AMD 64 CDs
(Minimal and Full) is that: 1. Unless I disable the frame buffer, it
will sit there (forever, I think). 2.  When I disable the frame buffer,
it will go okay up until a point, then it will freeze.

It will never allow me to get to the point where I can retrieve logs to
see where the problem is.  It has been quite frustrating - I can get the
Minimal Install disc for x86 to boot, and can even try to set up my
system, but if I try to change to the AMD64 profile, it will not
function.  I'd be grateful for any ideas on how to get this thing to work.

Regards,
Chris
-----BEGIN PGP SIGNATURE-----

iD4DBQFFWIx7Ux1jS/ORyCsRCKepAJUb6C72Bd0KUlFHMqZw7GVqzwYPAJ4z2gvt
Fu7XLfbBD+rOKO05mRuP2g==
=EiX2
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] AMD64 problem...
  2006-11-13 15:17 [gentoo-user] AMD64 problem Chris Walters
@ 2006-11-13 16:17 ` Erik
  2006-11-18 11:15   ` [gentoo-user] AMD64 problem. (Partly SOLVED) Chris Walters
  0 siblings, 1 reply; 12+ messages in thread
From: Erik @ 2006-11-13 16:17 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Chris Walters wrote:
> I recently got a system with an AMD Athlon 64 X2 Processor 4200+
> (dual core).  The problem I keep having with both of the Gentoo AMD
> 64 CDs (Minimal and Full) is that: 1. Unless I disable the frame
> buffer, it will sit there (forever, I think). 2.  When I disable
> the frame buffer, it will go okay up until a point, then it will
> freeze.
>
> It will never allow me to get to the point where I can retrieve
> logs to see where the problem is.  It has been quite frustrating -
> I can get the Minimal Install disc for x86 to boot, and can even
> try to set up my system, but if I try to change to the AMD64
> profile, it will not function.  I'd be grateful for any ideas on
> how to get this thing to work.
>
> Regards, Chris
I had this problem for a while as well.  Adding 'noapic' to my boot
options fixed it for me.  I think it's a problem with certain
motherboards, like the Asus M2NPV-VM.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFWJqX8GVbav797G8RArfTAJ9ZmZV5nKQFuyaOiOKp1Cpkt0DPYACfet6I
51rdhOXGnsdmpTEJtK4ExMQ=
=PUce
-----END PGP SIGNATURE-----

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] AMD64 problem. (Partly SOLVED)
  2006-11-13 16:17 ` Erik
@ 2006-11-18 11:15   ` Chris Walters
  2006-11-18 19:14     ` Richard Fish
  0 siblings, 1 reply; 12+ messages in thread
From: Chris Walters @ 2006-11-18 11:15 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Erik wrote:
> I had this problem for a while as well.  Adding 'noapic' to my boot
> options fixed it for me.  I think it's a problem with certain
> motherboards, like the Asus M2NPV-VM.

Thank you Erik.  That worked and allowed me to boot with the Minimal
Install Disc.  I was able to install Gentoo.  Now I have a different
problem.  Before I go into it, I will describe my system.

I have 1  250 GB SATA II HDD (which has Windows XP on it), and one 160
GB IDE HDD that I placed in an enclosure, so now it is a USB 2.0 drive
(this is where Gentoo is installed).  When I boot up the Install Disc,
the Windows HDD shows up as /dev/sda, and the USB drive shows up as
/dev/sdb.

I have tried both Grub and Lilo and when I try to boot it, I get a very
similar error - I've tried all sorts of configurations for the boot
managers, and still it will not boot.  It will boot from the Gentoo Boot
CD.  The message I get is like this:

VFS: Cannot open root device "813" or unknown-block(8,19)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on
 unknown-block(8,19)

Any suggestions would be welcome.  TIA.

Regards,
Chris

-----BEGIN PGP SIGNATURE-----

iD8DBQFFXusvUx1jS/ORyCsRCLb/AJ40NjPOxkof9IN5l5qlH3QZwCg/NACdGk4N
jWSLAqA6ooBSTdIkZtebGmA=
=hyGv
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] AMD64 problem. (Partly SOLVED)
  2006-11-18 11:15   ` [gentoo-user] AMD64 problem. (Partly SOLVED) Chris Walters
@ 2006-11-18 19:14     ` Richard Fish
  2006-11-19 14:41       ` Chris Walters
  0 siblings, 1 reply; 12+ messages in thread
From: Richard Fish @ 2006-11-18 19:14 UTC (permalink / raw
  To: gentoo-user

On 11/18/06, Chris Walters <cjw2004d@comcast.net> wrote:
> VFS: Cannot open root device "813" or unknown-block(8,19)

This means the kernel found your root drive/partition, but couldn't
mount it.  Most likely you forgot to compile the filesystem driver
*into* your kernel (make sure it is =y and not =m).

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] AMD64 problem. (Partly SOLVED)
  2006-11-18 19:14     ` Richard Fish
@ 2006-11-19 14:41       ` Chris Walters
  2006-11-19 18:09         ` Richard Fish
  0 siblings, 1 reply; 12+ messages in thread
From: Chris Walters @ 2006-11-19 14:41 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Richard Fish wrote:
> On 11/18/06, Chris Walters <cjw2004d@comcast.net> wrote:
>> VFS: Cannot open root device "813" or unknown-block(8,19)
> 
> This means the kernel found your root drive/partition, but couldn't
> mount it.  Most likely you forgot to compile the filesystem driver
> *into* your kernel (make sure it is =y and not =m).
> 
> -Richard

Hello Richard,

I do have all the file system drivers compiled into my kernel (not as
modules), as I always have.  I am beginning to think that the problem is
that this is a USB drive (well, converted into one, anyway).  Not to
mention the fact that my primary partition is Windows and not Linux.

If anyone has been able to boot from a USB 2.0 drive, I would appreciate
some pointers on how to get this installation working.

Regards,
Chris
-----BEGIN PGP SIGNATURE-----

iD8DBQFFYG0EUx1jS/ORyCsRCNSOAJ9IwlcVMSixV/TDc2ncsdy+Sma6YACeMWnA
+btRcxYf8tZVXOUuA6OoC3s=
=wE85
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] AMD64 problem. (Partly SOLVED)
  2006-11-19 14:41       ` Chris Walters
@ 2006-11-19 18:09         ` Richard Fish
       [not found]           ` <45615D0F.2000304@comcast.net>
  0 siblings, 1 reply; 12+ messages in thread
From: Richard Fish @ 2006-11-19 18:09 UTC (permalink / raw
  To: gentoo-user

On 11/19/06, Chris Walters <cjw2004d@comcast.net> wrote:
> If anyone has been able to boot from a USB 2.0 drive, I would appreciate
> some pointers on how to get this installation working.

Yes.  The fact that you made it to the "VFS: Cannot open root device"
message means that you successfully "booted" from the drive, in the
sense that the BIOS found a drive to boot from, and that grub (or
lillo) loaded and started executing the kernel.  At this point, it is
down to your kernel configuration or the options passed to it by the
bootloader.

As long as the BIOS supports booting from a USB drive, the proceedure
is basically the same...make sure you have all the right drivers
compiled into your kernel (USB support, USB Mass Storage, SCSI disk,
and filesystem), and pass the appropriate root= option to the kernel.

Can you post the output of "grep -i -e =y -e =m
/usr/src/linux/.config", "fdisk -l", and your grub.conf (assuming you
are using grub to boot).

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] AMD64 problem. (Partly SOLVED)
       [not found]           ` <45615D0F.2000304@comcast.net>
@ 2006-11-20 21:11             ` Richard Fish
  2006-11-21  2:14               ` Chris Walters
  0 siblings, 1 reply; 12+ messages in thread
From: Richard Fish @ 2006-11-20 21:11 UTC (permalink / raw
  To: gentoo-user

On 11/20/06, Chris Walters <cjw2004d@comcast.net> wrote:
> > Can you post the output of "grep -i -e =y -e =m
> > /usr/src/linux/.config", "fdisk -l", and your grub.conf (assuming you
> > are using grub to boot).
> >
> > -Richard
>
> Hello Richard,
>
> Here are the results of those three operations.  First the output of the
> grep command:

Ok, I think I found the problem:

CONFIG_USB_STORAGE=y
CONFIG_USB_LIBUSUAL=y

You apparently did not include any of the USB_STORAGE drivers.  Try
adding all of the options (except verbose debug) under USB Mass
Storage Support in Device Drivers->USB Support.  In particular, the
Freecom and USBAT stuff seems pretty common.

HTH,
-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] AMD64 problem. (Partly SOLVED)
  2006-11-20 21:11             ` Richard Fish
@ 2006-11-21  2:14               ` Chris Walters
  2006-11-21  3:51                 ` Richard Fish
  2006-11-21  3:55                 ` Dale
  0 siblings, 2 replies; 12+ messages in thread
From: Chris Walters @ 2006-11-21  2:14 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Richard Fish wrote:
> On 11/20/06, Chris Walters <cjw2004d@comcast.net> wrote:
>> > Can you post the output of "grep -i -e =y -e =m
>> > /usr/src/linux/.config", "fdisk -l", and your grub.conf (assuming you
>> > are using grub to boot).
>> >
>> > -Richard
>>
>> Hello Richard,
>>
>> Here are the results of those three operations.  First the output of the
>> grep command:
> 
> Ok, I think I found the problem:
> 
> CONFIG_USB_STORAGE=y
> CONFIG_USB_LIBUSUAL=y
> 
> You apparently did not include any of the USB_STORAGE drivers.  Try
> adding all of the options (except verbose debug) under USB Mass
> Storage Support in Device Drivers->USB Support.  In particular, the
> Freecom and USBAT stuff seems pretty common.
> 
> HTH,
> -Richard

Hello Richard,

First, thanks for taking the time to help me.  Second, I am sorry to
report that even though I compiled a new kernel with all those options,
as you suggested, I am getting the same error - exactly the same one.  I
am thinking one of two things: 1. There is still something I need in my
kernel that isn't there.  2.  I need to change the "root=" line, or 3.
Something I haven't thought of yet.

Regards,
Chris
-----BEGIN PGP SIGNATURE-----

iD8DBQFFYmDwUx1jS/ORyCsRCNEQAJ4kMGxrPca1g3YTqenWJbeZ5ZVthACdGhPk
FrmgshjzO4DUtmUyREJk4ZY=
=dpwU
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] AMD64 problem. (Partly SOLVED)
  2006-11-21  2:14               ` Chris Walters
@ 2006-11-21  3:51                 ` Richard Fish
  2006-11-21 11:11                   ` Chris Walters
  2006-11-21  3:55                 ` Dale
  1 sibling, 1 reply; 12+ messages in thread
From: Richard Fish @ 2006-11-21  3:51 UTC (permalink / raw
  To: gentoo-user

On 11/20/06, Chris Walters <cjw2004d@comcast.net> wrote:
> First, thanks for taking the time to help me.  Second, I am sorry to
> report that even though I compiled a new kernel with all those options,
> as you suggested, I am getting the same error - exactly the same one.  I
> am thinking one of two things: 1. There is still something I need in my
> kernel that isn't there.  2.  I need to change the "root=" line, or 3.
> Something I haven't thought of yet.

Ok, sorry that idea didn't work.

The only other thing I can think of to try is change root=/dev/sda3.
If for some reason the USB storage stuff initialized before the SATA
system, then the USB drive would become sda and the SATA drive sdb.
This doesn't happen on my system, but it should show up in the kernel
messages above the error, so I guess check there to make sure things
seem sane.

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] AMD64 problem. (Partly SOLVED)
  2006-11-21  2:14               ` Chris Walters
  2006-11-21  3:51                 ` Richard Fish
@ 2006-11-21  3:55                 ` Dale
  2006-11-21 11:17                   ` Chris Walters
  1 sibling, 1 reply; 12+ messages in thread
From: Dale @ 2006-11-21  3:55 UTC (permalink / raw
  To: gentoo-user

Chris Walters wrote:
>
>
> Hello Richard,
>
> First, thanks for taking the time to help me.  Second, I am sorry to
> report that even though I compiled a new kernel with all those options,
> as you suggested, I am getting the same error - exactly the same one.  I
> am thinking one of two things: 1. There is still something I need in my
> kernel that isn't there.  2.  I need to change the "root=" line, or 3.
> Something I haven't thought of yet.
>
> Regards,
> Chris

Just to make sure since I have no clue with this.  You did make SURE you
are booting the new kernel right?  I can't tell you how many times I
have booted my old kernel without thinking about it.  Of course, as
anyone here will tell you, I make some silly mistakes.  ;-)

Dale

:-)  :-)  :-)
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] AMD64 problem. (Partly SOLVED)
  2006-11-21  3:51                 ` Richard Fish
@ 2006-11-21 11:11                   ` Chris Walters
  0 siblings, 0 replies; 12+ messages in thread
From: Chris Walters @ 2006-11-21 11:11 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Richard Fish wrote:
> Ok, sorry that idea didn't work.
> 
> The only other thing I can think of to try is change root=/dev/sda3.
> If for some reason the USB storage stuff initialized before the SATA
> system, then the USB drive would become sda and the SATA drive sdb.
> This doesn't happen on my system, but it should show up in the kernel
> messages above the error, so I guess check there to make sure things
> seem sane.
> 
> -Richard

Hello Richard,

I looked at my boot logs, and I does appear that USB storage does get
initialized before SATA.  When I tried root=/dev/sda3, I got a similar
error - only this one says it cannot read from sda3 (I did try other
letters, and they all failed).  I am beginning to think that the only
way it will be possible to get a working Gentoo system on my computer is
to open it up and install some more hard drives.

Anyway, thanks you your advice and help.

Regards,
Chris
-----BEGIN PGP SIGNATURE-----

iD8DBQFFYt7iUx1jS/ORyCsRCO9pAJ42YaSL/qBcgb3gkwKAOTtQizz5oQCfePVA
vl0L7X6MsG8Yb+7wQX1h2q4=
=UUN+
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] AMD64 problem. (Partly SOLVED)
  2006-11-21  3:55                 ` Dale
@ 2006-11-21 11:17                   ` Chris Walters
  0 siblings, 0 replies; 12+ messages in thread
From: Chris Walters @ 2006-11-21 11:17 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dale wrote:
> Just to make sure since I have no clue with this.  You did make SURE you
> are booting the new kernel right?  I can't tell you how many times I
> have booted my old kernel without thinking about it.  Of course, as
> anyone here will tell you, I make some silly mistakes.  ;-)
> 
> Dale
> 
> :-)  :-)  :-)

Hello Dale,

Nope - no silly mistakes in this case, though I have made my fair share.
 Just to be certain, I did a make clean, a menuconfig, checked all the
parameters, and recompiled the kernel...  Then when I copied it again, I
checked it out to make sure it really copied...  It still will not load
the root file system.

Regards,
Chris
-----BEGIN PGP SIGNATURE-----

iD8DBQFFYuA7Ux1jS/ORyCsRCFYTAKCMzMFnH/DzjEdOgkGsmjq86T+eBwCcCBxm
9ZOfnvgGkMxvOFSpRiizClo=
=mtl2
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-11-21 11:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-13 15:17 [gentoo-user] AMD64 problem Chris Walters
2006-11-13 16:17 ` Erik
2006-11-18 11:15   ` [gentoo-user] AMD64 problem. (Partly SOLVED) Chris Walters
2006-11-18 19:14     ` Richard Fish
2006-11-19 14:41       ` Chris Walters
2006-11-19 18:09         ` Richard Fish
     [not found]           ` <45615D0F.2000304@comcast.net>
2006-11-20 21:11             ` Richard Fish
2006-11-21  2:14               ` Chris Walters
2006-11-21  3:51                 ` Richard Fish
2006-11-21 11:11                   ` Chris Walters
2006-11-21  3:55                 ` Dale
2006-11-21 11:17                   ` Chris Walters

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox