Page 33 of 235 FirstFirst ... 2331323334354383133 ... LastLast
Results 321 to 330 of 2344

Thread: [Boot-Repair] Graphical tool to repair the PC boot in one click

  1. #321
    Join Date
    Jan 2008
    Location
    queensland, australia
    Beans
    187
    Distro
    Ubuntu 22.10 Kinetic Kudu

    Re: [Boot-Repair] Graphical tool to repair the PC boot in 1 click!

    I have an unbootable 12.04RC (64 bit) install on a 60GB SSD (sda). Using a Live Disc I installed and ran boot-repair. I got the message:

    "The boot of your PC is in EFI mode, but no EFI partition was detected....."

    I tried to continue but received a "no internet connection" message even though I was connected, so I couldn't. The motherboard is a Gigabyte B75M-D3H which is EFI capable but I can boot 11.10 from sdb which has no EFI partition without problem. However, 11.10 was installed using an older motherboard.

    I manually partitioned sda (using fdisk before installation) as I was concerned about SSD alignment and have no particular desire to use EFI. Once I have this sorted, there will only be 12.04 on this computer.

    Below is the first section of the boot info summary:

    PHP Code:
    ============================= Boot Info Summary: ===============================

     => 
    No boot loader is installed in the MBR of /dev/sda.
     => 
    Grub2 (v1.99is installed in the MBR of /dev/sdb and looks at sector 1 of 
        the same hard drive 
    for core.imgcore.img is at this location and looks 
        
    for (,msdos2)/boot/grub on this drive.
     => 
    No boot loader is installed in the MBR of /dev/sdc.

    sda1__________________________________________________________________________

        File system
    :       ext4
        Boot sector type
    :  Grub2 (v1.99)
        
    Boot sector info:  Grub2 (v1.99is installed in the boot sector of sda1 
                           
    and looks at sector 17513448 of the same hard drive 
                           
    for core.imgcore.img is at this location and looks 
                           
    for (,msdos1)/boot/grub on this drive.
        
    Operating System:  Ubuntu 12.04 LTS
        Boot files
    :        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

    sda2
    __________________________________________________________________________

        File system
    :       ext4
        Boot sector type
    :  -
        
    Boot sector info
        
    Operating System:  
        
    Boot files:        

    sdb1__________________________________________________________________________

        File system
    :       swap
        Boot sector type
    :  -
        
    Boot sector info

    sdb2__________________________________________________________________________

        File system
    :       ext4
        Boot sector type
    :  -
        
    Boot sector info
        
    Operating System:  Ubuntu 11.10
        Boot files
    :        /boot/grub/grub.cfg /etc/fstab 
                           
    /boot/extlinux/extlinux.conf /boot/grub/core.img

    sdc1
    __________________________________________________________________________

        File system
    :       swap
        Boot sector type
    :  -
        
    Boot sector info

    sdc2__________________________________________________________________________

        File system
    :       ext3
        Boot sector type
    :  -
        
    Boot sector info
        
    Operating System:  
        
    Boot files:        

    ============================ 
    Drive/Partition Info: =============================

    Drivesda _____________________________________________________________________

    Disk 
    /dev/sda60.0 GB60022480896 bytes
    255 heads
    63 sectors/track7297 cylinderstotal 117231408 sectors
    Units 
    sectors of 1 512 512 bytes
    Sector size 
    (logical/physical): 512 bytes 512 bytes

    Partition  Boot  Start Sector    End Sector  
    # of Sectors  Id System

    /dev/sda1    *          2,048    41,945,087    41,943,040  83 Linux
    /dev/sda2          41,945,088   117,231,407    75,286,320  83 Linux


    Drive
    sdb _____________________________________________________________________

    Disk 
    /dev/sdb250.1 GB250059350016 bytes
    255 heads
    63 sectors/track30401 cylinderstotal 488397168 sectors
    Units 
    sectors of 1 512 512 bytes
    Sector size 
    (logical/physical): 512 bytes 512 bytes

    Partition  Boot  Start Sector    End Sector  
    # of Sectors  Id System

    /dev/sdb1         486,400,005   488,392,064     1,992,060  82 Linux swap Solaris
    /dev/sdb2    *             63   486,400,004   486,399,942  83 Linux


    Drive
    sdc _____________________________________________________________________

    Disk 
    /dev/sdc250.1 GB250059350016 bytes
    255 heads
    63 sectors/track30401 cylinderstotal 488397168 sectors
    Units 
    sectors of 1 512 512 bytes
    Sector size 
    (logical/physical): 512 bytes 512 bytes

    Partition  Boot  Start Sector    End Sector  
    # of Sectors  Id System

    /dev/sdc1         486,400,005   488,392,064     1,992,060  82 Linux swap Solaris
    /dev/sdc2                  63   486,400,004   486,399,942  83 Linux


    "blkid" output________________________________________________________________

    Device           UUID                                   TYPE       LABEL

    /dev/loop0                                              squashfs   
    /dev/sda1        cb10df95-0b28-4337-a4fe-fe86d44dfd0f   ext4       
    /dev/sda2        ce7d1960-d34c-4264-81c9-575d24d65c2b   ext4       
    /dev/sdb1        0ce53420-b91e-4b40-a29b-362de085bc0e   swap       
    /dev/sdb2        9e3a5f85-2002-49eb-b592-db2366865fb8   ext4       
    /dev/sdc1        6b820d0f-8858-4b0c-a4ca-a6a15dff4dfc   swap       
    /dev/sdc2        bc845841-ad65-4937-97f8-0255d8613247   ext3       
    /dev/sr0                                                iso9660    Ubuntu 12.04 LTS amd64

    ================================ Mount points: =================================

    Device           Mount_Point              Type       Options

    /dev             /mnt/boot-sav/sda1/dev   none       (rw,bind)
    /
    dev/loop0       /rofs                    squashfs   (ro,noatime)
    /
    dev/sda1        /mnt/boot-sav/sda1       ext4       (rw)
    /
    dev/sr0         /cdrom                   iso9660    (ro,noatime

    My 12.04 install seems to have placed Grub2 in sda1 rather than the MBR of sda. Is that a feature of EFI (about which I know very little as you can tell!)? How do I get out of EFI mode?

    Any help would be much appreciated.

  2. #322
    Join Date
    Apr 2012
    Beans
    322

    Re: [Boot-Repair] Graphical tool to repair the PC boot in 1 click!

    This might seem like a silly question but did you properly reset the CMOS on that motherboard before installing Ubuntu?

    Quote Originally Posted by habana View Post
    I have an unbootable 12.04RC (64 bit) install on a 60GB SSD (sda). Using a Live Disc I installed and ran boot-repair. I got the message:

    "The boot of your PC is in EFI mode, but no EFI partition was detected....."

    I tried to continue but received a "no internet connection" message even though I was connected, so I couldn't. The motherboard is a Gigabyte B75M-D3H which is EFI capable but I can boot 11.10 from sdb which has no EFI partition without problem. However, 11.10 was installed using an older motherboard.

    I manually partitioned sda (using fdisk before installation) as I was concerned about SSD alignment and have no particular desire to use EFI. Once I have this sorted, there will only be 12.04 on this computer.

    Below is the first section of the boot info summary:

    PHP Code:
    ============================= Boot Info Summary: ===============================

     => 
    No boot loader is installed in the MBR of /dev/sda.
     => 
    Grub2 (v1.99is installed in the MBR of /dev/sdb and looks at sector 1 of 
        the same hard drive 
    for core.imgcore.img is at this location and looks 
        
    for (,msdos2)/boot/grub on this drive.
     => 
    No boot loader is installed in the MBR of /dev/sdc.

    sda1__________________________________________________________________________

        File system
    :       ext4
        Boot sector type
    :  Grub2 (v1.99)
        
    Boot sector info:  Grub2 (v1.99is installed in the boot sector of sda1 
                           
    and looks at sector 17513448 of the same hard drive 
                           
    for core.imgcore.img is at this location and looks 
                           
    for (,msdos1)/boot/grub on this drive.
        
    Operating System:  Ubuntu 12.04 LTS
        Boot files
    :        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

    sda2
    __________________________________________________________________________

        File system
    :       ext4
        Boot sector type
    :  -
        
    Boot sector info
        
    Operating System:  
        
    Boot files:        

    sdb1__________________________________________________________________________

        File system
    :       swap
        Boot sector type
    :  -
        
    Boot sector info

    sdb2__________________________________________________________________________

        File system
    :       ext4
        Boot sector type
    :  -
        
    Boot sector info
        
    Operating System:  Ubuntu 11.10
        Boot files
    :        /boot/grub/grub.cfg /etc/fstab 
                           
    /boot/extlinux/extlinux.conf /boot/grub/core.img

    sdc1
    __________________________________________________________________________

        File system
    :       swap
        Boot sector type
    :  -
        
    Boot sector info

    sdc2__________________________________________________________________________

        File system
    :       ext3
        Boot sector type
    :  -
        
    Boot sector info
        
    Operating System:  
        
    Boot files:        

    ============================ 
    Drive/Partition Info: =============================

    Drivesda _____________________________________________________________________

    Disk 
    /dev/sda60.0 GB60022480896 bytes
    255 heads
    63 sectors/track7297 cylinderstotal 117231408 sectors
    Units 
    sectors of 1 512 512 bytes
    Sector size 
    (logical/physical): 512 bytes 512 bytes

    Partition  Boot  Start Sector    End Sector  
    # of Sectors  Id System

    /dev/sda1    *          2,048    41,945,087    41,943,040  83 Linux
    /dev/sda2          41,945,088   117,231,407    75,286,320  83 Linux


    Drive
    sdb _____________________________________________________________________

    Disk 
    /dev/sdb250.1 GB250059350016 bytes
    255 heads
    63 sectors/track30401 cylinderstotal 488397168 sectors
    Units 
    sectors of 1 512 512 bytes
    Sector size 
    (logical/physical): 512 bytes 512 bytes

    Partition  Boot  Start Sector    End Sector  
    # of Sectors  Id System

    /dev/sdb1         486,400,005   488,392,064     1,992,060  82 Linux swap Solaris
    /dev/sdb2    *             63   486,400,004   486,399,942  83 Linux


    Drive
    sdc _____________________________________________________________________

    Disk 
    /dev/sdc250.1 GB250059350016 bytes
    255 heads
    63 sectors/track30401 cylinderstotal 488397168 sectors
    Units 
    sectors of 1 512 512 bytes
    Sector size 
    (logical/physical): 512 bytes 512 bytes

    Partition  Boot  Start Sector    End Sector  
    # of Sectors  Id System

    /dev/sdc1         486,400,005   488,392,064     1,992,060  82 Linux swap Solaris
    /dev/sdc2                  63   486,400,004   486,399,942  83 Linux


    "blkid" output________________________________________________________________

    Device           UUID                                   TYPE       LABEL

    /dev/loop0                                              squashfs   
    /dev/sda1        cb10df95-0b28-4337-a4fe-fe86d44dfd0f   ext4       
    /dev/sda2        ce7d1960-d34c-4264-81c9-575d24d65c2b   ext4       
    /dev/sdb1        0ce53420-b91e-4b40-a29b-362de085bc0e   swap       
    /dev/sdb2        9e3a5f85-2002-49eb-b592-db2366865fb8   ext4       
    /dev/sdc1        6b820d0f-8858-4b0c-a4ca-a6a15dff4dfc   swap       
    /dev/sdc2        bc845841-ad65-4937-97f8-0255d8613247   ext3       
    /dev/sr0                                                iso9660    Ubuntu 12.04 LTS amd64

    ================================ Mount points: =================================

    Device           Mount_Point              Type       Options

    /dev             /mnt/boot-sav/sda1/dev   none       (rw,bind)
    /
    dev/loop0       /rofs                    squashfs   (ro,noatime)
    /
    dev/sda1        /mnt/boot-sav/sda1       ext4       (rw)
    /
    dev/sr0         /cdrom                   iso9660    (ro,noatime
    My 12.04 install seems to have placed Grub2 in sda1 rather than the MBR of sda. Is that a feature of EFI (about which I know very little as you can tell!)? How do I get out of EFI mode?

    Any help would be much appreciated.

  3. #323
    Join Date
    Jan 2008
    Location
    France
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Arrow Re: [Boot-Repair] Graphical tool to repair the PC boot in 1 click!

    Hello habana,

    What kind of connection do you use? wifi or wired? is it slow?

    As 11.10 can currently boot, you don't need EFI partition for 12.04.

    Please connect to wired internet, then run Boot-Repair, UPDATE it, click "Advanced options", UNTICK the "Separate /boot/efi" option, tick the "Purge GRUB" option, then apply. Note the new URL (need the ENTIRE log) that will appear, and indicate it.
    Last edited by YannBuntu; April 25th, 2012 at 08:48 AM.

  4. #324
    Join Date
    Jan 2008
    Location
    queensland, australia
    Beans
    187
    Distro
    Ubuntu 22.10 Kinetic Kudu

    Re: [Boot-Repair] Graphical tool to repair the PC boot in 1 click!

    @techsupport

    Thanks for your quick response. Not a silly question as resetting the CMOS didn't occur to me. I've never had to do this on previous Ubuntu installs. To explain a little further, I built a new PC using a new SSD (sda) and the old HDDs (sdb and sdc), which I hope eventually to turn into a RAID1 data array. After changing a few BIOS settings, 11.10 booted up straight away on sdb.

    @ yannbuntu

    Bonjour and thanks for your quick response. I connect directly to my router and have an ADSL connection (1500/256) but this is frequently congested. Today is a public holiday in Australia so the schoolchildren are at home and my download speed is slow (say 150 kbps). I have taken note of your advice and will wait until tomorrow when my connection should be back up to around 1400kbps. I will report back then.

  5. #325
    Join Date
    Jun 2010
    Location
    Tennessee, USA
    Beans
    672
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: [Boot-Repair] Graphical tool to repair the PC boot in 1 click!

    Yannbuntu, I give my thanks to your wonderful program. I use it on a daily basis, as I am always installing some new distro. It runs beautifully, has lots of options, and always works.
    Thanks for the program! I'll recommend it!
    --Corrytonapple----
    [Toshiba L455-S5008] [Intel Pentium 2.4GHz Procesor]
    [250GB HDD;4GB RAM] [Debian Wheezy 7.0 with GNOME 3][Fedora 16]

  6. #326
    Join Date
    Jan 2008
    Location
    queensland, australia
    Beans
    187
    Distro
    Ubuntu 22.10 Kinetic Kudu

    Re: [Boot-Repair] Graphical tool to repair the PC boot in 1 click!

    Hi Yannbunntu

    No luck I am afraid. Firstly I ensured all wi-fi and other computers were turned off. Download speed (USA mirror) is around 250 kbps this morning -not brilliant but surely fast enough - many people have only a 256/64 connection. I still have the "No internet connection detected......." message.

    My next step perhaps is to download the iso and burn a CD. is the program stand alone or does it need an internet connection to function?

    Regards
    Bill

  7. #327
    Join Date
    Jan 2008
    Location
    queensland, australia
    Beans
    187
    Distro
    Ubuntu 22.10 Kinetic Kudu

    Re: [Boot-Repair] Graphical tool to repair the PC boot in 1 click!

    Hi again Yannbuntu

    Herewith the terminal output for my boot-repair session. It may be of some use. I made several attempts to run it.

    PHP Code:
    ubuntu@ubuntu:~$ sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update && sudo apt-get install -y boot-repair && boot-repair
    You are about to add the following PPA to your system
    :
     
    Simple tool to repair frequent boot problems.

    Websitehttps://launchpad.net/boot-repair
     
    More infohttps://launchpad.net/~yannubuntu/+archive/boot-repair
    Press [ENTERto continue or ctrl-c to cancel adding it

    Executing
    gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.9yd1QgfPyX --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 3C48D16124B50277AF10D27F32B18A1260D8DA0B
    gpgrequesting key 60D8DA0B from hkp server keyserver.ubuntu.com
    gpg
    key 60D8DA0B: public key "Launchpad PPA for YannUbuntu" imported
    gpg
    Total number processed1
    gpg
    :               imported1  (RSA1)
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) dists/precise/main/binary-i386/ InRelease
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) dists/precise/restricted/binary-i386/ InRelease
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) precise InRelease
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) dists/precise/main/binary-i386/ Release.gpg
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) dists/precise/restricted/binary-i386/ Release.gpg
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) dists/precise/main/binary-i386/ Release
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) dists/precise/restricted/binary-i386/ Release
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) dists/precise/main/binary-i386/ Packages/DiffIndex
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) dists/precise/restricted/binary-i386/ Packages/DiffIndex
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) dists/precise/main/binary-i386/ Translation-en_US
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) dists/precise/main/binary-i386/ Translation-en
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) dists/precise/restricted/binary-i386/ Translation-en_US
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) dists/precise/restricted/binary-i386/ Translation-en
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) precise/main TranslationIndex
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) precise/restricted TranslationIndex
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) precise/main Translation-en_US
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) precise/main Translation-en
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) precise/restricted Translation-en_US
    Ign cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421) precise/restricted Translation-en
    Ign http://security.ubuntu.com precise-security InRelease                      
    Ign http://archive.ubuntu.com precise InRelease                      
    Ign http://archive.ubuntu.com precise-updates InRelease
    Ign http://ppa.launchpad.net precise InRelease 
    Get:1 http://security.ubuntu.com precise-security Release.gpg [198 B]
    Get:2 http://archive.ubuntu.com precise Release.gpg [198 B]                    
    Get:3 http://ppa.launchpad.net precise Release.gpg [316 B]                     
    Get:4 http://security.ubuntu.com precise-security Release [49.6 kB]            
    Get:5 http://archive.ubuntu.com precise-updates Release.gpg [198 B]          
    Get:6 http://ppa.launchpad.net precise Release [11.9 kB]                       
    Get:7 http://archive.ubuntu.com precise Release [49.6 kB]                      
    Get:8 http://ppa.launchpad.net precise/main Sources [1,104 B]                  
    Get:9 http://ppa.launchpad.net precise/main amd64 Packages [2,013 B]           
    Get:10 http://security.ubuntu.com precise-security/main amd64 Packages [14 B]  
    Get:11 http://ppa.launchpad.net precise/main i386 Packages [2,013 B]           
    Ign http://ppa.launchpad.net precise/main TranslationIndex                     
    Get:12 http://security.ubuntu.com precise-security/restricted amd64 Packages [14 B]
    Get:13 http://security.ubuntu.com precise-security/main i386 Packages [14 B]   
    Get:14 http://security.ubuntu.com precise-security/restricted i386 Packages [14 B]
    Get:15 http://security.ubuntu.com precise-security/main TranslationIndex [70 B]
    Get:16 http://security.ubuntu.com precise-security/restricted TranslationIndex [70 B]
    Get:17 http://archive.ubuntu.com precise-updates Release [49.6 kB]             
    Hit http://security.ubuntu.com precise-security/main Translation-en            
    Hit http://security.ubuntu.com precise-security/restricted Translation-en      
    Get:18 http://archive.ubuntu.com precise/main amd64 Packages [1,273 kB]        
    Ign http://ppa.launchpad.net precise/main Translation-en_US                    
    Ign http://ppa.launchpad.net precise/main Translation-en                       
    Get:19 http://archive.ubuntu.com precise/restricted amd64 Packages [8,452 B]   
    Get:20 http://archive.ubuntu.com precise/main i386 Packages [1,274 kB]         
    Get:21 http://archive.ubuntu.com precise/restricted i386 Packages [8,431 B]    
    Get:22 http://archive.ubuntu.com precise/main TranslationIndex [3,706 B]
    Get:23 http://archive.ubuntu.com precise/restricted TranslationIndex [2,596 B]
    Get:24 http://archive.ubuntu.com precise-updates/main amd64 Packages [768 B]
    Get:25 http://archive.ubuntu.com precise-updates/restricted amd64 Packages [14 B]
    Get:26 http://archive.ubuntu.com precise-updates/main i386 Packages [768 B]
    Get:27 http://archive.ubuntu.com precise-updates/restricted i386 Packages [14 B]
    Get:28 http://archive.ubuntu.com precise-updates/main TranslationIndex [71 B]
    Get:29 http://archive.ubuntu.com precise-updates/restricted TranslationIndex [70 B]
    Get:30 http://archive.ubuntu.com precise/main Translation-en [726 kB]          
    Hit http://archive.ubuntu.com precise/restricted Translation-en                
    Get:31 http://archive.ubuntu.com precise-updates/main Translation-en [538 B]   
    Hit http://archive.ubuntu.com precise-updates/restricted Translation-en        
    Fetched 3,464 kB in 2min 6s (27.4 kB/s)                                        
    Reading package lists... Done
    W
    Duplicate sources.list entry cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421)/ precise/main i386 Packages (/var/lib/apt/lists/Ubuntu%2012.04%20LTS%20%5fPrecise%20Pangolin%5f%20-%20Beta%20amd64%20(20120421)_dists_precise_main_binary-i386_Packages)
    WDuplicate sources.list entry cdrom://Ubuntu 12.04 LTS _Precise Pangolin_ - Beta amd64 (20120421)/ precise/restricted i386 Packages (/var/lib/apt/lists/Ubuntu%2012.04%20LTS%20%5fPrecise%20Pangolin%5f%20-%20Beta%20amd64%20(20120421)_dists_precise_restricted_binary-i386_Packages)
    WYou may want to run apt-get update to correct these problems
    Reading package lists
    ... Done
    Building dependency tree       
    Reading state information
    ... Done
    The following extra packages will be installed
    :
      
    boot-sav gawk glade2script libsigsegv2
    Suggested packages
    :
      
    lvm2 mdadm clean-ubiquity os-uninstaller
    Recommended packages
    :
      
    ntfsprogs pastebinit mbr
    The following 
    NEW packages will be installed:
      
    boot-repair boot-sav gawk glade2script libsigsegv2
    0 upgraded
    5 newly installed0 to remove and 1 not upgraded.
    Need to get 820 kB of archives.
    After this operation3,460 kB of additional disk space will be used.
    Get:1 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/ precise/main boot-sav all 3.18-0ppa4~precise [231 kB]
    Get:2 http://archive.ubuntu.com/ubuntu/ precise/main libsigsegv2 amd64 2.9-4ubuntu2 [14.6 kB]
    Get:3 http://archive.ubuntu.com/ubuntu/ precise/main gawk amd64 1:3.1.8+dfsg-0.1ubuntu1 [465 kB]
    Get:4 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/ precise/main glade2script all 0.3.2.1-0ppa7~precise [40.5 kB]
    Get:5 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/ precise/main boot-repair all 3.18-0ppa3~precise [69.3 kB]
    Fetched 820 kB in 25s (32.8 kB/s)                                              
    Selecting previously unselected package libsigsegv2.
    (
    Reading database ... 147516 files and directories currently installed.)
    Unpacking libsigsegv2 (from .../libsigsegv2_2.9-4ubuntu2_amd64.deb) ...
    Setting up libsigsegv2 (2.9-4ubuntu2) ...
    Processing triggers for libc-bin ...
    ldconfig deferred processing now taking place
    Selecting previously unselected package gawk
    .
    (
    Reading database ... 147524 files and directories currently installed.)
    Unpacking gawk (from .../gawk_1%3a3.1.8+dfsg-0.1ubuntu1_amd64.deb) ...
    Selecting previously unselected package boot-sav.
    Unpacking boot-sav (from .../boot-sav_3.18-0ppa4~precise_all.deb) ...
    Selecting previously unselected package glade2script.
    Unpacking glade2script (from .../glade2script_0.3.2.1-0ppa7~precise_all.deb) ...
    Selecting previously unselected package boot-repair.
    Unpacking boot-repair (from .../boot-repair_3.18-0ppa3~precise_all.deb) ...
    Processing triggers for man-db ...
    Processing triggers for hicolor-icon-theme ...
    Processing triggers for desktop-file-utils ...
    Processing triggers for bamfdaemon ...
    Rebuilding /usr/share/applications/bamf.index...
    Processing triggers for gnome-menus ...
    Setting up gawk (1:3.1.8+dfsg-0.1ubuntu1) ...
    Setting up boot-sav (3.18-0ppa4~precise) ...
    Setting up glade2script (0.3.2.1-0ppa7~precise) ...
    Setting up boot-repair (3.18-0ppa3~precise) ...
    Traceback (most recent call last):
      
    File "/usr/bin/glade2script"line 2339in set_widget
        exec
    arg )
      
    File "<string>"line 1in <module>
      
    File "/usr/lib/python2.7/dist-packages/gi/types.py"line 43in function
        return 
    info.invoke(*args, **kwargs)
    gi._glib.GErrorFailed to open file 'boot-repair.png'No such file or directory
    Error in sys
    .excepthook:
    Traceback (most recent call last):
      
    File "/usr/lib/python2.7/dist-packages/apport_python_hook.py"line 68in apport_excepthook
        binary 
    os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
    OSError: [Errno 2No such file or directory

    Original exception was
    :
    Traceback (most recent call last):
      
    File "/usr/bin/glade2script"line 2339in set_widget
        exec
    arg )
      
    File "<string>"line 1in <module>
      
    File "/usr/lib/python2.7/dist-packages/gi/types.py"line 43in function
        return 
    info.invoke(*args, **kwargs)
    gi._glib.GErrorFailed to open file 'boot-repair.png'No such file or directory
    Traceback 
    (most recent call last):
      
    File "/usr/bin/glade2script"line 2339in set_widget
        exec
    arg )
      
    File "<string>"line 1in <module>
      
    File "/usr/lib/python2.7/dist-packages/gi/types.py"line 43in function
        return 
    info.invoke(*args, **kwargs)
    gi._glib.GErrorFailed to open file 'boot-repair.png'No such file or directory
    Error in sys
    .excepthook:
    Traceback (most recent call last):
      
    File "/usr/lib/python2.7/dist-packages/apport_python_hook.py"line 68in apport_excepthook
        binary 
    os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
    OSError: [Errno 2No such file or directory

    Original exception was
    :
    Traceback (most recent call last):
      
    File "/usr/bin/glade2script"line 2339in set_widget
        exec
    arg )
      
    File "<string>"line 1in <module>
      
    File "/usr/lib/python2.7/dist-packages/gi/types.py"line 43in function
        return 
    info.invoke(*args, **kwargs)
    gi._glib.GErrorFailed to open file 'boot-repair.png'No such file or directory

    (glade2script:4643): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.5CBCDW': No such file or directory

    (glade2script:4643): Gtk-WARNING **: Attempting to set the permissions of 
    `/root/.local/share/recently-used.xbel', but failed: No such file or directory
    ubuntu@ubuntu:~$ 
    Regards
    Bill

  8. #328
    Join Date
    Sep 2011
    Beans
    1

    Re: [Boot-Repair] Graphical tool to repair the PC boot in 1 click!

    Thanks, this post saved my bacon. I am a complete newbie. I installed 11.04 and all was good. When 11.10 came along I installed it and everything went bad. Today I installed 12.04 and experienced the no device grub error. I followed your help and I now have a bootable pc again! Thank you!!!!

  9. #329
    Join Date
    Jul 2008
    Location
    Guadalajara, Mexico
    Beans
    52
    Distro
    Ubuntu

    Question Re: [Boot-Repair] Graphical tool to repair the PC boot in 1 click!

    Hello All,

    I did everything and it says that the boot was successfully repaider and I have this http://paste.ubuntu.com/959191/

    Is this Ok?
    Thanks in advance.

    ========== ADDING MORE INFO...

    I did this 10 mins ago or so... now Im getting and error that says that -MBR is not present press Ctrl+Alt+Supr to restart -

    Seems that is not working for me, now I could not boot between Win7x64 and Ubuntu 12.04 x64

    PLEASE HELP..... could you please check this http://paste.ubuntu.com/959191/ Im not sure what's wrong...


    ========== ADDING MORE INFO...
    This has been fixed,.. I made a mistake with this tool the first time, now is working perfect.


    Thanks in advance,
    Last edited by ricardo072; May 1st, 2012 at 03:43 PM. Reason: Adding more information...

  10. #330
    Join Date
    Jan 2008
    Location
    France
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Arrow Re: [Boot-Repair] Graphical tool to repair the PC boot in 1 click!

    @corrytonapple & ourgangmn & ricardo072 : thanks for your feedback

    @habana: sorry for the late reply, i just come back from holidays. Yes, the program can be used without internet, but it's generally better to update it before using it. (i don't update the ISOs as often as the PPA). I will study the error you got. Meanwhile, please try to follow my previous instructions :
    - via a 11.10 CD
    - and/or via a Boot-Repair-Disk CD without updating the program.

Page 33 of 235 FirstFirst ... 2331323334354383133 ... LastLast

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
  •