Skip to content

nutthawit/funtoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

funtoo

Create VM on VirtualBox

1. First step is create virtual machine on VirtualBox with specs.

CPU: '8 core'
RAM: '10 GiB'
HDD: '50 GiB (Dynamically allocated)'
NIC: 'Bridged Adapter'
Enable_EFI_special-OSes-only: True
VideoMemory: '128 MB'
Graphics_Controller: 'VMSVGA'
Enable_3D_Acceleration: True
.
.
.
The rest is left as default.

2. Second download Funtoo images and used it's as a boot CD.

3. Now following the instruction from Funtoo Installation Guide.

Used follow pattern for partitions design.

/dev/sda1: 
    type: fat32 
    size: 500
    size_unit: MiB
/dev/sda2: 
    type: swap 
    size: 7.5 
    size_unit: GiB
/dev/sda3: 
    type: ext4 
    size: 'used the rest of disk.'

For profiles config.

arch: x86-64bit
build: current
subarch: intel64-skylake
flovor: workstation
mix-ins: (non set)

For VGA support.

echo "VIDEO_CARD="virtualbox" >> /etc/make.conf

About

For funtoo learn and development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published