summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 5edbcbf..8f238ff 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ qemu-img create arch.img 4G
qemu-system-x86_64 -hda arch.img -net nic \
-net user,tftp=$PWD/tftproot,bootfile=pxelinux.0 \
- -m 386 \
+ -m 386 -display curses \
-machine accel=kvm -redir tcp:222::22
# remote install (manually), then follow docu
@@ -50,7 +50,7 @@ systemctl start sshd
# - RAID, LVM, LUKS and friends
# - size, swap, filesystem, chunking
# - file system layout
-gdisk
+sgdisk
# Links:
# https://wiki.archlinux.org/index.php/Archiso
@@ -64,3 +64,5 @@ gdisk
# https://wiki.archlinux.org/index.php/Autostarting
# https://wiki.archlinux.org/index.php/Automatic_login_to_virtual_console
# https://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide
+# https://bbs.archlinux.org/viewtopic.php?id=148790 (text mode boot from archiso)
+# http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=How_to_run_OVMF (UEFI BIOS)