The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sanboot Slitaz Live CD
2011-05-18, 01:07
Post: #1
Sanboot Slitaz Live CD
Recently, iPXE has been improved to allow sanbooting live CD without the need of MEMDISK. I have tested sanboot slitaz ISO CD and it works really well. You may follow below steps to set up your own environment.

1. Download Slitaz CD ISO here.

2. Make Slitaz CD ISO as an iSCSI target.

You may edit "/etc/iet/ietd.conf" and add the following two lines:
Code:
Target iqn.2011-05.com.domain:Slitaz.iso
Lun 0 Path=/path/to/slitaz-3.0.iso,Type=fileio,IOMode=ro
Then, restart your iSCSI target.
Code:
# service iscsi-target restart
This target should be ready for boot.

3. Sanboot Slitaz:

Start your machine (physical or virtual) with "ipxe.iso" or "ipxe.dsk", and press Ctrl-B to bring up the command line. Then, type in the following commands.
Code:
iPXE> dhcp
iPXE> sanboot iscsi:<IP of iSCSI target server>::::iqn.2011-05.com.domain:Slitaz.iso
Follow the instruction on the screen, you should be able to boot to Slitaz's desktop environment.

4. Notes:
So far, only Slitaz has been successfully booted. It appears that other distros have problem finding the live CD media. If you have any success with other live CD distros, please kindly share your experience. Enjoy!

Hsuanyeh
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Sanboot Slitaz Live CD - hsuanyeh - 2011-05-18 01:07
RE: Sanboot Slitaz Live CD - hsuanyeh - 2011-05-18, 04:21
RE: Sanboot Slitaz Live CD - lstraath - 2011-12-20, 19:58
RE: Sanboot Slitaz Live CD - lstraath - 2011-12-22, 07:25
RE: Sanboot Slitaz Live CD - lstraath - 2011-12-26, 11:33



User(s) browsing this thread: 1 Guest(s)