You are not logged in.

#1 2012-10-30 06:03:35

xielingyun
Member
Registered: 2012-10-30
Posts: 4

[SOLVED]asus uefi motherboard(p8h77) usb stick install problem

newbie in archlinux and i want to install on my computer () arch with usb,i use ultraiso create it, when reboot in uefi there are two selections with this usb: [usb] and uefi [usb]
if i chose [usb],i can see the next pic:
archlinux-uefi-20121006
i can use up and down select the choices,but when i press enter it just flash and nothing happens

if i select uefi i can see just a black screen with a cursor

i have create usb booter as what wiki says but my uefi can not recognition the usb as a boot choice

any help or who have been install arch 2012-10-6 on uefi motherboard success ?

Last edited by xielingyun (2012-11-04 10:21:54)

Offline

#2 2012-10-30 11:15:10

IsSuE
Member
Registered: 2006-04-29
Posts: 309

Re: [SOLVED]asus uefi motherboard(p8h77) usb stick install problem

You should try creating a UEFI Boot stick, as described here https://wiki.archlinux.org/index.php/UE … B_from_ISO

Offline

#3 2012-10-31 05:17:19

xielingyun
Member
Registered: 2012-10-30
Posts: 4

Re: [SOLVED]asus uefi motherboard(p8h77) usb stick install problem

IsSuE wrote:

You should try creating a UEFI Boot stick, as described here https://wiki.archlinux.org/index.php/UE … B_from_ISO

thx,i have create the usb stick as the wiki says,but i make a mistake before.my usb has been formated to vfat before,so when i use df i can see sdb sdb1,i mount /dev/sdb1 /tmp/archusb,and do the following ... so i can boot from usb.
now i do mkfs.vfat /dev/sdb and then mount /dev/sdb /tmp/archusb ,adn do the following,now i can boot from usb.
another problem same as this question says:
https://bbs.archlinux.org/viewtopic.php?id=151599

/arch/boot/x86_64 is not exist on my usb stick

Last edited by xielingyun (2012-10-31 05:19:20)

Offline

#4 2012-10-31 22:36:11

xielingyun
Member
Registered: 2012-10-30
Posts: 4

Re: [SOLVED]asus uefi motherboard(p8h77) usb stick install problem

/arch/boot/x86_64 not exist is solved
there maybe a bug in bsdtar,the arch dir is not extract with the name /arch but with some string that can not be recognized

another problem:

my network card is atheros 8161 and i can not connect to the internet,what should i do ?

Offline

#5 2012-11-04 10:22:46

xielingyun
Member
Registered: 2012-10-30
Posts: 4

Re: [SOLVED]asus uefi motherboard(p8h77) usb stick install problem

xielingyun wrote:

/arch/boot/x86_64 not exist is solved
there maybe a bug in bsdtar,the arch dir is not extract with the name /arch but with some string that can not be recognized

another problem:

my network card is atheros 8161 and i can not connect to the internet,what should i do ?

maybe the best idea now is buy aother network card

Offline

#6 2012-11-11 05:16:00

andrewrs
Member
Registered: 2012-03-01
Posts: 1

Re: [SOLVED]asus uefi motherboard(p8h77) usb stick install problem

I've been running into similar problems.  I just can't get Arch installation media to boot in UEFI mode (get the blank screen with blinking cursor) on my home-built computer (Gigabyte Z77X-UD3H motherboard).  I think probably the best way to get around these issues at the moment is to install in BIOS mode and then manually rearrange the files and settings needed for UEFI boot.

For me, I think I'm just going to bite the bullet and switch to a BIOS install for now.

Offline

#7 2012-11-14 14:26:26

lam
Member
Registered: 2012-01-30
Posts: 14

Re: [SOLVED]asus uefi motherboard(p8h77) usb stick install problem

Download
x86_64 UEFI Shell 2.0 (Beta)

copy it to /EFI/boot/bootx64.efi

create a startup.nsh in /EFI/boot :

        fs0:
        cd fs0:\arch\boot\x86_64
        echo "Launching Arch Linux ISO Kernel fs0:\EFI\archiso\vmlinuz.efi"
        vmlinuz archisobasedir=arch archisolabel=ARCH_201211 initrd=\arch\boot\x86_64\archiso.img

boot in UEFI mode wait for startup.nsh to be executed , be Happy wink

Worked on my brand new Gigabyte H77-D3H

PS.: maybe you have to change  archisolabel= to the label of your Usbstick

Offline

Board footer

Powered by FluxBB