The following error occurs when you upgrade the kernel when installing Ubuntu with wubi on a FAT partition: "E:/var/cache/apt/archives/linux-image-2.6.27-7-generic_2.6.27-7.16_i386.deb: Unable to install a new version before, for ". /boot/vmlinuz-2.6.27-7-generic "to do a symbolic link backup" method: First Delete the original kernel, and then update, through the following simple life
When you use wubi to install Ubuntu on the FAT partition, the following error occurs:
"E:/var/cache/apt/archives/linux-image-2.6.27-7-generic_2.6.27-7.16_i386.deb: unable to make a symbolic link backup for"./boot/vmlinuz-2.6.27-7-generic "before installing a new version"
Method: First Delete the original kernel and then update it. Use the following simple command to delete the kernel.
Sudo rm-fv/boot/initrd. img-2.6.27 *. bak
Sudo rm-fv/boot/vmlinuz-2.6.27-7-generic
Sudo rm-fv/boot/initrd. img-2.6.27-7-generic
Sudo rm-fv/boot/config-2.6.27-7-generic
Sudo rm-fv/boot/abi-2.6.27-7-generic
Sudo rm-fv/boot/System. map-2.6.27-7-generic
Sudo rm-fv/boot/vmcoreinfo-2.6.27-7-generic
Then run the update command,
Wait until the update is complete and restart.