Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub BIOS Problem
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
selberbauer
Apprentice
Apprentice


Joined: 20 Dec 2010
Posts: 276

PostPosted: Wed Jan 19, 2011 6:21 pm    Post subject: Grub BIOS Problem Reply with quote

Hi, i got an problem with Grub, i am installing gentoo on a Gigabyte H55N-USb3 MB and am chrootet in the gentoo sys via the gentoo minimal image.

Now the problem, when i install grub-static (because of nomultilib) i get a message which says:
IMPORTANT NOTE:
You must run grub and install the new version stage1 to your MBR.
Until you do stage1 and stage2 will still be the old versions, but later stages wíll be the new versions which could case conflicts
this means you should either grub-install or perform root/setup manuelly

first i ignored the message and was wondering about the missing grub.conf
then i made my grub.conf manuelly and rebooted i became:

Grub loading Operationg System
Stage 1,5

The same message was also there as i was booting from my allready working gentoo, so its could be a BIOS problem...
now on would can i do to install grub?


Cheers
Back to top
View user's profile Send private message
selberbauer
Apprentice
Apprentice


Joined: 20 Dec 2010
Posts: 276

PostPosted: Wed Jan 19, 2011 8:01 pm    Post subject: Reply with quote

Had to disable in the BIOS "QUIET BOOT"
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Jan 19, 2011 8:37 pm    Post subject: Reply with quote

boot cd, use your device names if different:
Code:
mount /dev/sda3 /mnt/gentoo
mount /dev/sda1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
export PS1="(chroot) $PS1"
emerge grub
grub
find /boot/grub/stage1
Answer should be in the form
Quote:
(hdx,y)
; substitute the actual values for x and y below. If you get more than one answer:
Code:
emerge wgetpaste
fdisk -l | wgetpaste
mount | wgetpaste
lspci -l /boot | wgetpaste
wgetpaste /boot/grub/grub.conf
wgetpaste /etc/fstab
post url's returned.
else:
Code:
root (hdx,y) # should return /boot file system type
setup (hdx)
should tell you something like
Quote:

quit[/code]Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/reiserfs_stage1_5" exists... yes
Running "embed /boot/grub/ext2fs_stage1_5 (hdx)"... 20 sectors are embedded
.
succeeded
Running "install /boot/grub/stage1 (hd0) (hd0)1+20 p (hd0,1)/boot/grub/stage2
/boot/grub/menu.lst"... succeeded
Done.
Code:
quit
exit
If still having grub problems:
Code:
emerge wgetpaste
fdisk -l | wgetpaste
mount | wgetpaste
lspci -l /boot | wgetpaste
wgetpaste /boot/grub/grub.conf
wgetpaste /etc/fstab
post url's returned.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
selberbauer
Apprentice
Apprentice


Joined: 20 Dec 2010
Posts: 276

PostPosted: Wed Jan 19, 2011 8:51 pm    Post subject: Reply with quote

thanks for the help but the problem was (see post above) a BIOS Problem i just had to disable quick boot
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Jan 19, 2011 8:57 pm    Post subject: Reply with quote

good work, never seen that one.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
selberbauer
Apprentice
Apprentice


Joined: 20 Dec 2010
Posts: 276

PostPosted: Wed Jan 19, 2011 9:09 pm    Post subject: Reply with quote

seems that the bios scips with this options something what grub needs..

i will get in next time a H67 MB so the new one with EFI, do i just have to use GRUB2 or are there more things to look for (should be the same like with Apple PCs)
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