You are not logged in.
Pages: 1
I currently have Ubuntu installed and after reading I feel that I could use some fast Linux. So I downloaded an ISO and checked its md5sum. I wrote it to disk using Ubuntu's "right click on ISO and click write to disk" utility to write the ISO to the disk. Now I tried to boot it and it failed.
My system is the Via Artigo with an external (usb) LaCie CD/DVD drive. I pressed ESC and F12 upon boot to select the bootable media. On the list there was CD-ROM and USB-CD-ROM. each time I choose either one the system starts booting the hard drive without and recognition of the CD.
Do i need to make the CD bootable "chmod +boot /dev/cdrom";)
Now I won't do anything drastic but what if I deleted my /boot directory, would that force the system to boot the CD
Offline
Now I won't do anything drastic but what if I deleted my /boot directory, would that force the system to boot the CD
You should not delete the /boot directory. That will not solve your problem. Try to reorder the existing boot entries in the BIOS. You may try the + and - key to reorder them. Reorder in such a way that the CD-ROM drive comes first.
The difference makes the difference.
Offline
well if you get a boot device selection window, thats equal to setting the bios to boot from cd first.
can you boot with some other cd? ubuntu/windows?
if you can't there's still the option to install arch out of the existing ubuntu installation.
see the wiki for details: http://wiki.archlinux.org/index.php/Ins … ting_Linux
Offline
Open up whichever cd-burning app you have installed in ubuntu, find the Burn Disc from ISO option, and go from there. You shouldn't have to do anything extra after that, assuming the disc actually burns (make sure that simulation/fake burn is NOT checked). the Artigo should boot from USB-CDROM just fine, if you're having problems they're probably related to the actual disc itself.
Offline
I managed to get something else to happen.
I got it to try and boot the CD
the first time it started as normal and stalled
the rest of the times it goes to a GNU GRUB Command line
Offline
I managed to get something else to happen.
I got it to try and boot the CD
the first time it started as normal and stalled
the rest of the times it goes to a GNU GRUB Command line
Just from this it sounds like either your disc is bad or your drive is bad. Test it against another cd that you know works properly.
Offline
I got the CD to work on another computer. Maybe the disk doesn't support external drives?
Anyways I did the install reference to http://wiki.archlinux.org/index.php/Ins … ting_Linux
After doing this install do i need to delete my old system and replace it with the new
# ls /
bin data home initrd.img.old media opt sbin tmp vmlinuz
boot dev initrd lib mnt proc srv usr vmlinuz.old
cdrom etc initrd.img lost+found newarch root sys var
# ls /newarch
bin dev home media opt root srv tmp var
boot etc lib mnt proc sbin sys usr
# rm -rf `ls / | grep -v "newarch"`
# mv /newarch/* /
# rm -rf /newarch
Last edited by Mr.Macdonald (2008-10-09 19:22:02)
Offline
Pages: 1