Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:install_without_a_cd_or_dvd_drive [2011/06/14 13:37] – [UNetbootin] Guy | wiki:install_without_a_cd_or_dvd_drive [2011/08/13 03:07] (current) – Guy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Install | + | ====== Install |
- | ==== UNetbootin | + | ==== Option 1: Chain-booting an ISO-image with Grub4Dos |
- | Tiny Core may be installed without a CD or DVD drive using the Tinycore iso and UNetbootin. http:// | + | |
- | If using version 3.7 or higher, use the multicore iso. | + | You need GRUB4DOS. Despite |
- | To install | + | You can download it in Tiny Core using the App Browser, or using this command: |
+ | |||
+ | < | ||
+ | |||
+ | When your stuck with an Linux distro or Windows, so you'll need to download the package: | ||
+ | |||
+ | https:// | ||
+ | |||
+ | On Windows you'll also need another tool to write the first stage boot loader. It's in the package grubinst-1.1-bin-w32-2008-01-01.zip, | ||
+ | |||
+ | http:// | ||
+ | |||
+ | 1. Format the USB stick with a partition using FAT16/32, NTFS or Ext2/3 (not Ext4). Ext2 is ideal for USB drives, and ext3 is ideal for hard drives. | ||
+ | |||
+ | You create the first stage boot loader on a Linux system running bootlace.com: | ||
+ | |||
+ | < | ||
+ | |||
+ | 2. Copy the file " | ||
+ | |||
+ | 3. Create a file " | ||
+ | |||
+ | < | ||
+ | map --mem / | ||
+ | map --hook | ||
+ | root (hd32) | ||
+ | chainloader (hd32)</ | ||
+ | |||
+ | After these steps, booting from the USB stick should give you the familiar boot screen from Tiny Core Linux. | ||
+ | |||
+ | This info from http:// | ||
+ | |||
+ | ==== Option 2: Using UNetbootin ==== | ||
+ | |||
+ | Tinycore may also be installed without a CD or DVD drive using the multicore iso and UNetbootin. | ||
+ | |||
+ | To install Tinycore | ||
+ | |||
+ | http:// | ||
+ | |||
+ | ==== Option 3: Isohybrid ==== | ||
+ | |||
+ | With isohybrid one has a trivial pendrive installation. | ||
+ | |||
+ | No installation program needed. | ||
+ | |||
+ | dd if=multicore-current.iso of=/ | ||
+ | |||
+ | Just be absolutely sure that you have specified the correct target for the output file of= | ||
+ | |||
+ | Note: only the multicore.iso has this feature. | ||
+ | |||
+ | However it is simple to isohybrid the other isos, e.g. | ||
+ | |||
+ | isohybrid tinycore-current.iso | ||
+ | |||
+ | isohybrid is provided by the syslinux.tcz extension. | ||
+ | |||
+ | This info from: http:// | ||
+ | |||
+ | Note: If you use this method, and later want to use the drive for something else, you may need to repartition the drive. This can be done with GParted, which can be installed in Tinycore, or run from [[Parted Magic]]. You may need to delete the existing partition and create a new one. | ||
==== Reinstall ==== | ==== Reinstall ==== | ||
- | This method | + | Depending on which method |
+ | |||
+ | For example, | ||
- | An ideal approach for those who don't have a CD or DVD drive, is to install Tiny Core to a USB drive using UNetbootin. Then use this to reinstall | + | You can reinstall |
- | * [[install_hd|Install | + | * [[install_hd|Install |
- | * [[install_usb|Install | + | * [[install_usb|Install |
- | * [[install_hd_net|Install Tiny Core on a Hard Drive with Internet - Version 3.6]] | + | |
- | * [[install_hd_offline|Install Tiny Core on a Hard Drive without Internet - Version 3.6]] | + | |
- | * [[install_usb_net|Install Tiny Core on a USB Drive with Internet - Version 3.6]] | + | |
- | * [[install_usb_offline|Install Tiny Core on a USB Drive without Internet - Version 3.6]] | + | |