WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Remastered CD only works in some PCs  (Read 3045 times)

Offline bengt_t

  • Newbie
  • *
  • Posts: 11
Remastered CD only works in some PCs
« on: December 27, 2011, 05:42:53 AM »
I have followed the procedure described in "http://wiki.tinycorelinux.net/wiki:remastering" and tested the result in 4 different PCs. In 3 of them the booting stops with presentation of hexadecimal screen output ending with "Fixing recursive fault but reboot is needed!".

The only exception I made in the procedure is that I skipped the "advdef" command as it is not available in my PC. As I understand this only results in that my new iso image becomes larger than necessary.

In order to try to isolate the problem I tested to not make any changes (add/delete program, modify the kernel etc.). Just unpacked the iso image, repacked it, and created a new image which I have burnt to a CD.

The remastering was made in PC1. The image booted successfully in PC1 with QEMU. However, booting from the burnt CD in PC1 failed. Booting from the burnt CD was successful in only one of the three other PCs I have tested in.

I have burnt a CD with the original iso image (not remastered) using the same burning command ("cdrecord dev=/dev/sr0 -eject -data new.iso") as when I burnt the remastered image, with successful results in all four PCs. In other words, without unpacking, packing or iso creating.

From what I can see something happens when I create the new iso image using the "mkisofs" command resulting in a CD which can only be used in some PCs.

Has anyone recommendations on how to solve the problem?






 

Offline bengt_t

  • Newbie
  • *
  • Posts: 11
Re: Remastered CD only works in some PCs
« Reply #1 on: December 27, 2011, 07:22:02 AM »
Made some further investigations and found out that the problem may be related to inconsistency with booting into multiple core PCs...?
 

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11503
Re: Remastered CD only works in some PCs
« Reply #2 on: December 27, 2011, 08:47:25 AM »
Hi bengt_t
Quote
Made some further investigations and found out that the problem may be related to inconsistency with booting into multiple core PCs...?
Try using the boot code:
maxcpus=1
If that doesn't change anything, try:
maxcpus=0

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Remastered CD only works in some PCs
« Reply #3 on: December 27, 2011, 09:32:04 AM »
Made some further investigations and found out that the problem may be related to inconsistency with booting into multiple core PCs...?

Most likely it is not related to numebr of cores...
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bengt_t

  • Newbie
  • *
  • Posts: 11
Re: Remastered CD only works in some PCs
« Reply #4 on: December 27, 2011, 09:33:15 AM »
Used "tc maxcpus=1" and it helped! Thanks for your advice!

How come that the boot code seems to be included in the original tinycore iso image and not in a remastered iso? Maybe something should be added to mkisofs command or in the boot folder in order to make a bootable CD more "automatic"...?
 

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11503
Re: Remastered CD only works in some PCs
« Reply #5 on: December 27, 2011, 09:47:17 AM »
Hi bengt_t
That boot code is not in the original ISO, something else changed and the multiple cores reacted
to it and made the problem visible. Just to eliminate a very remote possibility, burn another disc
using the following command:
Code: [Select]
cdrecord dev=/dev/sr0 padsize=63s -pad -dao -v -eject new.isoand see if that changes anything.

Offline bengt_t

  • Newbie
  • *
  • Posts: 11
Re: Remastered CD only works in some PCs
« Reply #6 on: December 27, 2011, 10:10:49 AM »
Tested 'cdrecord dev=/dev/sr0 padsize=63s -pad -dao -v -eject new.iso' with the same result as earlier. E. g. booting fails in "2 core PC" if 'tc maxcpus=1' is not used. "1 core PC" work without boot code as earlier.

What has been proved by this test?


Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Remastered CD only works in some PCs
« Reply #7 on: December 27, 2011, 01:42:03 PM »
the booting stops with presentation of hexadecimal screen output ending with "Fixing recursive fault but reboot is needed!".
I don't know if this has anything to do with iso because I get same message booting a frugal install on any VM configured with more than one core :(

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11503
Re: Remastered CD only works in some PCs
« Reply #8 on: December 27, 2011, 02:58:49 PM »
Hi bengt_t
Quote
What has been proved by this test?
In this case nothing, hence the phrase "very remote possibility". I just wanted to eliminate the
possibility that there was some subtle problem with the CD that triggered this.