Joo päättelin että vika täytyy olla Dellin cd asemassa.
Päätin sitten kokeilla USB asennusta ja kaikki sujui hyvin kunnes asennuksen pitäisi tunnistaa cd asema. Yritin näitä ohjeita: (täältä:
https://help.ubuntu.com/community/Installation/FromUSBStick)
mkdir /cdrom /dev/cdroms
cd /dev/cdroms
ln -s ../sda1 cdrom0 (where sda1 is your USB drive)
mount -t vfat /dev/cdroms/cdrom0 /cdrom
Mutta homma ei toiminut. Mistähän näkisin usb tikun oikean nimen ja aseman? Lisäksi asennus ei tunnistanut "In" komentoa ta jtn...
Seuraavaksi näin että joku sai sen näin toimimaan (täällä:
http://ubuntuforums.org/showthread.php?p=4404569)
the problem lay in the fact that the kernel on the 'alternate' iso doesn't include support vfat/ext filesystems. toyed with using the isotostick script but came up with my own solution instead
* use syslinux to make the usb stick bootable (you will need to set the bootable flag too. i think syslinux gives you pointers on how to if it isn't set, that or use something like fdisk)
* copy the contents of the 'isolinux' dir on the install iso into the root dir on the usb stick
* rename isolinux.cfg to syslinux.cfg
* goto
http://archive.ubuntu.com/ubuntu/dis...ages/hd-media/ and download the initrd.gz and vmlinuz files.
* create a folder on the usb stick called 'install' and copy initrd.gz and vmlinuz into it (or alternatively edit the syslinux.cfg to point it to the correct location of initrd.gz+vmlinuz)
* copy the ubuntu iso you wish to install onto the root of the usb stick
Mutta jos ymmärrän oikein ohjeet olivat linuxille... Ja siis asennan ohjelmaa usb tikulle vistalla.
Sitten löysin tämän: (täältä:
https://help.ubuntu.com/community/Installation/FromUSBStick)
If you need to activate the original Ubuntu livecd boot menu, for example if you want to disable the framebuffer or read the Ubuntu livecd HELP screens and cheatcodes, please make these changes to your USB drive after your UNetbootin installation is completed:
1) Delete the SYSLINUX.CFG file or rename it to be SYSLINUX.OLD
2) Enter the ISOLINUX folder and rename the ISOLINUX.CFG file to be SYSLINUX.CFG
3) Move up to the top level and rename the ISOLINUX folder to be SYSLINUX
Joka siis teki kai saman kuin ylempi. ongelmana oli vain että Unetbuutin asennuksen jälkeen usb tikulla on jo syslinux kansio isolinux kansion lisäksi niin mitä tälle kuuluisi tehdä jos isolinux kansion nimeää syslinukseksi? silloin siis on kaksi saman kielistä kansiota ja vista kysyy että korvataanko ne toinen toisellaan.
ja kaikki nämä ongelmat tulevat siis koska käytin alternative asennusta. Kulemma normaali asennuksella USB tikulla tätä ongelmaa ei olisi mutta jostain syystä kubuntu 9.04 ei USB tikulta sitten kaynnistynyt ollenkaan eli alternative asennus nayttäisi ainoalta...
Miten ihmeessä saan tämän nyt onnistumaan?