The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't boot Debian Jessie using preseed (UEFI)
2016-12-28, 15:03
Post: #1
Can't boot Debian Jessie using preseed (UEFI)
Hey, guys!

I've been trying to boot a Debian system using this guide.

Unfortunately, the preseed.cfg file is not added to the initrd, I can't see it on a debian-installer filesystem, and debian-installer does not use preseed (obviously, since it cannot find it).

I am using the latest ipxe.efi executable.

Here is my iPXE script:

Code:
#!ipxe

kernel linux initrd=initrd.gz initrd=preseed.cfg
initrd initrd.gz
initrd preseed.cfg preseed.cfg
boot

I'd be really glad for any help I can get, I've been banging my head against the wall entire day.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Can't boot Debian Jessie using preseed (UEFI) - zuzzas - 2016-12-28 15:03



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