WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TinyCore Builder for VMware View - PXE boot ?  (Read 29282 times)

Offline Logist

  • Newbie
  • *
  • Posts: 7
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #15 on: March 04, 2013, 05:01:35 AM »
Figured it was a typo but, i learned when getting help from someone who knows more than you do its never good idea to be a smart a** :)

anyhow.. damn i just noticed as well the site is down.. maybe there will be an update , maybe its all over :/

Surely someone out there has a PXE bootable vmware view client set up? anyway any os i guess it doesent matter. I want students to power on the computer then everything else happens over pxe  :)

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #16 on: March 04, 2013, 08:55:39 AM »
Wonder if repurpose got a takedown request as I haven't been able to peek at it all weekend.
Due to this thread I had tried to check that site and it was down a couple of days ago.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline genec

  • Full Member
  • ***
  • Posts: 240
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #17 on: March 04, 2013, 01:02:11 PM »
Surely someone out there has a PXE bootable vmware view client set up? anyway any os i guess it doesent matter. I want students to power on the computer then everything else happens over pxe  :)

In the works but I will not post the client itself.  So far, my system works pretty well but just need to make it easier for others to use.

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #18 on: March 05, 2013, 02:03:02 PM »
You can get 1.5 client itself here or 1.7 here
« Last Edit: March 05, 2013, 02:06:39 PM by sebus »

Offline Logist

  • Newbie
  • *
  • Posts: 7
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #19 on: March 06, 2013, 04:59:04 AM »
yeah it is no problem for me to get the client separate, as long as the rest is.. at least step by step instructions of some sort or how to 
thanks.

Offline genec

  • Full Member
  • ***
  • Posts: 240
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #20 on: March 06, 2013, 05:07:58 PM »
... at least step by step instructions of some sort or how to 
In the works.

Offline genec

  • Full Member
  • ***
  • Posts: 240
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #21 on: March 10, 2013, 11:37:25 AM »
btw, Fabian did make one post a while ago: http://forum.tinycorelinux.net/index.php/topic,13485.msg74916.html#msg74916

I totally forgot he had actually posted about it and there's another post on a blog somewhere where he made the announcement about http://repurpose.vmwarecloud.at/

Offline genec

  • Full Member
  • ***
  • Posts: 240
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #22 on: March 30, 2013, 09:02:36 AM »
Looks like Fabian got the site back up.

Pending submission approval, I've created an extension that will make a VMware View Client extension (with the caveat that the generated extension is not licensed for distribution).

Also, check out http://wiki.tinycorelinux.net/wiki:VMware_View and http://wiki.tinycorelinux.net/wiki:dynamic_multimaster

PM if you'd like a link to my extension before it's posted.

Offline ctuagent

  • Newbie
  • *
  • Posts: 4
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #23 on: April 03, 2013, 09:43:43 AM »
I have been able to get mine to boot using:
initrd=tinyurl/core.gz tftplist=myserver:/cde/onboot.lst
But it doesn't load the vmware view client it only loads my logo. Any thoughts?

Offline genec

  • Full Member
  • ***
  • Posts: 240
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #24 on: April 03, 2013, 06:31:18 PM »
I have been able to get mine to boot using:
initrd=tinyurl/core.gz tftplist=myserver:/cde/onboot.lst
But it doesn't load the vmware view client it only loads my logo. Any thoughts?
Which core.gz?  Original or a remaster?  What's the contents of onboot.lst?  Should tftp://myserver/cde/ contain all the relevant extensions to solve dependencies?

Note that if you made an ISO with the site then extract core.gz from the ISO, it is not the original but likely includes the logo since the site added it to core.gz.

Offline ctuagent

  • Newbie
  • *
  • Posts: 4
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #25 on: April 04, 2013, 06:48:33 AM »
Its the core.gz from the iso created by the website.
The contents of the onboot.lst is as follows
Xlibs.tcz
Xprogs.tcz
Xvesa.tcz
fltk-1.10.tcz
wbar.tcz
flwm_topside.tcz
Xlibs.tcz
Xprogs.tcz
Xvesa.tcz
fltk-1.10.tcz
wbar.tcz
kmaps.tcz
openbox.tcz
vmware-view-client-1.5.0-kiosk.tcz
vmware-view-client-1.5.0-kiosk.tcz.list
rdesktop.tcz
libnotify.tcz
zenity.tcz
hicolor-icon-theme.tcz
bash.tcz


Offline ctuagent

  • Newbie
  • *
  • Posts: 4
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #26 on: April 04, 2013, 12:57:30 PM »
I am trying a different way

My setup uses a Windows server and WDS that has been modified using syslinux files. Reference: http://www.deployvista.com/Home/tabid/36/EntryID/126/language/sv-SE/Default.aspx

I also added memdisk from the syslinux download to my boot folder

I then modified the default boot entry to be:
LABEL TinyCore
 
MENU Default
 
KERNEL tinycore/memdisk
 
initrd tinycore/tinycoreviewv3.iso.gz

append iso

The iso is straight from the website and has been gzip ed.
It gets to where it needs to load extensions, it spins then goes to a command prompt.
Any thoughts

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline ctuagent

  • Newbie
  • *
  • Posts: 4
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #28 on: April 05, 2013, 11:43:40 AM »
I am a novice @ linux, can you further clarify what I should do tinypoodle?

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: TinyCore Builder for VMware View - PXE boot ?
« Reply #29 on: April 05, 2013, 01:29:04 PM »
I think this whole thread has quite a lot of hints and pointers from the start.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)