Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:install_wo_optical_grub2 [2012/09/21 20:45] – edit 2 more syntax aus9 | wiki:install_wo_optical_grub2 [2012/09/21 20:56] (current) – final edit for now aus9 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | under construction | ||
| - | |||
| =====Install TinyCore without optical drive with grub2 bootloader on to a spare partition ===== | =====Install TinyCore without optical drive with grub2 bootloader on to a spare partition ===== | ||
| Line 6: | Line 4: | ||
| **Try at own risk**, assumes you have wired internet. Assumes 32 bit install and host has grub2 bootloader. | **Try at own risk**, assumes you have wired internet. Assumes 32 bit install and host has grub2 bootloader. | ||
| - | The data-partition should not have a folder called opt, tce. My spare partition has no home folder but it may be possilbe, | + | The data-partition should not have a folder called opt, tce. My spare partition has no home folder but it may be possible, |
| - | to use a separate host /home partition but not tested by me. | + | to use a separate host /home partition but not tested by me. On my host, the spare partition mounts under /a, which is non-FHS. |
| - | On my host, the spare partition mounts under /a, which is non-FHS. Hopefully yours will be called /mnt/sdx, and mine is sda2. | + | Hopefully yours will be called /mnt/sdx, and mine is sda2. |
| Steps could be modified if you use the multicore distro. | Steps could be modified if you use the multicore distro. | ||
| ===On host computer, create files and their temporary permissions=== | ===On host computer, create files and their temporary permissions=== | ||
| + | |||
| + | They are called temporary permissions, | ||
| < | < | ||
| wget http:// | wget http:// | ||
| Line 28: | Line 29: | ||
| < | < | ||
| cd cde && cp -R * / | cd cde && cp -R * / | ||
| - | Not sure what your HOST defaults are...let' | + | Not sure what your HOST defaults are...let' |
| and readable for kernel and core | and readable for kernel and core | ||
| < | < | ||
| Line 38: | Line 38: | ||
| Edit our grub2 file, change leafpad to your preferred terminal or gui text editor please. | Edit our grub2 file, change leafpad to your preferred terminal or gui text editor please. | ||
| < | < | ||
| - | Consider adding extra boot codes as well from TC wiki. | + | Consider adding extra boot codes as well from TC wiki. [[wiki: |
| -----------------copy and paste ---------- | -----------------copy and paste ---------- | ||
| Line 60: | Line 60: | ||
| good luck | good luck | ||
| + | |||
| + | [[wiki: | ||