Where i can find "/boot/vmlinuz" when "/boot" not exists
Olivia Zamora
Hi all I'm new here and I want to ask where i can find vmlinuz without "/boot" directory... So system normally boots (Chrome OS) All working perefectly from pendrive But when I want dual boot I need Grub4Dos and There's problem I don't know where is the vmlinuz file to put it in "menu.lst"
P.S sorry For bad English
Closed: I find a way: I Find /syslinux/vmlinuz.A File in /dev/sdb12 i copied all /dev/sdb12 contents to newly created /boot directory on ROOT-A and changed menu.lst kernel file to: /boot/syslinux/vmlinuz.A
22 Answers
Historically, the kernel was stored in the root directory /. The /boot directory appeared only when a few distributions started to propose several kernels to boot on and several other facilities (such as memtest like applications).
So, if you miss a /boot directory, the kernel (vmlinuz in your case) is more likely to be at /.
You might try changing directly to that address. eg cd /boot/vmlinuz I know some filing systems don't allow you to stop in a given directory (eg Netware).