Reboot, hitting F2 over-and-over Turn off Fastboot and Secureboot in UEFI Download Non-free firmware Extract firmware from deb ar xv firmware-iwlwifi.deb tar xvf data.tar.xz Copy to ext4 formatted sd-card mkfs.ext4 /dev/[sd-card] mount -t ext4 /dev/[sd-card] /mnt/sd-card cp -r lib/firmware/* /mnt/sd-card Insert Install Media Setup installer to recognize dmraid Detect network hardware Manual partition https://wiki.debian.org/DebianInstaller/SoftwareRaidRoot Run live disk, chroot, fuck around http://forums.debian.net/viewtopic.php?f=17&t=116036 Troubleshooting: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711147 Show root partition: initramfs modules /etc/initramfs-tools/modules update-initramfs –k all –u Large xterm: xterm -fn 10x20 chroot boot ubuntu live sudo -i cryptsetup luksOpen /dev/mapper/isw_cejababahfd_ASUS_03 cryptroot lvm vgscan lvm vgchange -ay mount /dev/mapper/taskmaster–vg-root /mnt mount /dev/mapper/isw_cejababahfd_ASUS_02 /mnt/boot mount -o bind /sys /mnt/sys mount -t proc /proc /mnt/proc mount -o bind /dev /mnt/dev chroot /mnt chroot & install dmraid chroot apt-get install dmraid initramfs modules break raid: http://ubuntuforums.org/showthread.php?t=2193133&page=2&p=12913689#post12913689 Copy to a Ubuntu USB Drive: Download Non-free firmware Extract firmware from deb Copy to ext4 formatted sd-card Boot Ubuntu from usb/change UEFI opts Create partition table on /dev/sdb: Copy Debian netinst to USB Drive: Detect network hardware Partition Disks Post xmonad-install disable GDM login:
cat /proc/cmdline
For realz Steps! ¶
dd bs=4M ~/Downloads/ubuntu-14.04.2-desktop-amd64.iso of=/dev/[usbdrive-without-number]
ar xv firmware-iwlwifi.deb
tar xvf data.tar.xz
mkfs.ext4 /dev/[sd-card]
mount -t ext4 /dev/[sd-card] /mnt/sd-card
cp -r lib/firmware/* /mnt/sd-card
sudo dd bs=4M if=Downloads/debian-8.0.0-amd64-netinst.iso of=[usbdrive-without-number]
Posted