* [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
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