├── README.md └── banner.sh /README.md: -------------------------------------------------------------------------------- 1 | 2 |

3 | DietPi 4 |

5 |

6 | Hyper-V images releases for DietPi! 7 |

8 | optimised • compatible • untouched 9 |

10 | 11 | DietPi Website 12 | 13 | • 14 | 15 | DietPi GitHub 16 | 17 |

18 |
19 |

20 | VHDX images for DietPi, fully compatible with Microsoft Hyper-V. 21 |

22 | 23 | Download Latest VHDX 24 | 25 |

26 |
27 |

28 | Hyper-V Screenshot 29 |

30 | 31 | 32 | ## Introduction 33 | 34 | DietPi is an extremely lightweight Debian-based OS. With images starting at 35 | 400MB, that's 3x lighter than "Raspbian Lite". It is highly optimized for 36 | minimal CPU and RAM resource usage, ensuring your SBC always runs at its maximum 37 | potential. The programs use lightweight Whiptail menus. You'll spend less time 38 | staring at the command line, and more time enjoying DietPi. 39 | 40 | DietPi makes self-hosting incredibly easy and straightforward, making it a 41 | superb candidate for running as a virtualised server image in home labs. 42 | 43 | The DietPi.Hyper-V project aims to release DietPi images that are compatible 44 | with Hyper-V with minimal modifications. This way, Hyper-V users can experience 45 | the true essence of DietPi: *optimised, simplified, for everyone*. 46 | 47 | ## Features 48 | 49 | - fully compatible with Microsoft Hyper-V 50 | - minimal modifications to the DietPi installation 51 | - optimised file size (~120-150MB when compressed!) 52 | - images are compressed, signed and released on GitHub 53 | 54 | ## Releases 55 | 56 | | Release | Date | Hash | 57 | | ----------------------------------------------------------------------------------- | ---------- | -------------------------------------------------------------------------- | 58 | | [`v8.00`](https://github.com/yumiris/DietPi.Hyper-V/releases/tag/v8.00) | 2022-01-10 | `SHA256: BBB18B8DBCDF49CDF514E63CA133B9A4C837BC689F960111481A5DAFC999DA42` | 59 | | [`v7.00`](https://github.com/yumiris/DietPi.Hyper-V/releases/tag/v7.00) | 2021-03-02 | `SHA256: 71B8EF57F62CA23B1D50421B5B031A652A5E98F597DA63307B7F45CC8585E4B1` | 60 | | [`v6.30`](https://github.com/yumiris/DietPi.Hyper-V/releases/tag/v6.30) | 2020-05-11 | `SHA256: 42D82FFC46483077D18183491D3057EAC3E98FD3EAFE5E4D9E9123D20F9143BF` | 61 | | [`v6.29.2`](https://github.com/yumiris/DietPi.Hyper-V/releases/tag/v6.29.2) | 2020-05-04 | `SHA256: C8153DD8FD522CD20AD737E61B462E93C05D2DA8E953AE819B0FCCF365BC82DD` | 62 | | [`v6.28`](https://github.com/yumiris/DietPi.Hyper-V/releases/tag/v6.28) | 2020-01-06 | `SHA256: ECE74E8DCAD0915BB842214F45D0B71F0A92BF4D1A634ECB7D9707843DF82EE6` | 63 | | [`v6.26.3`](https://github.com/yumiris/DietPi.Hyper-V/releases/tag/v6.26.3) | 2019-10-21 | `SHA256: AA8C0AF30C4B4EB8FC174B1E4D15A1789EB6AF2373A04BC1F8BB9435AD5130EE` | 64 | | [`v6.25.3`](https://github.com/yumiris/DietPi.Hyper-V/releases/tag/v6.25.3) | 2019-07-08 | `SHA256: 04A7BD4261E08D84EB6DA0E96F95718690C435FDE0ED9831E36A71E29CA1BBBE` | 65 | | [`v6.24`](https://github.com/yumiris/DietPi.Hyper-V/releases/tag/v6.24) | 2019-05-16 | `SHA256: C7EB2957ADF9480D6B24B97DCC303B21F2EC3C1314F696C67899790EAF604DF9` | 66 | | [`v6.23`](https://github.com/yumiris/DietPi.Hyper-V/releases/tag/v6.23) | 2019-05-13 | `SHA256: D52463AE3CC8671A0521EFC6AE8D2383CE6DB6D5452BEA8264E919780D4FFAAF` | 67 | | [`v6.22-rev02`](https://github.com/yumiris/DietPi.Hyper-V/releases/tag/v6.22-rev02) | 2019-03-26 | `SHA256: D670890B1C9DEC7C48E70BA6516A31FB73720FA7BDC863F2DD709DDC93DE3359` | 68 | | [`v6.22`](https://github.com/yumiris/DietPi.Hyper-V/releases/tag/v6.22) | 2019-03-24 | `SHA256: CD0D43D7E799387278E5865E9C9237E8CFFCBF5C418D061DBD4E67B1E437266E` | 69 | | [`v6.20`](https://github.com/yumiris/DietPi.Hyper-V/releases/tag/v6.20) | 2019-01-31 | `SHA256: 0D0267701B1D894DB4513F4C3A6C7D04D981CC77661C413B7DAC13424A9AB783` | 70 | 71 | ## Disclaimer 72 | 73 | This project is NOT officially supported by the DietPi team, nor is the team 74 | affiliated with it. This is a spin-off project which aims to formally support 75 | Hyper-V as a hypervisor for running DietPi. 76 | 77 | Please rely on this project's issues page for errors/bugs directly related to 78 | Hyper-V, and the official DietPi GitHub or forums for DietPi-specific issues. If 79 | uncertain, report the issues here. Any issues that are related to DietPi itself 80 | will be relayed to the official team. 81 | 82 | ## Attributions 83 | 84 | - DietPi 85 | - Project lead: Micha (MichaIng) 86 | - Founder: Daniel Knight (Fourdee) 87 | - Hyper-V: Microsoft Corporation 88 | -------------------------------------------------------------------------------- /banner.sh: -------------------------------------------------------------------------------- 1 | #!/bin/dash 2 | 3 | # update prep_info as suggested by @MichaIng 4 | cat << '_EOF_' > /boot/dietpi/.prep_info 5 | Miris Wisdom 6 | Debian 7 | _EOF_ 8 | --------------------------------------------------------------------------------