[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Calling preceed.cfg using Grub2



Le mercredi 02 mars 2011 à 21:31 +0100, Jean-Michel Pouré - GOOZE a
écrit :
> How can I run debian expert install from grub line? 

Now that I was able to boot Debian full installer, I would like to make
the same, but with Embeddian.

At this point, my grub.cfg file is:

serial --unit=0 --speed=38400 --word=8 --parity=no --stop=1

terminal_input serial
terminal_output serial

set timeout=20
set default=0

menuentry "Debian 6.0 installer" {
  echo    'Loading GNU/Linux ...'
  linux /debian-installer/i386/linux
  echo    'Loading initial ramdisk ...'
  initrd /debian-installer/i386/initrd.gz
}

menuentry "Embedian 6.0 installer" {
  loopback loop /boot/iso/debian-testing-i386-netinst.iso
  linux (loop)/install.386/vmlinuz file=/boot/preceed.cfg
  initrd (loop)/install.386/initrd.gz
}

The ISO boot-up but is asking for a CD-ROM and then cannot go further.

Could anyone tell me how it is possible to pass-on preceed for Embeddian
in Grub2.

Thank you in advance,
-- 
                  Jean-Michel Pouré - Gooze - http://www.gooze.eu


Reply to: