Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 26397  / 1 Year ago, sat, february 11, 2023, 3:35:28

The main issue of the problem is that i can't load Ubuntu 12.10 desktop - i386 after install near win7basic (windows 7 was preinstalled on my laptop). I've tried manual reconfiguring of file system, have tried automatic one. also tried to install ubuntu 12.04 - destop - amd64. None of errors were noticed during the installation process. But after install windows 7 starts automatically. seems to me that nothing changed within winloader. I know that not so much info i put in here, but i'll answer any questions.


More From » 12.10

 Answers
6

Your problem is that you're attempting to mix BIOS-style and EFI-style booting. Windows 7 is installed in EFI mode, as indicated by the use of a GUID Partition Table (GPT) with an EFI System Partition (ESP) as /dev/sda1 that contains Windows EFI boot files such as EFI/Microsoft/Boot/bootmgfw.efi. Your Ubuntu installation is in BIOS mode, though, as indicated by the presence of GRUB code in the MBR, the presence of a BIOS Boot Partition (/dev/sda5), the lack of any Ubuntu EFI boot loaders in the ESP, and the fact that you attempted to install the i386 version.



The cleanest solution is to wipe your current Ubuntu installation, download an AMD64 version, and install it in EFI mode. Unfortunately, the Ubuntu installer doesn't make it clear that you're running in EFI mode vs. BIOS mode. To make that determination, you should open a shell and look for the directory /sys/firmware/efi. If it's present, you've booted in EFI mode; if it's absent, you've probably booted in BIOS mode. If you boot an AMD64 installer and find that this directory is absent, try again, but use whatever tool your computer offers to select the boot device, and be sure to select the one for your CD or USB flash drive that includes "EFI" or "UEFI" as part of its description.



Another solution is to install my rEFInd boot manager in Windows. Edit the refind.conf file so that the scanfor line is uncommented and includes the hdbios item. rEFInd should then give you boot options for Windows and for a generic BIOS option. The latter should launch GRUB, which in turn will take you to Linux. Using two boot managers complicates the startup process, so it's better to install a 64-bit version of Ubuntu unless you've got a compelling reason to use a 32-bit version. (Such compelling reasons to go 32-bit are rare these days.)



Yet another solution is to use your computer's own boot manager, which you typically access by pressing F2, F8, or some other function key during startup. You should have options to boot Windows in EFI mode or to boot from your hard disk in BIOS/legacy mode. (The exact names used vary from one installation to another.) This is likely to be the most awkward solution in the long run, but you might consider it acceptable, especially if your firmware has a better-than-average boot manager.


[#33507] Sunday, February 12, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ightrushi

Total Points: 129
Total Questions: 125
Total Answers: 127

Location: French Southern and Antarctic Lands
Member since Fri, Jan 6, 2023
1 Year ago
;