From 2877b720cb0056ad51be4b1bcb9a34e62ee03466 Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Thu, 19 Nov 2015 20:18:16 +0100 Subject: [PATCH] added readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc10a0f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +#Installation +You need an USB stick with at least 4GB Space, 8GB are recommended. + +Partition and format the whole Stick to a single FAT32 Partition with activated boot flag. (gparted or fdsik will do the trick) +Unzip the multiboot files to the stick and install grub to the usbstick: +

+mount /dev/sdX1 /mnt 
+tar xfvz /path/to/file/multibootstick_v0.2.tar.gz -C /mnt
+grub-install --target=i386-pc --recheck --boot-directory=/mnt/boot /dev/sdX
+