Автор Тема: Error GRUB with dual boot windows in SL 10.2  (Прочитано 1493 раз)

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री

Оффлайн Δημητριος

  • Давно тут
  • **
  • Сообщений: 309
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #31 : 07.12.2023 23:55:37 »
« Последнее редактирование: 07.12.2023 23:57:18 от Δημητριος »

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #32 : 08.12.2023 00:06:39 »
Цитировать
Changing open drivers to proprietary ones
Note: Before installing proprietary drivers, you can make a restore point, just in case
Attention! You should not run the proprietary NVIDIA driver installer from the .run file!
If you have previously switched to free drivers, make sure that you do not have the nouveau driver registered anywhere in /etc/X11/xorg.conf.d.
$ grep -r "nouveau" /etc/X11/xorg.conf.d
Make sure that the /etc/X11/xorg.conf file is missing
To upgrade from nouveau to nvidia, it is recommended to update the kernel first
$ su -
# update-kernel
Restart your computer with a new kernel
After restarting, run the command:
$ uname -r
Make sure it's a fresh kernel. See the version in the column on the left for the corresponding branch
kernel-image-std-def
kernel-image-un-def
After that, run the commands:
$ su -
# rpm -e $(rpm -qf `modinfo -F filename nouveau`)
# apt-get install nvidia_glx_common
# nvidia-install-driver
# make-initrd
After that, you should reboot. Xorg will try to download the best driver itself. The log of the last xorg launch is located in /var/log/Xorg.0.log.
If everything is broken, we roll it back.
https://www.altlinux.org/Nvidia
 :-)

Оффлайн Δημητριος

  • Давно тут
  • **
  • Сообщений: 309
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #33 : 08.12.2023 00:14:58 »
Цитировать
Changing open drivers to proprietary ones
Note: Before installing proprietary drivers, you can make a restore point, just in case
Attention! You should not run the proprietary NVIDIA driver installer from the .run file!
If you have previously switched to free drivers, make sure that you do not have the nouveau driver registered anywhere in /etc/X11/xorg.conf.d.
$ grep -r "nouveau" /etc/X11/xorg.conf.d
Make sure that the /etc/X11/xorg.conf file is missing
To upgrade from nouveau to nvidia, it is recommended to update the kernel first
$ su -
# update-kernel
Restart your computer with a new kernel
After restarting, run the command:
$ uname -r
Make sure it's a fresh kernel. See the version in the column on the left for the corresponding branch
kernel-image-std-def
kernel-image-un-def
After that, run the commands:
$ su -
# rpm -e $(rpm -qf `modinfo -F filename nouveau`)
# apt-get install nvidia_glx_common
# nvidia-install-driver
# make-initrd
After that, you should reboot. Xorg will try to download the best driver itself. The log of the last xorg launch is located in /var/log/Xorg.0.log.
If everything is broken, we roll it back.
https://www.altlinux.org/Nvidia
 :-)

look first this  is from Altl workstation 10
lsmod | grep nouve

nouveau              2363392  1
mxm_wmi                16384  1 nouveau
hwmon                  32768  2 coretemp,nouveau
wmi                    32768  4 toshiba_acpi,wmi_bmof,mxm_wmi,nouveau
button                 20480  1 nouveau
ttm                   106496  3 drm_vram_helper,drm_ttm_helper,nouveau
i2c_algo_bit           16384  2 i915,nouveau
drm_kms_helper        282624  4 drm_vram_helper,vboxvideo,i915,nouveau
drm                   679936  10 drm_kms_helper,drm_vram_helper,vboxvideo,drm_ttm_helper,i915,ttm,nouveau
video                  57344  3 toshiba_acpi,i915,nouveau
_____

lshw -c Display
  *-display                 
       description: 3D controller
       product: GK208M [GeForce GT 730M]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=nouveau latency=0
       resources: irq:38 memory:f0000000-f0ffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:4000(size=128)
  *-display
       description: VGA compatible controller
       product: 4th Gen Core Processor Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 06
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:31 memory:f1000000-f13fffff memory:e0000000-efffffff ioport:5000(size=64) memory:c0000-dffff

___

