View previous topic :: View next topic |
Author |
Message |
dragonsbreath Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 02 Feb 2005 Posts: 93
|
Posted: Fri Feb 04, 2005 7:20 am Post subject: regenerating kernel [SOLVED] |
|
|
i generated the kernel manually and i already have it up and running with gnome...
i want to regenerate the kernel this time with genkernel... how do i do this...
i tried genkernel all but i get a message cannot load loop device
Last edited by dragonsbreath on Fri Feb 04, 2005 2:13 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
joeswift Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 20 Jan 2005 Posts: 94 Location: South Africa
|
Posted: Fri Feb 04, 2005 7:42 am Post subject: |
|
|
in order to rerun genkernel, you need loop support either built into the kernel (that you're running) or compiled as a module. If you compiled it as a module, try:
otherwise, if this doesn't work and if your kernel has not picked up loop support, its probably not built in. Your best and quickest bet in this case is probably to boot from your livecd (this will load the livecd's kernel which has loop support) chroot to your new installation, and run genkernel. (remember to add loop support when you compile your kernel). Once thats done, cp your new kernel image to your boot directory and configure grub or lilo to point to that new image. Reboot and you should be fine |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
GungHo Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/1554794928459ed43e6bd9c.jpg)
Joined: 27 Aug 2004 Posts: 254
|
Posted: Fri Feb 04, 2005 7:45 am Post subject: |
|
|
what do you mean with "regenerate the kernel" ?
You can always rebuild a kernel, when you have stored it's /usr/src/linux/.config file. As far as I know you can supply the name of such a config file as commandline parameter to genkernel, I don't know the exact syntax, have a look in the manpage of genkernel
hth ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|