WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [Solved] Creating 64-bit TC iso  (Read 6466 times)

Offline Det

  • Newbie
  • *
  • Posts: 6
[Solved] Creating 64-bit TC iso
« on: May 16, 2010, 10:47:32 AM »
So how would I do this with the tinycore64.gz and bzImage64?

Will it be as easy as to just:

  • 1) mount the v3 alpha 3 iso
  • 2) copy the contents to some place else
  • 3) replace the tinycore.gz and bzImage with the 64-bit ones and
  • 4) create an iso image of this one
  • (5) then dd to a partition/set grub or burn to CD)

- Oh, and thanks 8)
« Last Edit: May 17, 2010, 07:50:33 AM by Det »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Creating 64-bit TC iso
« Reply #1 on: May 16, 2010, 02:02:16 PM »
Yes, nothing more complicated than that.

Do note that Xvesa doesn't work on 64 bits; it's Xorg or text mode.
The only barriers that can stop you are the ones you create yourself.

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: Creating 64-bit TC iso
« Reply #2 on: May 16, 2010, 02:22:53 PM »
That looks about right (mind you I have not tried it).

One thing I'm not clear is how you deal with the fact that 'bzImage64' is a different name than 'bzImage' (and likewise 'tinycore64.gz' is not 'tinycore.gz'). You could rename the copied files, but that would be IMHO a bad idea since you loose the ability to distinguish between the 32-bit vs. the 64-bit ISO image. So a change in the boot loader configuration (e.g. '/boot/isolinux/isolinux.cfg) would be required.

Furthermore I'm not sure what you try to achieve with "then dd to a partition/set grub". An ISO image should not be "cloned" to a hard disk, there are many reasons why that would not work. I assume you mean to use the files from the '/boot' directory of this 64-bit ISO image when following the installation instructions.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Creating 64-bit TC iso
« Reply #3 on: May 16, 2010, 02:35:51 PM »
grub4dos can boot iso images, and an isohybrid (part of syslinux) handled iso image can be dd'd to a disk, usually an usb one. At least these come to my mind at first for the mentioned things.
The only barriers that can stop you are the ones you create yourself.

Offline Det

  • Newbie
  • *
  • Posts: 6
Re: Creating 64-bit TC iso
« Reply #4 on: May 17, 2010, 03:54:15 AM »
Jesus, I thought this process in the way that I would clone the "setup" to the partition instead of actually just installing it there.

But a question came to my mind which is that what is the difference between genisoimage, mkisofs, mkhybrid and isohybrid?

Which I guess would be a question of: what is the difference between iso image and a hybrid?

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Creating 64-bit TC iso
« Reply #5 on: May 17, 2010, 04:02:04 AM »
Jesus, I thought this process in the way that I would clone the "setup" to the partition instead of actually just installing it there.

But a question came to my mind which is that what is the difference between genisoimage, mkisofs, mkhybrid and isohybrid?

Which I guess would be a question of: what is the difference between iso image and a hybrid?

It may help a bit

http://wiki.geteasypeasy.com/Hybrid_ISO/IMG_format

Béla
Ham Radio callsign: HA5DI

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

Offline Det

  • Newbie
  • *
  • Posts: 6
Re: Creating 64-bit TC iso
« Reply #6 on: May 17, 2010, 07:09:33 AM »
Yeah, that made the perfect sense.

Offline sird

  • Newbie
  • *
  • Posts: 2
Re: [Solved] Creating 64-bit TC iso
« Reply #7 on: August 25, 2010, 07:34:14 AM »
Hi all,

I've created a microcore usb stick the way described in the first post.
Code: [Select]
uname -r suggest that I have a 64 bit kernel.
Code: [Select]
file (after istalled) however cannot find any 64-bit elfs in the sbin folder.. what gives?

In addition I cannot run downloaded 64-bit software <http://www.luxrender.net> the 32 bit versions run fine.

I'm trying to make a 64 bit usb stick that allows me to run render slaves in my 32bit WinXP office by booting into microcore over night. (dont' worry I'm allowed)

Any one successfully running a 64 bit microcore system? Any ideas what might be wrong?

Tiny/Microcore is great by the way incredible fast and straightforward!

cheers

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: [Solved] Creating 64-bit TC iso
« Reply #8 on: August 25, 2010, 07:41:29 AM »
It's only the kernel currently, to allow all ram and capabilities of HW to be addressed.
The only barriers that can stop you are the ones you create yourself.

Offline sird

  • Newbie
  • *
  • Posts: 2
Re: [Solved] Creating 64-bit TC iso
« Reply #9 on: August 25, 2010, 08:15:40 AM »
It's only the kernel currently, to allow all ram and capabilities of HW to be addressed.

Alright, thanks for the quick response!