Is it possible to install Qimo via a netinstall

Asked by Jaap Visser

I have a pc without a working cd-rom drive I like to do a netinstall via pxe-boot is there a netinstall version available for Qimo?

===

Somehow I got it working:

- first I configured a pxe server using this guide: https://help.ubuntu.com/community/Installation/WindowsServerNetboot
- after I copied the quimo.iso files to the root of the tftpd directory
- last I changed the pxelinux.cfg/default like:

default live-install

label live-install
  menu label ^Install Ubuntu
  kernel /casper/vmlinuz
  #append file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash --
  append file=/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash --

Question information

Language:
English Edit question
Status:
Solved
For:
Qimo Edit question
Assignee:
No assignee Edit question
Solved by:
Jaap Visser
Solved:
Last query:
Last reply:
Revision history for this message
Jaap Visser (jaapvisser) said :
#1

-