Skip to content

emka.web.id

menulis pengetahuan – merekam peradaban

Menu
  • Home
  • Tutorial
  • Makalah
  • Ke-NU-an
  • Kabar
  • Search
Menu

Linux News Today: Here's How to Dual Boot ubuntuBSD with Microsoft Windows

Posted on May 3, 2016

If you’re planning on installing the ubuntuBSD operating system alongside another OS, such as the popular Microsoft Windows, we’re informing you today that there are some easy instructions out there.

As we reported last week, the ubuntuBSD maintainers have announced the general availability of the official ubuntuBSD forums, where users can get together and share their knowledge on various topics related to the upcoming computer operating system that tries to mix the familiarity of Ubuntu/Debian with a FreeBSD kernel.

And it looks like users are already populating the ubuntuBSD forums asking various questions or posting guides on how to achieve different tasks. One that caught our attention instructs users on how to configure the GRUB2 bootloader to dual boot ubuntuBSD with the Microsoft Windows operating system or any other OS for that matter.

“As you may know already, os-prober with grub2 currently not working, as result we have no auto detection in dual booting various operating systems with ubuntuBSD’s GRUB2 implementation. So we had to manually specify the grub2 configuration to boot for example.: Windows,” said the user on the respective forum topic.

How to dual boot ubuntuBSD with Windows

The steps are pretty basic. All you have to do is to open the /etc/grub.d/40_custom file as root or with sudo in a terminal window with the nano text editor (e.g. sudo nano /etc/grub.d/40_custom) and add the following lines to it. Please remember to tune the “hd(0,1)” variable to suite your needs, with the location of the other pre-installed OS.

code
menuentry "Windows"{
 set root=(hd0,1)
 chainloader +1
}

Once you’re done with the above configuration, make sure that you also change the default GRUB2 behavior by editing the /etc/default/grub file to look like the code below (e.g. sudo nano /etc/default/grub). After that, please remember to execute the command at the end of the article to regenerate the GRUB2 bootloader config. That’s it!

code
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT=10

grub-mkconfig -o /boot/grub/grub.cfg

How to setup #GRUB to dual boot #ubuntuBSD with #Windows https://t.co/LbRqdQA4E8 — ubuntuBSD (@ubuntuBSD) May 2, 2016

Via Softpedia

Terbaru

  • Cara Memperbaiki Error ScanPST.exe dan File PST di Microsoft Outlook
  • Cara Mengatasi Error DWMAPI.DLL is either not designed or not found
  • Cara Memperbaiki Error Equation/Rumus Jelek di Microsoft Word
  • Cara Mengatasi Adapter Jaringan VMware yang Hilang di Windows 11
  • Cara Reset Multi-Factor Authentication (MFA) di Microsoft Entra
  • Cara Mengatasi Masalah Konektivitas VM Hyper-V ke Host
  • Cara Memperbaiki Error 0x8000FFFF Catastrophic Failure Saat Ekstrak Zip
  • Cara Memperbaiki File Explorer Crash Saat Membuka Folder Besar di Windows 11/10
  • Cara Mengatasi Error Login 0x8007003B di Outlook, Microsoft, XBox dll
  • Cara Memulihkan Akun Admin Microsoft 365 Karena MFA Gagal
  • Cara Mengatasi Error “A Conexant audio device could not be found”
  • Cara Memperbaiki Windows Tidak Nyala Lagi Setelah Sleep/Locked
  • Cara Memperbaiki Komputer Crash karena Discord
  • Cara Memperbaiki Error Windows “Failed to update the system registry”
  • Cara Memperaiki LGPO/exe/g
  • Cara Memperbaiki Error Tidak bisa Add Calendar di Outlook
  • Cara Memperbaiki File Transfer Drop ke 0 di Windows 11
  • Cara Memperbaiki Microsoft Copilot Error di Outlook
  • Cara Memperbaiki Error Virtualbox NtCreateFile(\Device\VBoxDrvStub) failed, Not signed with the build certificate
  • Cara Memperbaiki Error “the system detected an address conflict for an IP address, with Event ID 4199”
  • Cara Memperbaiki Password Microsoft Edge yang Hilang
  • Cara Memperbaiki Email Outlook yang Hilang atau Tidak Muncul
  • Cara Menemukan Username dan Password di Windows 11
  • Cara Mengatasi Error Virtualbox not detecting Graphics Card di Windows 11
  • Cara Mengatasi Error Windows MFReadWrite.dll not found or missing
  • Cara Membuat Formulir Menggunakan Zoho Form
  • Pemerintah Ganti Ujian Kesetaraan Dengan TKA 2025
  • Ini Perbedaan TKA vs Ujian Nasional: TKA Lebih Sakti?
  • Daftar TKA Tutup 5 Oktober: Sudah 3.3 Juta Yang Daftar
  • Review Aplikasi ClipClaps: Penipuan atau Tidak?
  • Cara Memperbaiki Error ScanPST.exe dan File PST di Microsoft Outlook
  • Cara Mengatasi Error DWMAPI.DLL is either not designed or not found
  • Cara Memperbaiki Error Equation/Rumus Jelek di Microsoft Word

©2025 emka.web.id | Design: Newspaperly WordPress Theme