From b887d53b2978be3395c2ee33c7564df5c5a96b12 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 12 Oct 2016 19:03:59 +0100 Subject: docs/gnulinux/grub_boot_installer: add instructions for installing Debian --- docs/gnulinux/grub_boot_installer.html | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'docs/gnulinux/grub_boot_installer.html') diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html index f2cdfb47..4c26432e 100644 --- a/docs/gnulinux/grub_boot_installer.html +++ b/docs/gnulinux/grub_boot_installer.html @@ -94,11 +94,22 @@

Debian net install?

- Tip: don't use the official net install image. Download the full GNOME ISO (the ~1.5GiB one). - In this ISO, there is still the capability to boot the net install, while it also provides - an easy to use live system (which you can boot from USB). This ISO also works using - syslinux_configfile -i (the Parse ISOLINUX menu entries in the default - GRUB configuration that libreboot uses). + Download the Debian net installer. You can download the ISO from the homepage on + debian.org. + Use this on the GRUB terminal to boot it from USB (for 64-bit Intel or AMD):
+ + set root='usb0'
+ linux /install.amd/vmlinuz
+ initrd /install.amd/initrd.gz
+ boot
+
+ If you are on a 32-bit system (e.g. X60):
+ + set root='usb0'
+ linux /install.386/vmlinuz
+ initrd /install.386/initrd.gz
+ boot +

-- cgit v1.2.3-70-g09d2