
Done.The Doctor wrote: It really is painless.
1) Use windows to make free space (do NOT use the system rescue CD!) Windows takes care of its bits.
What do you mean by saying "Windows will fix it for you"? Fix what? And how?The Doctor wrote: 1a) Install rEFInd FROM WINDOWS. Otherwise windows will fix it for you.
OK, install everything, but the grub.The Doctor wrote: 2) Install Gentoo on the free space. Do not install a boot loader
How do I do that? Is it written in the HB?The Doctor wrote: 3) Make sure to include your command line in the kernel. (rEFInd can pass the parameters, but, um, I don't know how)
Do I have access to the Windows boot partition? How do I modify it?The Doctor wrote: 4) it will just work
Alternative:
Do not use rEFInd. Use the built in firmware. In that case put the kernel in the Windows boot partition. Edit the environment variables to include an entry for it.

Code: Select all
2018-09-05 09:54:16, Info IBS Callback_BootEnvironmentDetect: Detected boot environment: BIOS
2018-09-05 09:54:16, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;



Easily. Windows includes a resize tool. Although you defiantly want to use a tutorial. Fragmentation and #windowsFeatures make the process less than intuitive.cwr wrote:Windows partition to make space for Gentoo (can
this be done from Windows?).
Below is the output of the diskpart:Cuong Nguyen wrote: Once your laptop is Legacy (Non-UEFI) BIOS and your HDD has been parted as MBR, which is can contain maximum of 4 primary partitions that can boot directly from BIOS bootloader by INT13h in my good old days. One of primary partition can be defined as extended that can contain more logical partition.
How good is 4 Primary partitions? Good enough for single OS installation. 4 primary partitions can contain:
One Primary for System OS (Windows C: drive)
One partition for factory recovery
One partition for Windows Recovery
One partition for extended logical drivers D:, E: F:
So I prefer having the disk use GPT can contain more than 4 primary and all primary are equal (in terms of boot loading). I can't remember, can we use Legacy BIOS + GPT?
My recommendations for you, use diskpart in Windows or gdisk, fdisk in Linux to investigate how your HDD is organized first.
If your Laptop OK with booting windows, use diskmgmt.msc in windows to resize your Hard Disk and allocate a partition for your linux installation. Install GRUB with os-prober and use GRUB boot manager as primary boot loader, it can load both Windows and Linux.
Code: Select all
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> detail disk
WDC WD10JPVX-00JC3T0 ATA Device
Disk ID: DE7C2CB9
Type : SATA
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(1100)#ATA(C00T00L00)
Current Read-only State : No
Read-only : No
Boot Disk : Yes
Pagefile Disk : Yes
Hibernation File Disk : No
Crashdump Disk : Yes
Clustered Disk : No
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 1 System Rese NTFS Partition 100 MB Healthy System
Volume 2 C NTFS Partition 482 GB Healthy Boot
DISKPART>


I always do clean install Windows on clean HDD (no partitioned) first, as Windows always tends to manage boot process and partitions on its own. Windows clean needs at least 2 primary (boot-able), 1 for recovery WPE and 1 for C: system drive. Your HDD has been partitioned with 100MB of Windows Recovery Boot Loader, whilst main recovery WPE is located in C: drivers under folder C:\Windows. In my case with UEFI laptop, GPT HDD, I usually do manual partitioning before install as follows:ONEEYEMAN wrote:Hi, guys,
Thank you for the replies and apologies for so many questions.
Most of the time I install Gentoo first and then on top put Windows, but now I have to do a vice-versa.
Code: Select all
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 931 GB 448 GB
Disk 1 No Media 0 B 0 B


Yes, that's what I'm trying to install.Anon-E-moose wrote: I've had both windows and linux installed on the same disk, and I've kept the partitions pretty much the same, and still use grub for booting (win and linux)
If I were running windows I'd have one partition for window, one for boot, one for root and one for swap (if I needed it, I would rather have a load of ram and no swap)
If you let windows create 2 partitions, then you have one for boot and would have to use an extended partition for the rest of linux and swap.
This is all with a regular old fashioned bios boot not efi.
Code: Select all
echo "America/Chicago" > /etc/timezoneOk, I will do just that.Tony0945 wrote: For openrc per the HandbookCode: Select all
echo "America/Chicago" > /etc/timezone