Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:guides:frugal [2010/07/08 15:14] – external edit 127.0.0.1 | en:guides:frugal [2013/03/22 09:02] (current) – [ISO image install] bellard | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| This article will assume that your C: drive is // | This article will assume that your C: drive is // | ||
| - | You need at least 160Mb to run Slitaz cooking (128Mb for Slitaz 1.0). | + | You need at least 160MB to run Slitaz cooking (128MB for Slitaz 1.0). |
| Tested with Windows XP on FAT32 and on NTFS. | Tested with Windows XP on FAT32 and on NTFS. | ||
| Line 13: | Line 13: | ||
| into C:\ and append to C: | into C:\ and append to C: | ||
| - | <code> | + | <file> |
| ===== Traditional frugal install ===== | ===== Traditional frugal install ===== | ||
| Line 21: | Line 21: | ||
| into C:\boot and append to C:\menu.lst the following text: | into C:\boot and append to C:\menu.lst the following text: | ||
| - | <code> | + | <file> |
| title SliTaz cooking | title SliTaz cooking | ||
| kernel (hd0, | kernel (hd0, | ||
| initrd (hd0, | initrd (hd0, | ||
| - | </code> | + | </file> |
| Works fine with Windows XP on FAT32 and on NTFS. | Works fine with Windows XP on FAT32 and on NTFS. | ||
| Line 33: | Line 33: | ||
| into C:\boot. Run defragmentation on C:. And append to C:\menu.lst the following text: | into C:\boot. Run defragmentation on C:. And append to C:\menu.lst the following text: | ||
| - | <code> | + | <file> |
| title SliTaz cooking | title SliTaz cooking | ||
| map (hd0, | map (hd0, | ||
| Line 39: | Line 39: | ||
| kernel (hd1)/ | kernel (hd1)/ | ||
| initrd (hd1)/ | initrd (hd1)/ | ||
| - | </code> | + | </file> |
| Works fine with Windows XP on FAT32 and on NTFS. Using version 0.4.3. | Works fine with Windows XP on FAT32 and on NTFS. Using version 0.4.3. | ||
| The file C: | The file C: | ||
| - | You need 160Mb or 256Mb of RAM to run slitaz-cooking.iso. | + | <note tip> |
| + | Anyway, you can always boot from an ISO image on a fragmented filesystem with: | ||
| + | < | ||
| + | title SliTaz cooking | ||
| + | map --mem --heads=0 --sectors-per-track=0 (hd0, | ||
| + | map --hook | ||
| + | kernel (hd1)/ | ||
| + | initrd (hd1)/ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | You need 160MB or 256MB of RAM to run the slitaz-cooking.iso. | ||
| If you have less RAM try: | If you have less RAM try: | ||
| http:// | http:// | ||
| Line 50: | Line 61: | ||
| http:// | http:// | ||
| - | <code> | + | <file> |
| title SliTaz cooking base | title SliTaz cooking base | ||
| map (hd0, | map (hd0, | ||
| Line 56: | Line 67: | ||
| kernel (hd1)/ | kernel (hd1)/ | ||
| initrd (hd1)/ | initrd (hd1)/ | ||
| - | </code> | + | </file> |
| See http:// | See http:// | ||
| Line 64: | Line 75: | ||
| into C:\boot and append to C:\menu.lst the following text: | into C:\boot and append to C:\menu.lst the following text: | ||
| - | <code> | + | <file> |
| title SliTaz web | title SliTaz web | ||
| kernel (hd0, | kernel (hd0, | ||
| - | </code> | + | </file> |
| - | This will boot the latest available version of SliTaz. See http:// | + | |
| + | Gpxe is provided by the SliTaz Live CD too: | ||
| + | < | ||
| + | title SliTaz web | ||
| + | map (hd0, | ||
| + | map --hook | ||
| + | kernel (hd1)/ | ||
| + | </file> | ||
| + | This will boot the latest available version of SliTaz. See http:// | ||
| Works fine with Windows XP on FAT32 and on NTFS. | Works fine with Windows XP on FAT32 and on NTFS. | ||
| Line 75: | Line 94: | ||
| Additional boot parameters may be appended. For example: | Additional boot parameters may be appended. For example: | ||
| - | <code> | + | <file> |
| title SliTaz cooking | title SliTaz cooking | ||
| map (hd0, | map (hd0, | ||
| Line 81: | Line 100: | ||
| kernel (hd1)/ | kernel (hd1)/ | ||
| initrd (hd1)/ | initrd (hd1)/ | ||
| - | </ | + | </ |
| + | |||
| + | The file // / | ||
| + | |||
| + | < | ||
| + | initrd (hd1)/ | ||
| + | </ | ||
| + | |||
| + | The compressed cpio archives // / | ||
| + | < | ||
| ===== Automated Graphical Approach using UNetbootin ===== | ===== Automated Graphical Approach using UNetbootin ===== | ||
| A SliTaz Frugal Install or a Live USB installation can be performed using [[http:// | A SliTaz Frugal Install or a Live USB installation can be performed using [[http:// | ||
| + | |||
| + | <note warning> | ||
| + | **Unetbootin will not work with the main 4.0 release slitaz-4.0.iso or slitaz-rolling.iso** which are core 4-in-1 iso's with multi-rootfs.gz without manually editing the boot menu or combining the multi-rootfs.gz into one. | ||
| + | |||
| + | Please use [[http:// | ||
| Either the standard version ([[http:// | Either the standard version ([[http:// | ||