public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-dev] documentation-problem
  2002-06-13  8:15 [gentoo-dev] documentation-problem Stephan Wentz
@ 2002-06-13  7:29 ` Michael R. Gayeski
  2002-06-13 21:47   ` Colin Morey
  2002-06-13 16:47 ` mbutcher
  1 sibling, 1 reply; 4+ messages in thread
From: Michael R. Gayeski @ 2002-06-13  7:29 UTC (permalink / raw
  To: gentoo-dev

On Thursday 13 June 2002 08:15, Stephan Wentz wrote:
> where it says
> "If you have a PCMCIA card installed, have a quick look into
> /etc/init.d/pcmcia to verify that things seem all right for your setup"
>
> the problem is: there is no file /etc/init.d/pcmcia!
> did i miss something? i followed the instructions step-by-step, don't think
> i forgot something... or do i have to create that file by myself?

Did you emerge the pcmcia-cs package? I think the install docs forget to 
mention that part, but I'm not sure since I have not had to do a Gentoo 
install for several months. Anyways, try 'emerge pcmcia-cs' and see if that 
creates the file. If not, it may be a bug, and I'll help you hunt it down. :)

--mrg

------
Michael R. Gayeski
mrgayeski@students.wisc.edu



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

* [gentoo-dev] documentation-problem
@ 2002-06-13  8:15 Stephan Wentz
  2002-06-13  7:29 ` Michael R. Gayeski
  2002-06-13 16:47 ` mbutcher
  0 siblings, 2 replies; 4+ messages in thread
From: Stephan Wentz @ 2002-06-13  8:15 UTC (permalink / raw
  To: gentoo-dev

hi folks!

yesterday is started installing gentoo on my laptop from scratch - everything 
worked fine, and the documentation is EXCELLENT! great job ;-)
he found all modules, all pcmcia-network-cards (normal ethernet and a 
wlan-card).
but i found 2 things that didn't work out with my installation:

1) 14.Final steps: kernel and system logger

after i succeded with the installation and booted the first time, i got this 
error-msg:

"mount_devfs_fs(): unable to mount devfs, err: -2 

looked through the forums and found the solution:
in the kernel-config i checked "/dev filesystem support", but i ALSO checked 
"Mount on boot", after i unchecked it, the mount_devfs_fs-error disappeared.
maybe you should put this in the red warning-section?

2) Final network configuration 

where it says
"If you have a PCMCIA card installed, have a quick look into 
/etc/init.d/pcmcia to verify that things seem all right for your setup"

the problem is: there is no file /etc/init.d/pcmcia!
did i miss something? i followed the instructions step-by-step, don't think i 
forgot something... or do i have to create that file by myself?

3) Final steps: configure GRUB 

in code listing 40 the line splashimage points to
(hd0,0)/boot/grub/splash.xpm.gz

and above you state that in your example hda1 is the boot-partition.
shouldn't it mean (hd0,0)/grub/splash.xpm.gz then? without /boot ?
and what about the kernel-line? there's the same thing... or does it mount 
/dev/hda3 (like state with the root-parameter in the kernel-line) as the 
root-device? then it would be ok...

now, while booting i get this error:
"Warning: unable to open an initial console. 
Kernel panic: No init found. Tyr passing init= option in kernel."

i think this is because of a wrong grub-configuration... maybe you can help me 
out? i have my root partition on hda4, and the boot-partition on hda3... how 
would grubs menu.lst look like? is the following right, if not, where is the 
error? (note: i'm using the nt-bootloader right now, because of that i 
installed grub into the boot-partition, not in the mbr...)

default 0
timeout 30
splashimage=(hd0,2)/grub/splash.xpm.gz

title=My example Gentoo Linux
root (hd0,2) 
kernel /bzImage root=/dev/hda3

maybe you can help me out... i'm very interested in gentoo - so i'd like to 
start it ;-)

another question according to grub: like i said, i installed it into my 
boot-partiton, what if i want to remove it from there and put it in the mbr? 
just install it in the mbr? how to remove the version from the partition? or 
is this done automatically?

so, enough for now... hope my remarks can help you make gentoo even better ;-)

stephan


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

* Re: [gentoo-dev] documentation-problem
  2002-06-13  8:15 [gentoo-dev] documentation-problem Stephan Wentz
  2002-06-13  7:29 ` Michael R. Gayeski
