windows 10 e grub2

Forum di supporto per utenti di lingua italiana
Forum rules
Topics in this forum are automatically closed 6 months after creation.
Locked
tigerwalk
Level 1
Level 1
Posts: 6
Joined: Wed Jun 23, 2021 5:39 am

windows 10 e grub2

Post by tigerwalk »

Salve a tutti, ho installato mint Ulyssa su una partizione di un notebook Lenovo. Per evitare problemi, ho installato grub su una pennetta USB. Riesco così a far partire mint con la pennetta inserita e windows senza. Il grub sulla pennetta però, non mi fa partire windows. Posto sotto alcuni file che possono aiutare a capire qual è il problema.
Grazie a tutti

Code: Select all

tigerwalk@tigerwalk-Lenovo-ideapad-110-15ISK:~$ blkid 
/dev/sda1: LABEL="SYSTEM_DRV" UUID="4C57-C110" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="836e4f1b-1205-455d-8efa-339aa68ec166"
/dev/sda3: LABEL="Windows" UUID="54AE5989AE596510" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="d6b87247-5b32-435c-8e32-3bae708f3fdb"
/dev/sda4: UUID="eeca627b-47a0-4298-8174-3be5b8b4f85a" TYPE="ext4" PTTYPE="dos" PARTLABEL="Basic data partition" PARTUUID="6c84c919-4306-48dc-98c1-e018cb718177"
/dev/sda5: LABEL="WINRE_DRV" UUID="AEAE5761AE57215F" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="7b9850f4-d784-4555-800f-94af196463df"
/dev/sda6: LABEL="LENOVO_PART" UUID="901287041286EF12" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="a3c529a6-d163-463b-b2ec-8c0763d76fa5"
/dev/sda7: LABEL="LRS_ESP" UUID="8C04-4904" TYPE="vfat" PARTLABEL="Basic data partition" PARTUUID="8a657f63-f726-4399-9748-a50fbc2d37f5"
/dev/sdb1: LABEL_FATBOOT="LABEL" LABEL="LABEL" UUID="4929-4413" TYPE="vfat" PARTUUID="000551dc-01"

Code: Select all

savedefault
insmod part_gpt
insmod fat
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  4C57-C110 
else
  search --no-floppy --fs-uuid --set=root 4C57-C110
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi

Code: Select all

Disk /dev/sda: 465,78 GiB, 500107862016 bytes, 976773168 sectors
Disk model: WDC WD5000LPCX-2
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 25302A81-6930-42CD-AB17-300E0F9F22EA

Dispositivo     Start      Fine   Settori   Size Tipo
/dev/sda1        2048    534527    532480   260M EFI System
/dev/sda2      534528    567295     32768    16M Microsoft reserved
/dev/sda3      567296 895229951 894662656 426,6G Microsoft basic data
/dev/sda4   895229952 947658751  52428800    25G Microsoft basic data
/dev/sda5   947658752 949706751   2048000  1000M Windows recovery environment
/dev/sda6   949706752 974725119  25018368    12G Windows recovery environment
/dev/sda7   974725120 976773119   2048000  1000M Lenovo boot partition
windows è su sda3, mint su sda4
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
tigerwalk
Level 1
Level 1
Posts: 6
Joined: Wed Jun 23, 2021 5:39 am

Re: windows 10 e grub2

Post by tigerwalk »

Non voglio la soluzione, mi va benissimo se qualcuno con windows 10 in dual boot con mint, mi posta i file che ho postato io, per cercare di capire dov'è l'errore..... :D
tigerwalk
Level 1
Level 1
Posts: 6
Joined: Wed Jun 23, 2021 5:39 am

Re: windows 10 e grub2

Post by tigerwalk »

Certo che, sperare di trovare qualcuno che abbia la forza di postare qualche file di configurazione su questo forum, è un'utopia.
Che delusione che siete!
Locked

Return to “Italiano - Italian”