Scripts and tools to create a bootable image with reHDD based on openSUSE Tumblweed.
Go to file
2024-06-02 21:56:05 +02:00
.gitignore first steps 2024-06-02 21:56:05 +02:00
create_bootable.sh first steps 2024-06-02 21:56:05 +02:00
LICENSE Initial commit 2024-06-02 14:39:41 +02:00
README.md first steps 2024-06-02 21:56:05 +02:00

reHDD-Bootable

Scripts and tools to create a bootable image with reHDD based on debian.

Requirements

The scripts are used to run within a Debian-based machine as host. Use a host os that is installed/started in UEFI mode.

apt-get install \
    debootstrap \
    squashfs-tools \
    xorriso \
    isolinux \
    syslinux-efi \
    grub-pc-bin \
    grub-efi-amd64-bin \
    grub-efi-ia32-bin \
    mtools \
    dosfstools \
    screenfetch \
    htop \
    git \
    curl 

Test

qemu-system-x86_64 -boot d -cdrom reHDD_Bootable.iso -m 1024 -smp 2