Hi all,
I recently updated using freebsd-update, using a custom kernel. I had renamed the 7.2 generic kernel.old to GENERIC for the update process.
After finally starting x, and having a look around for a bit, I decided to build a custom kernel for 8.0. I copied and then modified the GENERIC 8.0 kernel configuration file, not reusing the 7.2
Here's where the problem starts, before and after recompiling the kernel, I noted the free space. So after building, I went to take a look at the size of the built kernel, and I noticed kernel.old wasnt listed.
but:
.....etc.
Anyone happen to know whats up? Im unsure why kernel.old disappeared. Also, can I keep the GENERIC, and use it for future updates, or should I try to figure out how to save kernel.old?
Its not a reeeal big deal, as I can always download the GENERIC 8.0 kernel, but I was just unsure how this might have happened, also would fsck get my space back or fix it? I hadnt manually ran fsck yet, and have read the man page, but Im not quite sure if the use is applicable here.
Dunno if this is a bug, or if it was cause I still had the updated GENERIC in there. I didnt notice any errors, but honestly didnt sit at the pc the whole time the kernel compiled.
Thank you.
Edit, Sorry if I stuck this in the wrong spot.
I recently updated using freebsd-update, using a custom kernel. I had renamed the 7.2 generic kernel.old to GENERIC for the update process.
After finally starting x, and having a look around for a bit, I decided to build a custom kernel for 8.0. I copied and then modified the GENERIC 8.0 kernel configuration file, not reusing the 7.2
Here's where the problem starts, before and after recompiling the kernel, I noted the free space. So after building, I went to take a look at the size of the built kernel, and I noticed kernel.old wasnt listed.
Code:
$ cd /boot
$ ls
GENERIC boot2 gptboot loader.help screen.4th
beastie.4th cdboot gptzfsboot loader.rc support.4th
boot defaults kernel mbr zfs
boot0 device.hints loader modules zfsboot
boot0sio firmware loader.4th pmbr
boot1 frames.4th loader.conf pxeboot
but:
Code:
$ locate kernel.old
/boot/kernel.old/coda5.ko
/boot/kernel.old/coda5.ko.symbols
/boot/kernel.old/coretemp.ko
/boot/kernel.old/coretemp.ko.symbols
/boot/kernel.old/cpuctl.ko
/boot/kernel.old/cpuctl.ko.symbols
/boot/kernel.old/cpufreq.ko
/boot/kernel.old/cpufreq.ko.symbols
/boot/kernel.old/crypto.ko
Code:
$ cd /boot/kernel.old
cd: can't cd to /boot/kernel.old
Anyone happen to know whats up? Im unsure why kernel.old disappeared. Also, can I keep the GENERIC, and use it for future updates, or should I try to figure out how to save kernel.old?
Its not a reeeal big deal, as I can always download the GENERIC 8.0 kernel, but I was just unsure how this might have happened, also would fsck get my space back or fix it? I hadnt manually ran fsck yet, and have read the man page, but Im not quite sure if the use is applicable here.
Dunno if this is a bug, or if it was cause I still had the updated GENERIC in there. I didnt notice any errors, but honestly didnt sit at the pc the whole time the kernel compiled.
Thank you.
Edit, Sorry if I stuck this in the wrong spot.