Gentoo Archives: gentoo-user

From: Bill Longman <bill.longman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Boot hangs after install, no error
Date: Mon, 21 Jun 2010 15:03:37
Message-Id: 4C1F7817.7020208@gmail.com
In Reply to: Re: [gentoo-user] Boot hangs after install, no error by Dale
1 <snip>
2 > This is funny. I have NEVER got a genkernel to work on my system.
3 > Actually, on any system. I'm not sure the OP would know that kernel is
4 > any better then the one he makes.
5
6 Dale,
7
8 If you've never gotten genkernel to work, you should try this little
9 script that I've used for the past few years. I put it in /usr/src/gk
10 and I change into whatever /usr/src/kernel directory I'm going to
11 compile. Then, I just call "../gk all" and off it goes. Of course, if
12 you use lilo, it's a different story because I jumped out of the lilo
13 life raft years ago and managed to swim to shore.
14
15 Here's gk. Tweak to your environment:
16
17 CFLAGS="-O2 -march=barcelona -pipe" \
18 genkernel --lvm --menuconfig --save-config --oldconfig \
19 --bootloader=grub --install --symlink --kerneldir=$PWD \
20 --makeopts="-s -j4" "$@"
21
22 --
23 Bill

Replies

Subject Author
Re: [gentoo-user] Boot hangs after install, no error Dale <rdalek1967@×××××.com>