View previous topic :: View next topic |
Author |
Message |
brianm Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/12576020414134d5d3c16cd.gif)
Joined: 17 Aug 2004 Posts: 78 Location: Aurora, Illinois, USA
|
Posted: Sat Oct 23, 2004 11:05 pm Post subject: grub & swsusp2 |
|
|
On my last emerge -u world I upgraded to 2.6.9-rc1 of the gentoo-dev-sources. I manually set the options using menuconfig then compliled and copied to /boot/. I decided that I wanted to try swsusp2. So I patched the kernel and compiled. Again copied the System.map and vmlinux over to /boot/. I then changed grub.conf: Code: | kernel (hd0,0)/vmlinux root=/dev/hdb3 |
to: Code: | kernel (hd0,0)/vmlinux root=/dev/hdb3 resume2=swap:/dev/hdb2 |
Now when trying to boot, grub gives me: Code: | Error 13: Invalid or unsupported executable format |
It would be nice to have this work. Too bad my knowledge is too limited to make that happen.
Help is greatly appreciated! _________________ Registered Linux User Nr # 319050
Athlon 64 2.2 @2.5Ghz/1gb RAM/WD Raptors/Nvidia 6800 GT
Aluminum Powerbook G4 (12") |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Earthwings Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/49753421747790001d409d.png)
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Sun Oct 24, 2004 12:12 am Post subject: Re: grub & swsusp2 |
|
|
brianm wrote: | Again copied the System.map and vmlinux over to /boot/. |
You've got to copy /usr/src/linux/arch/i386/boot/bzImage to /boot, not /usr/src/linux/vmlinuz |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
brianm Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/12576020414134d5d3c16cd.gif)
Joined: 17 Aug 2004 Posts: 78 Location: Aurora, Illinois, USA
|
Posted: Sun Oct 24, 2004 1:26 am Post subject: |
|
|
Thanks, that was the problem.
I'm still a little confused though. With all my previous kernels, copying over vmlinux worked just fine. _________________ Registered Linux User Nr # 319050
Athlon 64 2.2 @2.5Ghz/1gb RAM/WD Raptors/Nvidia 6800 GT
Aluminum Powerbook G4 (12") |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|