Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem booting
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
bigcravcc
n00b
n00b


Joined: 31 Oct 2004
Posts: 29
Location: WV

PostPosted: Sun Oct 31, 2004 8:31 pm    Post subject: Problem booting Reply with quote

Code:
Booting 'Gentoo Linux'

kernel (hd1,0)/kernel-2.6.9-gentoo-r1 root=/dev/hdb7 vga=791
 [Linux-bzImage, setup=0x1200, src=0x1ef3bc]

initrd (hd1,0)/initrd-2.6.9-gentoo-r1
 [Linux-initrd e 0x1fe70000,,0x16fe16 bytes]

You passed an undefined mode number.


I get that when I frist boot into linux. If I press space then it goes on and boot up. Here is my grub.conf

Code:

default 0

timeout 10

splashimage=(hd1,0)/grub/splash.xpm.gz



title=Window XP Pro

root (hd0,0)

chainloader +1


title=Gentoo Linux

kernel (hd1,0)/kernel-2.6.9-gentoo-r1 root=/dev/hdb7 vga=791

initrd (hd1,0)/initrd-2.6.9-gentoo-r1



Also, my keyboard doesnt seem to be working. On boot up I notice this line.
Code:

fsck.rerserf: not found

Then it says something couldnt cheak /dev/hdb7. Here is my fstab.
Code:

# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs>             <mountpoint>    <type>     <opts>            <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hdb1      /boot      ext2      noauto,noatime      1 1
/dev/hdb7      /      reiserf    noatime         0 0
/dev/hdb6               /home           reiserfs        noatime                 0 0 
/dev/hdb8               /var            reiserfs        noatime                 0 0
/dev/hdb9               /usr            reiserfs        noatime                 0 0
/dev/hdb10              /tmp            reiserfs        noatime                 0 0
/dev/hdb11      none      swap      sw         0 0
/dev/cdroms/cdrom0   /mnt/cdrom   iso9660      noauto,ro      0 0
/dev/cdroms/cdrom1      /mnt/cdrom1     iso9660         noauto,ro               0 0
/dev/fd0      /mnt/floppy   auto      noauto         0 0
/dev/hda                /mnt/win_c      ntsf            noatime,ro              0 0
/dev/hdb5               /mnt/win_d      fat32           noatime                 0 0

# NOTE: The next line is critical for boot!
none         /proc      proc      defaults      0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none         /dev/shm   tmpfs      defaults      0 0

Back to top
View user's profile Send private message
Hayl
Guru
Guru


Joined: 28 Jan 2003
Posts: 442
Location: Calgary, Alberta, Canada

PostPosted: Sun Oct 31, 2004 8:36 pm    Post subject: Re: Problem booting Reply with quote

bigcravcc wrote:
Code:
Booting 'Gentoo Linux'

kernel (hd1,0)/kernel-2.6.9-gentoo-r1 root=/dev/hdb7 vga=791
 [Linux-bzImage, setup=0x1200, src=0x1ef3bc]

initrd (hd1,0)/initrd-2.6.9-gentoo-r1
 [Linux-initrd e 0x1fe70000,,0x16fe16 bytes]

You passed an undefined mode number.


try vga=ask then it will scan all the valid modes for your card.

Quote:
Also, my keyboard doesnt seem to be working. On boot up I notice this line.
Code:

fsck.rerserf: not found


not a keyboard problem, you are just missing reiserfstools

emerge reiserfstools

Quote:
Then it says something couldnt cheak /dev/hdb7. Here is my fstab.
Code:

# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs>             <mountpoint>    <type>     <opts>            <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hdb1      /boot      ext2      noauto,noatime      1 1
/dev/hdb7      /      reiserf    noatime         0 0
/dev/hdb6               /home           reiserfs        noatime                 0 0 
/dev/hdb8               /var            reiserfs        noatime                 0 0
/dev/hdb9               /usr            reiserfs        noatime                 0 0
/dev/hdb10              /tmp            reiserfs        noatime                 0 0
/dev/hdb11      none      swap      sw         0 0
/dev/cdroms/cdrom0   /mnt/cdrom   iso9660      noauto,ro      0 0
/dev/cdroms/cdrom1      /mnt/cdrom1     iso9660         noauto,ro               0 0
/dev/fd0      /mnt/floppy   auto      noauto         0 0
/dev/hda                /mnt/win_c      ntsf            noatime,ro              0 0
/dev/hdb5               /mnt/win_d      fat32           noatime                 0 0

