Ubuntu Forums Archive Viewer

help asap please error 17

Archived thread 1375664 from California Team - US. Markdown source: California_Team_-_US/thread_1375664_help_asap_please_error_17.md

Original URL About this archive
#1

:(:(:(:(i only got this pc for a few more hours i got error 17 and my cdrom driver is not working only got flash drive on my note book and it shows no OS >???? what to do ??????

#2

maybe this will help:

http://ubuntuforums.org/showthread.php?t=442945

Good luck...

#3

your problem might be because of some change in your partition table information. you can try booting into linux using a live CD and then doing:

fdisk -l

then select f (fix partition order) and enter. then select option w (write table to disk and exit), and enter. Don’t do anything else unless you know what you are doing.

Once you have noted down your linux and swap partitions, you should verify that that grub menu.lst shows the correct boot information.

vim /boot/grub/menu.lst

$ sudo grub grub > root (hd0,5) grub > setup (hd0) grub > quit