Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with GRUB and usb support
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
ilswyn
n00b
n00b


Joined: 13 Nov 2002
Posts: 26

PostPosted: Thu Nov 14, 2002 5:07 am    Post subject: Problem with GRUB and usb support Reply with quote

First off, I cannot get grub to display a menu. I created /boot/grub/grub.conf and created the symlink menu.lst but still no menu.
Second, I cannot get usb support to work. I have tried both UHCI drivers, I have full HID support on, hid input layer support, /dev/hiddev support, preliminary usb device system, also have keyboard/mouse support in core input devices. Despite these settings, /dev/input/ is not created and both my usb keyboard and mouse do not work.

Any ideas? Thanks,
Eric
Back to top
View user's profile Send private message
teper
n00b
n00b


Joined: 25 Apr 2002
Posts: 3
Location: Poland

PostPosted: Thu Nov 14, 2002 1:51 pm    Post subject: One more with Grub problem. Reply with quote

After almost succesful install of Gentoo from live cd on my laptop
Code:

foton slimac # mount /boot/
foton slimac # ls /boot/
grub  grub.conf  kernel
foton slimac # ls /boot/grub
e2fs_stage1_5  jfs_stage1_5       splash.xpm.gz  vstafs_stage1_5
fat_stage1_5   minix_stage1_5     stage1         xfs_stage1_5
ffs_stage1_5   reiserfs_stage1_5  stage2
foton slimac # grub

here is grub mesgs ...
Code:

> root (hd0,0)
 Filesystem type is ext2fs, partition type 0x83
> setup (hd0)
 Checking if "/boot/grub/stage1" exists... no
 Checking if "/grub/stage1" exists... yes
 Checking if "/grub/stage2" exists... yes
 Checking if "/grub/e2fs_stage1_5" exists... yes
 Running "embed /grub/e2fs_stage1_5 (hd0)"...  16 sectors are embedded.
succeeded
Running "install /grub/stage1 (hd0) (hd0)1+16 p (hd0,0)/grub/stage2 /grub/grub.conf"... succeeded
Done.


After reboot grub don't show boot menu but only his own prompt.

I errased /boot, emerge grub (newer one), once again repeat grub instalation and efect is the same.

What to do If I would like to have boot meno working?
Please - dont answer go to Lilo :-)
Back to top
View user's profile Send private message
ashkar
n00b
n00b


Joined: 26 Sep 2002
Posts: 48

PostPosted: Thu Nov 14, 2002 8:49 pm    Post subject: Reply with quote

about the menu, make sure that you have menu.lst set up correctly. mine looks like this:

Code:

default 0
timeout 0
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
....
....
Back to top
View user's profile Send private message
eryvile
Apprentice
Apprentice


Joined: 14 Aug 2002
Posts: 234
Location: europe

PostPosted: Thu Nov 14, 2002 9:05 pm    Post subject: Re: One more with Grub problem. Reply with quote

teper wrote:
After almost succesful install of Gentoo from live cd on my laptop
Code:

foton slimac # mount /boot/
foton slimac # ls /boot/
grub  grub.conf  kernel
foton slimac # ls /boot/grub
e2fs_stage1_5  jfs_stage1_5       splash.xpm.gz  vstafs_stage1_5
fat_stage1_5   minix_stage1_5     stage1         xfs_stage1_5
ffs_stage1_5   reiserfs_stage1_5  stage2
foton slimac # grub


It's just a guess, but on my computer, grub.conf (as well as menu.lst) is located in /boot/grub/ Maybe that fixes at least the problem with the grub prompt. Here are my /boot and /boot/grub directories:
Code:

bash-2.05a# ls -ls /boot/
total 16168
   0 lrwxrwxrwx    1 root     root            1 Aug  8 14:54 boot -> .
1240 -rw-r--r--    1 root     root      1265943 Oct 12 17:58 bzImage.14
... [I left some of my kernel files out here ;)]
   4 drwxr-xr-x    2 root     root         4096 Sep 10 01:46 grub

Code:

bash-2.05a# ls -ls /boot/grub
total 224
   8 -rw-r--r--    1 root     root         8000 Aug  8 17:28 e2fs_stage1_5
   8 -rw-r--r--    1 root     root         7536 Aug  8 17:28 fat_stage1_5
   8 -rw-r--r--    1 root     root         6976 Aug  8 17:28 ffs_stage1_5
  12 -rw-r--r--    1 root     root         8736 Aug  8 17:28 jfs_stage1_5
   4 -rw-r--r--    1 root     root          354 Oct 26 19:40 menu.lst
   8 -rw-r--r--    1 root     root         7200 Aug  8 17:28 minix_stage1_5
  12 -rw-r--r--    1 root     root         9664 Aug  8 17:28 reiserfs_stage1_5
  36 -rw-r--r--    1 root     root        33856 Sep 10 01:46 splash.xpm.gz
   4 -rw-r--r--    1 root     root          512 Aug  8 17:28 stage1
 104 -rw-r--r--    1 root     root       104256 Aug  8 17:28 stage2
   8 -rw-r--r--    1 root     root         6656 Aug  8 17:28 vstafs_stage1_5
  12 -rw-r--r--    1 root     root         9448 Aug  8 17:28 xfs_stage1_5

I'm currently using grub 0.90-r7. Hope that helps!
Back to top
View user's profile Send private message
ilswyn
n00b
n00b


Joined: 13 Nov 2002
Posts: 26

PostPosted: Thu Nov 14, 2002 9:56 pm    Post subject: grub problem Reply with quote

hmm I believe that menu.lst is right..
/boot/grub/ has all the stages, grub.conf, and menu.lst

my menu.lst has a basic setup:
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux
root (hd0,0)
kernel /boot/bzImage root=/dev/hda3 hdc=ide-scsi

to install LILO should I mount my /boot or not?
Back to top
View user's profile Send private message
ilswyn
n00b
n00b


Joined: 13 Nov 2002
Posts: 26

PostPosted: Thu Nov 14, 2002 10:01 pm    Post subject: ah I got it.. Reply with quote

/boot was not mounted and I was just putting grub.conf in a directory instead of on the boot partition.. thanks.. anyone have an idea on my usb problem?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum