Results 1 to 3 of 3

Thread: help asap please error 17

  1. #1
    Join Date
    Jan 2010
    Beans
    1

    help asap please error 17

    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. #2
    Join Date
    Sep 2007
    Location
    Netherlands
    Beans
    454
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: help asap please error 17

    maybe this will help:

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

    Good luck...
    Never upgrade your working system to the newest release without thorough testing on the actual hardware you will be running it on.
    Never perform a system update in a live session
    Installed Ubuntu Touch 1.0 on my Nexus 7. And loving it!

  3. #3
    Join Date
    May 2009
    Location
    India
    Beans
    14
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: help asap please error 17

    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:

    Code:
    fdisk -l
    choose 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.

    Code:
    vim /boot/grub/menu.lst
    Otherwise, you need to setup grub again providing the correct boot partition information. Assuming, your linux is installed in /dev/sda6, use
    Code:
    $ sudo grub
     grub > root (hd0,5)
     grub > setup (hd0)
     grub > quit

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •