WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: multicore 4.0: bzImage missing upon booting  (Read 3964 times)

Offline bxcrx

  • Newbie
  • *
  • Posts: 2
multicore 4.0: bzImage missing upon booting
« on: September 28, 2011, 09:12:59 AM »
I've followed the instructions here:

h**p://wiki.tinycorelinux.net/wiki:install_hd

During tc-install I get the following error in the terminal after the gui installer says the installation is complete.

cp: can't stat '/mnt/sr0/boot/bzImage': No such fiile or directory

I'm using multicore-current.iso version 4.0

When run ls on /mnt/sda1/boot

I have

extlinux/ tinycore.gz

After rebooting I get the following error from syslinux

Could not find kernel image: /boot/bzImage
boot: _

I ran the "find" tool on the iso directory and on the installation and it cannot find the "bzImage" kernel.




Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: multicore 4.0: bzImage missing upon booting
« Reply #1 on: September 28, 2011, 09:20:44 AM »
Download the ISO again.
It has been re-issued with the correct kernel name (vmlinuz).

Offline bxcrx

  • Newbie
  • *
  • Posts: 2
Re: multicore 4.0: bzImage missing upon booting
« Reply #2 on: September 28, 2011, 09:40:12 AM »
I downloaded the latest version of multicore 4.0 iso and ran the install process again.

There are no more errors during the installation and booting process.

Thanks!

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: multicore 4.0: bzImage missing upon booting
« Reply #3 on: September 28, 2011, 12:21:21 PM »
You are welcome.

Offline jiffypop23

  • Newbie
  • *
  • Posts: 4
Re: multicore 4.0: bzImage missing upon booting
« Reply #4 on: September 28, 2011, 06:13:42 PM »
I'm upgrading a Tinycore install to 4 and am getting the same message.
At the "boot:" prompt if I type "/boot/vmlinuz" it has a kernel panic.
Is there a way to fix this without reinstalling from scratch?
Thanks.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: multicore 4.0: bzImage missing upon booting
« Reply #5 on: September 28, 2011, 06:24:26 PM »
If you are upgrading a previous version, copy the tinycore.gz and vmlinuz to your drive and update the bootloader config file.
Typing "/boot/vmlinuz" at the boot prompt makes no sense.

Offline thane

  • Hero Member
  • *****
  • Posts: 689
Re: multicore 4.0: bzImage missing upon booting
« Reply #6 on: September 28, 2011, 09:28:26 PM »
I tried upgrading my USB installation by mounting the ISO and copying the files (like in 3.x upgrades) but for some reason it didn't work.

Not sure I didn't do something crazy, but I burned 4.0 to CD, booted it with bootcodes base norestore, downloaded the tc-install.tcz extension, mounted my USB stick, and went through the tc-install steps. It installed 4.0 and kept my extensions etc. Also had to do a mass extension upgrade.

Seems to be working.
« Last Edit: September 28, 2011, 09:33:07 PM by thane »

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: multicore 4.0: bzImage missing upon booting
« Reply #7 on: October 01, 2011, 03:19:17 AM »
Whilst updating a system I too missed one of the boot config entries due to the name change, an easy fix though :-[

Offline pingfox

  • Newbie
  • *
  • Posts: 6
Re: multicore 4.0: bzImage missing upon booting
« Reply #8 on: October 15, 2011, 03:33:39 PM »
Just FYI, I downloaded the tinycore iso today, and while the isolinux file looks for vmlinuz correctly, syslinux still does not (still looks for bzImage).

I manually changed syslinux file to look for the vmlinuz kernel, and was able to get past the boot sequence.

After that, I ran into kernel panic, but I guess that's a different topic there.
If I am doing something wrong, or if there is a better way, please let me know.