-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
37 lines (31 loc) · 916 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Features:
========
- support EFI
- support BIOS with GPT
- support BIOS with MBR
- support BIOS with hybrid part scheme (GPT+MBR)
- python2.7 or python 3.x
- multi frontend architecture
- multi distros architecture (currently Mandriva and Archlinux)
- rely on udev for devices discovery
- support device hotplug
- advanced console UI
- configurable
deps:
====
- python2.7 or python3.x
- python-dbus
- python-urwid >= 1.2.0 (glib loop event)
- python-gobject ou lib64gudev1.0_0 (from gi.repository import GUdev)
- gdisk >= 0.8.10
- syslinux (BIOS or hybrid systems)
- gummiboot (EFI)
- lsb-release
Qemu:
====
If you want to try an installation with Qemu and EFI:
$ qemu-system-x86_64 -bios /usr/share/qemu/bios-ovmf.bin [...]
bios.ovmf.bin can be downloaded from:
http://sourceforge.net/projects/edk2/files/OVMF/OVMF-X64-r15214.zip/download
then:
$ mv OVMF.FD /usr/share/qemu/bios-ovmf.bin