# NOTE: The next line is critical for boot!
none         /proc      proc      defaults      0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none         /dev/shm   tmpfs      defaults      0 0



in the line for hdb7 you have reiserf instead of reiserfs
_________________
"I do not fear computers. I fear lack of them." - Isaac Asimov
Back to top
View user's profile Send private message
Maedhros
Bodhisattva
Bodhisattva


Joined: 14 Apr 2004
Posts: 5511
Location: Durham, UK

PostPosted: Sun Oct 31, 2004 8:41 pm    Post subject: Re: Problem booting Reply with quote

Hayl wrote:
in the line for hdb7 you have reiserf instead of reiserfs

Actually, that's causing the fsck error as well...
_________________
No-one's more important than the earthworm.
Back to top
View user's profile Send private message
bigcravcc
n00b
n00b


Joined: 31 Oct 2004
Posts: 29
Location: WV

PostPosted: Sun Oct 31, 2004 8:48 pm    Post subject: Reply with quote

Umm I guess it might help if I could type right.

Quote:
Quote:

Also, my keyboard doesnt seem to be working. On boot up I notice this line.


Code:
fsck.rerserf: not found



not a keyboard problem, you are just missing reiserfstools


I ment to put that on a differnt line. I think my keyboard problem has to do with the fact I use genkernel. I have a usb mouse/keyboard and it doesnt seem to work. I think I will try to complie a kernel later.
Back to top
View user's profile Send private message
Hayl
Guru
Guru


Joined: 28 Jan 2003
Posts: 442
Location: Calgary, Alberta, Canada

PostPosted: Sun Oct 31, 2004 8:49 pm    Post subject: Reply with quote

if it is a usb keyboard, you may need to emerge hotplug.
_________________
"I do not fear computers. I fear lack of them." - Isaac Asimov
Back to top
View user's profile Send private message
bigcravcc
n00b
n00b


Joined: 31 Oct 2004
Posts: 29
Location: WV

PostPosted: Sun Oct 31, 2004 9:02 pm    Post subject: Re: Problem booting Reply with quote

Hayl wrote:
bigcravcc wrote:
Code:
Booting 'Gentoo Linux'

kernel (hd1,0)/kernel-2.6.9-gentoo-r1 root=/dev/hdb7 vga=791
 [Linux-bzImage, setup=0x1200, src=0x1ef3bc]

initrd (hd1,0)/initrd-2.6.9-gentoo-r1
 [Linux-initrd e 0x1fe70000,,0x16fe16 bytes]

You passed an undefined mode number.


try vga=ask then it will scan all the valid modes for your card.


I got the same error minus the very last part with vga=ask. Any more ideas?
Back to top
View user's profile Send private message
Hayl
Guru
Guru


Joined: 28 Jan 2003
Posts: 442
Location: Calgary, Alberta, Canada

PostPosted: Sun Oct 31, 2004 9:06 pm    Post subject: Reply with quote

yes, it is still passing vga=791 from what you just posted - are you sure that /boot was mounted (if you have a separate partition) when you edited your grub.conf, or am I just reading your post incorrectly?
_________________
"I do not fear computers. I fear lack of them." - Isaac Asimov
Back to top
View user's profile Send private message
bigcravcc
n00b
n00b


Joined: 31 Oct 2004
Posts: 29
Location: WV

PostPosted: Sun Oct 31, 2004 10:32 pm    Post subject: Reply with quote

Hayl wrote:
yes, it is still passing vga=791 from what you just posted - are you sure that /boot was mounted (if you have a separate partition) when you edited your grub.conf, or am I just reading your post incorrectly?


Opps sorry, the error it is giving me has vga=ask. I just copy and pasted and forgot about that.

Would it be because I have yet to isntall my ati driver?
Back to top
View user's profile Send private message
bigcravcc
n00b
n00b


Joined: 31 Oct 2004
Posts: 29
Location: WV

PostPosted: Mon Nov 01, 2004 8:41 pm    Post subject: Re: Problem booting Reply with quote

bigcravcc wrote:
Code:
Booting 'Gentoo Linux'

kernel (hd1,0)/kernel-2.6.9-gentoo-r1 root=/dev/hdb7 vga=791
 [Linux-bzImage, setup=0x1200, src=0x1ef3bc]

initrd (hd1,0)/initrd-2.6.9-gentoo-r1
 [Linux-initrd e 0x1fe70000,,0x16fe16 bytes]

You passed an undefined mode number.




I think this has something to do with the kernel. I use genkernel so I think I am gonna try make my own kernel. Wish me luck :?
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