Install Ubuntu (Feisty) from USB Stick
For details, see Ubuntu docs here.
- mkdosfs /dev/sdc1 – replace sdc with usb stick device
- syslinux /dev/sdc1
- may need to install-mbr /dev/sdc
- find hd-media files for distro and copy to first usb partition
- create syslinux.cfg with:
- copy Ubuntu iso (apparently any will work)
- boot from stick
default vmlinuz append initrd=initrd.gz ramdisk_size=12000 root=/dev/rd/0 rw
Note: syslinux.cfg as described in the docs does not work – removing the “init=/linuxrc” fixes the problem.
Categories: Uncategorized
Recent Comments