WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Unable to boot. (boot aborted)  (Read 6305 times)

Offline _Josue_

  • Newbie
  • *
  • Posts: 3
Unable to boot. (boot aborted)
« on: March 20, 2017, 10:40:52 PM »
Hello there. I'm not sure if  this is the correct section for this but I'm seeking for help. I seem to be unable to boot tiny core linux. I am using CorePlus current and I have a very very very old Pentium II (well not exactly a pentium II a Pentium II type celeron ) with 192 mb of RAM (I think it should be enough) which is still running windows 2000 and I wanted to wipe it and install Tinycore, but I can't even seem to boot it! I have already searched in google for the error that prompts, I have already tried many things, a lot of the commands and command combinations but all I get is this error:

Code: [Select]
Boot from ATAPI CD-ROM:
Aborted



or:



Code: [Select]
Loading /boot/vmlinuz. aborted.

All it says is "aborted" Nothing else!


The machine has this processor: x86 family 6 model 6 stepping 5 which is a Celeron (Pentium II-based) Mendocino https://en.wikipedia.org/wiki/List_of_Intel_microprocessors#Celeron_.28Pentium_II-based.29
And 192 MB of RAM.


I don't believe that internet connection is absolutely necessary to boot.


Thanks a lot in advance.
« Last Edit: March 20, 2017, 10:49:39 PM by _Josue_ »

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: Unable to boot. (boot aborted)
« Reply #1 on: March 21, 2017, 01:23:31 AM »
How about the older builds ? (6.x, 5.x, 4.x ...etc.)
Maybe the latest kernel does not support your machine.
The gcc extension used to have a bug that use SSE2 instead of SSE even when it is told to use SSE.
I guess that could have happened to the latest kernel as well.

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: Unable to boot. (boot aborted)
« Reply #2 on: March 21, 2017, 01:41:17 AM »
After some googling ....
Holy sh!t !  :-[
OMG !  :o
Your processor only have MMX, not even SSE is supported.
Try out the older builds, maybe one of them would work.
Or you may need to compile your own kernel.  :(

192 mb of RAM (I think it should be enough)
Yes, the minimum is 36M if you want to go extreme. (An absolute minimum of RAM is 46mb, see F&Q)

Quote
I don't believe that internet connection is absolutely necessary to boot.
No, it's not required just to boot.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Unable to boot. (boot aborted)
« Reply #3 on: March 21, 2017, 02:04:02 AM »
That sounds like the bootloader failing instead of the kernel. Isolinux does not like something in your BIOS, there's google hits for the same on other P2's.

To work around that, you may have to install another Linux system first, then do a manual install of TC on top, using that system's bootloader. An older version of TC would use older isolinux, so they may also work.

edit: With machines of that era, network boot and floppy boot are also options.
« Last Edit: March 21, 2017, 02:05:57 AM by curaga »
The only barriers that can stop you are the ones you create yourself.

Offline _Josue_

  • Newbie
  • *
  • Posts: 3
Re: Unable to boot. (boot aborted)
« Reply #4 on: March 25, 2017, 05:42:45 AM »

192 mb of RAM (I think it should be enough)
Yes, the minimum is 36M if you want to go extreme. (An absolute minimum of RAM is 46mb, see F&Q)
Yeah. That's what I thought I had seen.

Quote
I don't believe that internet connection is absolutely necessary to boot.
No, it's not required just to boot.
Just as I thought.

That sounds like the bootloader failing instead of the kernel. Isolinux does not like something in your BIOS, there's google hits for the same on other P2's.
Uhmm... it seems I didn't come across that.

To work around that, you may have to install another Linux system first, then do a manual install of TC on top, using that system's bootloader. An older version of TC would use older isolinux, so they may also work.

edit: With machines of that era, network boot and floppy boot are also options.
Well, I tried what you said: an older version of Tinycore, but after trying some older versions such as 4.7.7 I had to go back up to version 1.4.3 to be able to boot my old piece of scrap. I don't know if I should have tried versions 2 or 3.
Anyways finally succeeded!
Now let's see what else can be done with it. I hope 1.4.3 is not too old and  I will still be able to format it and make it work.
Thanks a lot for your help! See ya and God bless you!
« Last Edit: March 25, 2017, 05:49:34 AM by _Josue_ »

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: Unable to boot. (boot aborted)
« Reply #5 on: March 25, 2017, 07:12:11 AM »
Anyways finally succeeded!
I hope 1.4.3 is not too old and  I will still be able to format it and make it work.

Congratulations !  :D
Have you installed any bootloader on your hard disk yet ?
Such as grub-0.97
http://tinycorelinux.net/install_manual.html

After installing the bootloader, you can try out newer build with it.
Just modify the config file.  ;)
Good luck !
« Last Edit: March 25, 2017, 07:20:08 AM by polikuo »

Offline _Josue_

  • Newbie
  • *
  • Posts: 3
Re: Unable to boot. (boot aborted)
« Reply #6 on: March 29, 2017, 07:06:35 PM »

Congratulations !  :D
Have you installed any bootloader on your hard disk yet ?
Such as grub-0.97
http://tinycorelinux.net/install_manual.html

Thanks a lot! I followed the instructions in the link you provided!
Now it's installed and it can boot on it's own without the CD!!!


After installing the bootloader, you can try out newer build with it.
Just modify the config file.  ;)
Good luck !

Huh? upgrade it? how?

Anyways! thanks a lot guys!

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: Unable to boot. (boot aborted)
« Reply #7 on: March 29, 2017, 10:26:36 PM »
Huh? upgrade it? how?
Download the latest kernel and initrd
http://tinycorelinux.net/7.x/x86/release/distribution_files/vmlinuz
http://tinycorelinux.net/7.x/x86/release/distribution_files/core.gz
Move them to your "boot" directory

Assume your menu.lst look like this:
Quote
default 0
timeout 10
title tinycore
kernel /boot/bzImage quiet
initrd /boot/tinycore.gz
Append it to something like this:
Quote
default 0
timeout 10
title tinycore
kernel /boot/bzImage quiet
initrd /boot/tinycore.gz
title tinycore7
kernel /boot/vmlinuz quiet tce=sda1/tce7
initrd /boot/core.gz
This way, the newer tce directory does not conflict with the old ones.
See corebook Chapter 10
http://tinycorelinux.net/corebook.pdf

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: Unable to boot. (boot aborted)
« Reply #8 on: August 24, 2017, 07:11:48 AM »
Hey _Josue_, did you managed to boot up your Mendicino ?

Check this out !

I believe the hardware is close enough to yours.  :)