Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UEFI & Ubuntu netinstall crashing
2014-09-16, 16:35
Post: #2
RE: UEFI & Ubuntu netinstall crashing
(2014-09-12 10:45)AdrianSt Wrote:  
Code:
:ubuntu-trusty-amd64
initrd http://de.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/initrd.gz
chain http://de.archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/linux fb=false
boot || goto failed
goto start

:install_fedora
initrd http://ftp.uni-kl.de/pub/linux/fedora/linux/releases/20/Fedora/x86_64/os/images/pxeboot/initrd.img
chain http://ftp.uni-kl.de/pub/linux/fedora/linux/releases/20/Fedora/x86_64/os/images/pxeboot/vmlinuz inst.repo=http://ftp.uni-kl.de/pub/linux/fedora/linux/releases/20/Fedora/x86_64/os/
boot || goto failed
goto start

Under UEFI, kernels (currently) need to be told the name of the initrd file. Try adding "initrd=initrd.gz" to the Ubuntu kernel command line, and "initrd=initrd.img" to the Fedora kernel command line.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: UEFI & Ubuntu netinstall crashing - mcb30 - 2014-09-16 16:35



User(s) browsing this thread: 2 Guest(s)