Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Where i can find "/boot/vmlinuz" when "/boot" not exists

Writer 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

2

2 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 /.

6

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).

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy