djbasicone
January 8th, 2010, 12:36 PM
:(:(:(:(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 ??????
arubislander
January 8th, 2010, 02:06 PM
maybe this will help:
http://ubuntuforums.org/showthread.php?t=442945
Good luck...
manavendra
January 8th, 2010, 04:22 PM
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 -lchoose option x (extra functionality (experts only)) and enter.
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.lstOtherwise, you need to setup grub again providing the correct boot partition information. Assuming, your linux is installed in /dev/sda6, use
$ sudo grub
grub > root (hd0,5)
grub > setup (hd0)
grub > quit
Powered by vBulletin® Version 4.2.2 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.