Displaying 3 results from an estimated 3 matches for "archfallback".
2015 Mar 14
4
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
Trying to set up UEFI Syslinux boot on an ArchLinux USB 4GB stick.
- Host system:  64-bit Ubuntu 14.10 on 56 GB hard drive
- Hardware:  ASUS P8H77-I, Bios v1101, i7-3770 at 3.40 GHz, 16 GB DDR3
- ArchLinux Instructions followed:
https://wiki.archlinux.org/index.php/Syslinux#UEFI_Systems >
? ?
2. UEFI Systems > 2.2 Installation
- Arch syslinux v.6.03
196352 Oct 13 22:25 /usr/sbin/syslinux
2015 Mar 16
0
Fwd: Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
...achine? :)
5.
This is the content of the 'syslinux.cfg' file
 UI menu.c32
 PROMPT 0
 MENU TITLE Boot Menu
 TIMEOUT 100
 DEFAULT arch
 LABEL arch
         MENU LABEL Arch Linux
         LINUX ../vmlinuz-linux
         APPEND root=/dev/sdd2 rw
         INITRD ../initramfs-linux.img
 LABEL archfallback
         MENU LABEL Arch Linux Fallback
         LINUX ../vmlinuz-linux
         APPEND root=/dev/sdd2 rw
         INITRD ../initramfs-linux-fallback.img
Note:  During the numerous tests I made, I played with
UI menu.c32 (in/out), PROMPT (0/1),
to no avail.
I'd also like to append this "...
2015 Mar 16
0
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
...; ?UI menu.c32
> ?PROMPT 0
> ?
> ?MENU TITLE Boot Menu
> ?TIMEOUT 100
> ?DEFAULT arch
> ?
> ?LABEL arch
> ? ? ? ? ?MENU LABEL Arch Linux
> ? ? ? ? ?LINUX ../vmlinuz-linux
> ? ? ? ? ?APPEND root=/dev/sdd2 rw
> ? ? ? ? ?INITRD ../initramfs-linux.img
> ?
> ?LABEL archfallback
> ? ? ? ? ?MENU LABEL Arch Linux Fallback
> ? ? ? ? ?LINUX ../vmlinuz-linux
> ? ? ? ? ?APPEND root=/dev/sdd2 rw
> ? ? ? ? ?INITRD ../initramfs-linux-fallback.img
> 
> Note: ?During the numerous tests I made, I played with
> UI menu.c32 (in/out), PROMPT (0/1),
> to no avail....