Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to add Windows partition to bootloader?

bootloader partition Windows
0
Posted

How to add Windows partition to bootloader?

0

Onebase Installer automatically detects Windows partition and adds it to the Onebase Bootloader. However if this fails then do this. For GRUB users: (Enter the following in /boot/grub/menu.lst file) # Windows title Windows chainloader (hd0,0)+1 Where (hd0,0) + 1 represents partition hda1. Similary increment the (hd0,0) second number based on your partition. Example (hd0,2) for hda3. For LILO users: (Enter the following in /etc/lilo.conf) #Windows other=/dev/hda1 label=Windows Where hda1 should be replaced by your Windows Partition.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123