Page 36 of 235 FirstFirst ... 2634353637384686136 ... LastLast
Results 351 to 360 of 2344

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

  1. #351
    Join Date
    Jan 2008
    Location
    France
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

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

    Quote Originally Posted by frncz View Post
    - It does not look like a EFI BIOS, maybe you should try to create a BIOS_boot partition.
    - Do you know what the "USB FDD" is ?

  2. #352
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

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

    It may be UEFI

    https://help.ubuntu.com/community/UE...g#UEFI%20Shell
    Some of the known x86_64 UEFI 2.x firmwares are Phoenix SecureCore Tiano, AMI Aptio, Insyde H2O.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #353
    Join Date
    Jun 2008
    Location
    Singapore
    Beans
    160

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

    in paste.ubuntu.com/976640
    I see

    =================== PARTITIONS & DISKS:
    sda1 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, no-grldr, no-b-bcd, nopakmgr, nogrubinstall, /mnt/boot-sav/sda1.
    sda2 : sda, not-sepboot, grubenv-ok grub2, grub-efi, update-grub, 64, with-boot, is-os, gpt-but-not-EFI, fstab-has-bad-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, no-grldr, no-b-bcd, apt-get, grub-install, /mnt/boot-sav/sda2.
    sda3 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, gpt-but-not-EFI, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, no-grldr, no-b-bcd, nopakmgr, nogrubinstall, /mnt/boot-sav/sda3.

    sda : GPT-BIS, GPT, no-BIOS_boot, has-correctEFI, 34 sectors * 512 bytes

    which suggests that sda is EFI. However, this may be a consequence of the partitioning rather than a reflection on the system. I did try boot-repair with the bios option, but it did not seem to help. I can't be sure that the partitioning was appropriate though.

    In response to Yannbuntu, USB FDD I guess is the option to boot from an external floppy disk drive, perhaps for DOS?

    Anyway, it is all a bit strange, and above my head.

  4. #354
    Join Date
    Jan 2008
    Location
    France
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

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

    @oldfred: thanks (first time i see such an "old-looking" EFI BIOS ). I am worried because i see no way to set up EFI mode, nor to select the grub64amd.efi file.

    @frncz: i updated the PPA. Please could you boot on a Ubuntu live-CD ("Try Ubuntu"), then connect internet, then open a terminal (Ctrl+Alt+T), then type the following commands (indicate if you see something strange):
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install -y boot-repair boot-sav
    Code:
    boot-repair
    then click the "Recommended repair", and indicate the new URL that will appear.

  5. #355
    Join Date
    Jun 2008
    Location
    Singapore
    Beans
    160

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

    Quote Originally Posted by YannBuntu View Post

    @frncz: i updated the PPA. Please could you boot on a Ubuntu live-CD ("Try Ubuntu"), then connect internet, then open a terminal (Ctrl+Alt+T), then type the following commands (indicate if you see something strange):
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install -y boot-repair boot-sav
    Code:
    boot-repair
    then click the "Recommended repair", and indicate the new URL that will appear.
    Prior to these commands I installed the ppa: sudo add-apt-repository ppa:yannubuntu/boot-repair.
    Then in boot-repair, I chose the boot/efi option
    and finally ran boot-repair.
    It took a long time on dpkg-configure -a sda2. It seems to be stuck there. I waited 30 minutes, then cancelled. I will try again.
    Cheers

  6. #356
    Join Date
    Jun 2008
    Location
    Singapore
    Beans
    160

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

    Ignoring the option boot/efi option, boot-repair ran until I got the message:
    Please close all your package managers (Software Center, Update Manager, Synaptic, ...). Then try again.

    Try again with 'boot-repair', or reboot? Message not clear.
    I'll try boot-repair again after hutting down Firefox etc.

    Well, I'm in a loop. After a few minute I get the same message again (Please close all your package managers (Software Center, Update Manager, Synaptic, ...). Then try again.)
    It seems to be independent of the ticks in the boot-repair options.
    Last edited by frncz; May 10th, 2012 at 09:32 AM.

  7. #357
    Join Date
    Jun 2008
    Location
    Singapore
    Beans
    160

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

    I rebooted and tried again. Boot-repair definitely gets stuck at:
    dpkg-configure -a sda2. I waited more than 1 hour.
    Cheers

  8. #358
    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!

    There may be a dpkg problem blocking the process.
    From a live-cd, please connect internet, then type in a terminal:

    Code:
    sudo mount /dev/sda2 /mnt
    sudo mount /dev/sda1 /mnt/boot/efi
    for w in dev dev/pts proc sys; do sudo mount -B /$w /mnt/$w ; done
    sudo cp /etc/resolv.conf /mnt/etc/resolv.conf
    sudo chroot /mnt
    Immediately, in the #chroot invite, type:
    Code:
    apt-get update
    dpkg --configure -a
    apt-get install -f
    grub-setup
    grub-install
    update-grub
    Please indicate their outputs, and if any window appears.

    Then wait for all packages to be green here, run Boot-Repair, update it, and indicate the new URL that will appear.
    Last edited by YannBuntu; May 10th, 2012 at 01:38 PM.

  9. #359
    Join Date
    Jun 2008
    Location
    Singapore
    Beans
    160

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

    [QUOTE=YannBuntu;11922947]T
    Code:
    for w in dev dev/pts proc sys; do sudo mount -B /mnt/$w" ; done
    Is this line correct? is single " OK?
    the commands ends with the > prompt instead of $?

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

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

    you're right, sorry. I fixed my last message.

    Prompts must end by #. When then end by >, that generally means that the last command was incorrect, you need to cancel by Ctrl+C or Ctrl+Z.

    Please reboot, then retry.
    Last edited by YannBuntu; May 10th, 2012 at 01:22 PM.

Page 36 of 235 FirstFirst ... 2634353637384686136 ... 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
  •