PDA

View Full Version : [ubuntu] Why not autorun?



ThomasHu
August 7th, 2009, 04:34 AM
Followed "Preparing Files for USB Memory Stick Booting", I create a flash disk installer for ubuntu 9.04.
My syslinux.cfg:
default vmlinuz
append initrd=initrd.gz

But it hint "boot:" after I boot from usb stick.
If I type " vmlinuz initrd=initrd.gz", it will start to install.

I want to run it automatically, how can I fix it?

ThomasHu
August 7th, 2009, 07:26 AM
Followed "Preparing Files for USB Memory Stick Booting", I create a flash disk installer for ubuntu 9.04.
My syslinux.cfg:
default vmlinuz
append initrd=initrd.gz

But it hint "boot:" after I boot from usb stick.
If I type " vmlinuz initrd=initrd.gz", it will start to install.

I want to run it automatically, how can I fix it?


I fix it.
sysconfig.cfg:
TIMEOUT 1
PROMPT 0
NOESCAPE 1
DEFAULT vmlinuz
APPEND initrd=initrd.gz