inxi -G
Graphics:
  Device-1: Intel 4th Gen Core Processor Integrated Graphics driver: i915
  v: kernel
  Device-2: NVIDIA GK208M [GeForce GT 730M] driver: nouveau v: kernel
  Device-3: Chicony TOSHIBA Web Camera - HD type: USB driver: uvcvideo
  Display: server: X.Org 1.20.14 driver: loaded: modesetting,nouveau
  unloaded: fbdev,vesa resolution: 1920x1080~60Hz
  OpenGL: renderer: Mesa Intel HD Graphics 4600 (HSW GT2) v: 4.6 Mesa 22.3.1

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #34 : 08.12.2023 00:22:30 »
look first this  is from Altl workstation 10
nouveau

Оффлайн Δημητριος

  • Давно тут
  • **
  • Сообщений: 309
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #35 : 08.12.2023 00:24:50 »
look first this  is from Altl workstation 10
nouveau
i think first display is nvidia right?  or I am wrong!!

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #36 : 08.12.2023 00:31:22 »
look first this  is from Altl workstation 10
nouveau
i think first display is nvidia right?  or I am wrong!!
NVIDIA is a video card vendor, however, in the case of Alt Workstation, the nouveau video driver is used by default, since it is not proprietary.

Оффлайн Δημητριος

  • Давно тут
  • **
  • Сообщений: 309
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #37 : 08.12.2023 00:33:33 »
NVIDIA is a video card vendor, however, in the case of Alt Workstation, the nouveau video driver is used by default, since it is not proprietary.
now i install again SL linux and i will see again...

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #38 : 08.12.2023 00:35:31 »
When you booted into Windows without the Linux distribution installed, on the contrary,  booted the proprietary NVIDIA video driver.

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #39 : 08.12.2023 00:55:13 »
Watch your video again. It shows that when Linux is launched, Windos 11 is not displayed in the boot menu. There is only Alt Workstation and Windows 7.
https://disk.yandex.com/i/mjtvjqbus-0bPg

Оффлайн Δημητριος

  • Давно тут
  • **
  • Сообщений: 309
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #40 : 08.12.2023 14:04:24 »
Watch your video again. It shows that when Linux is launched, Windos 11 is not displayed in the boot menu. There is only Alt Workstation and Windows 7.
https://disk.yandex.com/i/mjtvjqbus-0bPg

SLP10.2
I found a way to get into Windows bootmgr ....I go to the windows 7 option and click on grub "e" then ctrl X  and it shows me the windows bootmng...video here ...the issue is how can i modify the parameters to open it normally?
« Последнее редактирование: 08.12.2023 15:21:53 от Δημητριος »

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #41 : 08.12.2023 18:41:55 »
SLP10.2
I found a way to get into Windows bootmgr ....I go to the windows 7 option and click on grub "e" then ctrl X  and it shows me the windows bootmng...video here ...the issue is how can i modify the parameters to open it normally?
If both versions of Windows were on different disks, then Linux would have picked up the bootloaders of both systems (would have written them to Grub). Have you tried downloading using a hotkey (the top row of keys on the keyboard)?

Оффлайн Δημητριος

  • Давно тут
  • **
  • Сообщений: 309
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #42 : 08.12.2023 18:46:32 »
If both versions of Windows were on different disks, then Linux would have picked up the bootloaders of both systems (would have written them to Grub). Have you tried downloading using a hotkey (the top row of keys on the keyboard)?
How can this happen?

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #43 : 08.12.2023 18:47:12 »
By the way,
Цитировать
✅добавлены коммерческие драйвера для видеокарт Nvidia
commercial drivers for Nvidia graphics cards have been added
https://forum.altlinux.org/index.php?topic=48157.0

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Error GRUB with dual boot windows in SL 10.2
« Ответ #44 : 08.12.2023 18:54:34 »
How can this happen?
Step by step: install one version of Windows on the first hard drive. Installing the second version of Windows on the second hard drive. Then, without disconnecting both hard drives, we allocate space for Linux on one of them. We install Linux on this allocated space. At the installation stage of the Linux bootloader, it will register both versions of Windows and remember this.