@ 2002-06-13 16:47 ` mbutcher
  1 sibling, 0 replies; 4+ messages in thread
From: mbutcher @ 2002-06-13 16:47 UTC (permalink / raw
  To: gentoo-dev

Comments inline.

On Thursday 13 June 2002 02:15 am, Stephan Wentz wrote:
> hi folks!
>
> yesterday is started installing gentoo on my laptop from scratch -
> everything worked fine, and the documentation is EXCELLENT! great job ;-)
> he found all modules, all pcmcia-network-cards (normal ethernet and a
> wlan-card).
> but i found 2 things that didn't work out with my installation:
>
> 1) 14.Final steps: kernel and system logger
>
> after i succeded with the installation and booted the first time, i got
> this error-msg:
>
> "mount_devfs_fs(): unable to mount devfs, err: -2
>
> looked through the forums and found the solution:
> in the kernel-config i checked "/dev filesystem support", but i ALSO
> checked "Mount on boot", after i unchecked it, the mount_devfs_fs-error
> disappeared. maybe you should put this in the red warning-section?

That's interesting... I built one yesterday, and checked "Mount on boot" and 
it worked fine. I was building 2.4.19-gentoo-r7. I wonder what the deal is... 
it sounds logical to check that item, doesn't it?

>
> 2) Final network configuration
>
> where it says
> "If you have a PCMCIA card installed, have a quick look into
> /etc/init.d/pcmcia to verify that things seem all right for your setup"
>
> the problem is: there is no file /etc/init.d/pcmcia!
> did i miss something? i followed the instructions step-by-step, don't think
> i forgot something... or do i have to create that file by myself?
>

True. There _used_ to be a pcmcia file there... but I think that was pre-1.0. 
Perhaps that section should be tagged as only applying to older releases.

> 3) Final steps: configure GRUB
>
> in code listing 40 the line splashimage points to
> (hd0,0)/boot/grub/splash.xpm.gz
>
> and above you state that in your example hda1 is the boot-partition.
> shouldn't it mean (hd0,0)/grub/splash.xpm.gz then? without /boot ?
> and what about the kernel-line? there's the same thing... or does it mount
> /dev/hda3 (like state with the root-parameter in the kernel-line) as the
> root-device? then it would be ok...

Note the symbolic link in /boot:
 # cd /boot
 # ls -l boot
lrwxrwxrwx    1 root     root            1 Dec 30 21:57 boot -> ./



>
> now, while booting i get this error:
> "Warning: unable to open an initial console.
> Kernel panic: No init found. Tyr passing init= option in kernel."
>
> i think this is because of a wrong grub-configuration... maybe you can help
> me out? i have my root partition on hda4, and the boot-partition on hda3...
> how would grubs menu.lst look like? is the following right, if not, where
> is the error? (note: i'm using the nt-bootloader right now, because of that
> i installed grub into the boot-partition, not in the mbr...)

Yes -- the problem is in your menu.lst.

You said the BOOT partition was on /dev/hda3 and the ROOT partition was on 
/dev/hda4, right? Well, init (and /etc and all those other necessary boot 
files) is on /dev/hda4. I corrected it in your example below:

>
> default 0
> timeout 30
> splashimage=(hd0,2)/grub/splash.xpm.gz
>
> title=My example Gentoo Linux
> root (hd0,2)
# NOTE: /dev/hda4, not hda3
> kernel /bzImage root=/dev/hda4
>
> maybe you can help me out... i'm very interested in gentoo - so i'd like to
> start it ;-)
>
> another question according to grub: like i said, i installed it into my
> boot-partiton, what if i want to remove it from there and put it in the
> mbr? just install it in the mbr? how to remove the version from the
> partition? or is this done automatically?

AFAIK, when you install grub, it puts its bootloader into the MBR. If you 
managed to get it to do something else, you know more about grub than I. ;-)

>
> so, enough for now... hope my remarks can help you make gentoo even better
> ;-)
>
> stephan
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev


Matt



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

* Re: [gentoo-dev] documentation-problem
  2002-06-13  7:29 ` Michael R. Gayeski
@ 2002-06-13 21:47   ` Colin Morey
  0 siblings, 0 replies; 4+ messages in thread
From: Colin Morey @ 2002-06-13 21:47 UTC (permalink / raw
  To: gentoo-dev

On Thu, 2002-06-13 at 08:29, Michael R. Gayeski wrote:
> On Thursday 13 June 2002 08:15, Stephan Wentz wrote:
> > where it says
> > "If you have a PCMCIA card installed, have a quick look into
> > /etc/init.d/pcmcia to verify that things seem all right for your setup"
> >
> > the problem is: there is no file /etc/init.d/pcmcia!
> > did i miss something? i followed the instructions step-by-step, don't think
> > i forgot something... or do i have to create that file by myself?
> 
> Did you emerge the pcmcia-cs package? I think the install docs forget to 
> mention that part, but I'm not sure since I have not had to do a Gentoo 
> install for several months. Anyways, try 'emerge pcmcia-cs' and see if that 
> creates the file. If not, it may be a bug, and I'll help you hunt it down. :)
> 
dunno if its in the 1.1a install docs, but it's definitely in the
build.html documentation.

hth, Colin
> --mrg
> 
> ------
> Michael R. Gayeski
> mrgayeski@students.wisc.edu
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> 





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

end of thread, other threads:[~2002-06-13 21:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-13  8:15 [gentoo-dev] documentation-problem Stephan Wentz
2002-06-13  7:29 ` Michael R. Gayeski
2002-06-13 21:47   ` Colin Morey
2002-06-13 16:47 ` mbutcher

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