You are not logged in.
Pages: 1
Ok, so I know it was my mistake and I was just a big dummy. But I was removing (or rather, trying) to remove a 'boot' directory in my home folder, and accidentally appended '/' to the beginning of it, and erased everything out of my /boot!
What can I do?
I haven't rebooted nor done anything to the partition!
what a bugger.. I just got the system up and running too.
Is there anything I can do?
Dr Small
Offline
DId you use shred or rm? Or a file manager?
Offline
I simply used:
sudo rm -R /boot
Offline
I haven't ever heard of that happening...
Well, if I were you...;
# mkdir /boot
# pacman -S grub kernel26
Those are the 2 main things in /boot, no? After that, redo your grub menu.lst and hope for the best...
Offline
Well, you can always reinstall kernel, grub, edit /boot/grub/menu.lst. That should be enough.
Offline
What about vmlinuz, where does that play in at? because it is missing too.
Offline
I just checked and on my system only two packages own files in /boot -- kernel26 and grub. So you should be able to rescue your system by booting using an install cd, chrooting into your actual system, reinstalling grub and kernel26 packages and your system should be back where it was before. You'll probably need to redo the grub configuration again before it actually boots...
Offline
Well, I am still on the system without the kernel, everything is still running fine. No need to chroot if I don't have to. What I need to do though, is get vmlinuz, because that is needed to boot the system, if I am correct, as GRUB calls that.
I already have Grub reinstalled, got the menu.lst straightened out, and will get the kernels next, but I need to know about vmlinuz.
Offline
Forget it. I just went ahead and upgraded my kernel again (2.6.24... the one that works) and it went ahead and created vmlinuz26. Well, here goes nothing. 2 days of tedious work, all down the tubez.
/me reboots
Wish me luck!
Offline
Everything turned out fine. Thanks for the help and support guys.
Offline
phew.. One last question - isn't vmlinuz included with the kernel package? Is there a seperate package for it??
Offline
$ pacman -Qo /boot/vmlinuz26
/boot/vmlinuz26 is owned by kernel26 2.6.25.6-1
Offline
One last question - isn't vmlinuz included with the kernel package? Is there a seperate package for it??
vmlinuz is the kernel image.
virtual memory linux zipped image.
Offline
Pages: 1