Hi,

I succeed to install a fedora-22 workstation x64 on a ZOTAC ZBOX
PI320-W3 with an ugly 32bit UEFI bios. It's not straightforward, you
need to(at least what I did):

-make a normal live USB key with fedora-workstation x64
-build grub2 for 32bits target with this help
https://help.ubuntu.com/community/UEFIBooting 
-then you need to rename the generated grub.efi to bootia32.efi
-Weird thing, it boot only if you replace in grub.cfg linuxefi and
inirdefi by linux and initrd see grub.cfg.
-once installed I use grub_2.cfg(attached) and I copied again the
previously compiled grub2.

Did I miss something or is supposed to be painful like this?
All the steps I did are just some dirty test to get quickly something
working.

I guess I'm not alone to use such device since it is pretty low cost.
I would be happy to help by testing stuff on my device, if there is any
interest to support this devices upstream? With something more elegant?

Best regards,
Alexis.


set default="1"

function load_video {
  insmod efi_gop
  insmod efi_uga
  insmod video_bochs
  insmod video_cirrus
  insmod all_video
}

load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
insmod fat

set timeout=10
### END /etc/grub.d/00_header ###

###search --no-floppy --set=root -l 'Fedora-Live-WS-x86_64-22-3'
search --no-floppy --set=root -l 'LIVE'

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Start Fedora Live' --class fedora --class gnu-linux --class gnu 
--class os {
        linux /syslinux/vmlinuz0 root=live:LABEL=LIVE ro rd.live.image quiet 
rhgb  
        initrd /syslinux/initrd0.img
}
menuentry 'Test this media & start Fedora Live' --class fedora --class 
gnu-linux --class gnu --class os {
        linux /syslinux/vmlinuz0 root=live:LABEL=LIVE ro rd.live.image quiet  
rhgb rd.live.check
        initrd /syslinux/initrd0.img
}

submenu 'Troubleshooting -->' {
menuentry 'Start Fedora Live in basic graphics mode' --class fedora --class 
gnu-linux --class gnu --class os {
        linux /syslinux/vmlinuz0 root=live:LABEL=LIVE ro rd.live.image quiet  
rhgb nomodeset
        initrd /syslinux/initrd0.img
}
}

Attachment: grub_2.cfg
Description: Binary data

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to