-
Fototrend
Mielőtt kommentelsz, olvasd el az Összefoglalót!
(Frissítve: 2020.05.31.)
Új hozzászólás Aktív témák
-
krealon
veterán
válasz
tordaitibi
#158262
üzenetére
Letesztelni nem tudom, de elég pontosnak tűnik ez a leírás
(Az első 3 pont biztosan jó)https://www.google.com/search?q=bcdedit+add+ubuntu+to+windows+10
To add Ubuntu to the Windows 10 bootloader using
bcdedit, you'll need to first copy the existing Windows boot entry, then modify the copy to point to the Ubuntu bootloader file. After that, you'll need to add the new entry to the boot menu and set the display order.
Here's a step-by-step guide:1. Open Command Prompt as Administrator: Right-click on the Start button and select "Command Prompt (Admin)".
2. List existing BCD entries: Use the command
bcdedit /enum firmware
to see all entries related to UEFI. This will list all entries, including the Windows Boot Manager (usually labeled{bootmgr}).3. Copy the Windows Boot Manager entry: Use the command
bcdedit /copy {bootmgr} /d "Ubuntu"
. This will create a new entry with the specified description. Replace{bootmgr}with the actual identifier of your Windows Boot Manager, if it's different.4. Set the path to Ubuntu's bootloader: Use the command
bcdedit /set {new_guid} path "\\EFI\\ubuntu\\shimx64.efi"
. Replace{new_guid}with the unique identifier generated in step 3. Ensure the path is correct. If using a different bootloader (likegrubx64.efi), adjust the path accordingly.5. Add the new entry to the display order: Use the command
bcdedit /displayorder {new_guid} /addlast
. This adds the new entry to the end of the boot menu.6. Set the boot menu to be displayed: Use the command
bcdedit /set {bootmgr} displaybootmenu Yes
. This ensures the boot menu is displayed on startup.Important Notes: Make sure you have a bootable USB drive or DVD of Ubuntu installed, and that you can boot into it. If you encounter issues, try disabling Secure Boot in your BIOS settings. You may need to consult your specific Ubuntu version documentation for the correct bootloader file path. If you want to boot into Ubuntu directly, you may need to adjust the boot order in your BIOS.
By following these steps, you can add Ubuntu to your Windows 10 bootloader using
bcdeditand create a dual-boot environment.AI responses may include mistakes.
-
Krystal_s
addikt
válasz
tordaitibi
#158262
üzenetére
Ezzel, ahogy te hozzáadtad az Ubuntu-t a Windows bootmenühöz ez átirányítja a Windows Boot Managert közvetlenül a GRUB-ra, ezért nem jelenik meg a grafikus bootmenü, mert ez nem két OS opcióként kezeli az Ubuntut. (most nincs több rendszerem egy gépen, de ez a leírásom van hozzá)
Dual boothoz és grafikus menühöz:
Adminként indítsd a cmd-t, írd be ezt:
bcdedit /create /d "Ubuntu" /application bootmgr
Ez kiad egy GUID-ot ({xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx})
utána ezeket add hozzá:bcdedit /set {guid} device partition=\Device\HarddiskVolumeX
bcdedit /set {guid} path \EFI\ubuntu\grubx64.efi
bcdedit /set {guid} description "Ubuntu"
bcdedit /displayorder {guid} /addlast
bcdedit /timeout 10
bcdedit /set {bootmgr} displaybootmenu yes(A guid-ot cseréld ki a tidére, a HarddiskVolumeX értéke pl HarddiskVolume2, általában egy 100–300 MB-os FAT32 partíció. cmd:
diskpart
list volume
exit)
Új hozzászólás Aktív témák
• OFF topik
• TILOS a warez!
• Windows 10 frissítési kisokos
- AMD K6-III, és minden ami RETRO - Oldschool tuning
- Apple asztali gépek
- Memóriazabáló problémát okozhat a Windows 11 egyik frissítése
- Xiaomi 14 Ultra - Leica hercegnő
- Fortnite - Battle Royale & Save the World (PC, XO, PS4, Switch, Mobil)
- Elektromos rásegítésű kerékpárok
- Óra topik
- Xiaomi 15 - kicsi telefon nagy energiával
- Beárazták a Nubia Z80 Ultra európai verzióját
- Okos Otthon / Smart Home
- További aktív témák...
- GYÖNYÖRŰ iPhone 12 Pro 128GB Graphite - 1 ÉV GARANCIA - Kártyafüggetlen, MS3258,100% Akkumulátor
- Apple iPhone 15 Pro Max 256GB, Kártyafüggetlen, 1 Év Garanciával
- 142 - Lenovo LOQ (15IAX9) - Intel Core i5 i5-12450HX, RTX 4060 (ELKELT)
- Önerő nélkül is elvihető! RÉSZLETRE .OPCIONÁLIS. Gamer szék noblechairs HERO Valódi Bőr Fekete
- HIBÁTLAN iPhone 15 Pro 128GB Blue Tianium -1 ÉV GARANCIA - Kártyafüggetlen, MS3909, 100% Akkumulátor
Állásajánlatok
Cég: Laptopműhely Bt.
Város: Budapest
Cég: PCMENTOR SZERVIZ KFT.
Város: Budapest

