Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Computer does not boot
Date: Sat, 31 Jan 2015 18:52:46
Message-Id: 54CD2475.1060505@gmail.com
In Reply to: Re: [gentoo-user] Computer does not boot by Joseph
1 Joseph wrote:
2 > On 01/31/15 11:59, Dale wrote:
3 >> Meino.Cramer@×××.de wrote:
4 >>> Joseph <syscon780@×××××.com> [15-01-31 18:12]:
5 >>>> After recent upgrade my computer doesn't want to boot. I did not do
6 >>>> anything with grub or kernel.
7 >>>> I get a bios flash and next is message:
8 >>>>
9 >>>> Loading operating system ...
10 >>>> GRUB loading stage2
11 >>>>
12 >>>> and computer goes back reboot cycle, flash bios and the same
13 >>>> massage is
14 >>>> displayed.
15 >>>> What went wrong during update?
16 >>>>
17 >>>> --
18 >>>> Joseph
19 >>>>
20 >>> Hi Joseph,
21 >>>
22 >>> may be only a accidental coincidence...
23 >>> One thing I can think of is an empty bios coin cell.
24 >
25 > What is an empty BIOS coin cell?
26
27 Basically, the battery on the mobo. Some countries call them cells and
28 since it is about the size of a coin . . . . .
29
30
31 >
32 >
33 >>>
34 >>> If this is not the cause, check whether the stage2 grub
35 >>> got deleted.
36 >
37 > How do I check if stage2 grub was deleted?
38 > Thanks for your help
39
40
41 Try this command and yours should look something like this:
42
43 root@fireball / # ls -al /boot/grub/stage*
44 -rw-r--r-- 1 root root 512 Jun 2 2012 /boot/grub/stage1
45 -rw-r--r-- 1 root root 128116 Jun 2 2012 /boot/grub/stage2
46 -rw-r--r-- 1 root root 128116 Jun 2 2012 /boot/grub/stage2_eltorito
47 -rw-r--r-- 1 root root 128116 Jun 2 2012 /boot/grub/stage2.old
48 root@fireball / #
49
50
51
52 >>
53 >> OP, if it were me, I'd chroot in, re-emerge grub, reinstall grub to the
54 >> drive and then try to reboot. It doesn't seem to me that it is the OS
55 >> itself or the kernel since it doesn't seem to get that far either. It's
56 >> either a BIOS or a grub issue. I'm thinking along the same lines of
57 >> Meino myself. Since chrooting in is a bit of a pain, I'd cover the
58 >> whole field while in it.
59 >>
60 >> Don't forget, you can use the -K option to install from binaries if you
61 >> save them. That may save a little bit of time.
62 >>
63 >> Hope that helps.
64 >
65 > I boot strap from a CD and /boot and grup.conf looks normal the way I
66 > install it.
67 >
68 > ...
69 > title Gentoo Current Kernel
70 > root (hd0,0)
71 > kernel /boot/kernel-current root=/dev/sda3 vga=normal
72 >
73
74 Interesting.
75
76 Dale
77
78 :-) :-)