In my first entry in this blog, when I set up the hard disk partitions it was ready to install Windows. However, since then I had not returned to deal with this issue and now is the time to take it up.
Since Windows 8, the Windows installer is able to install Windows on GPT partitioned disks, as long as the computer supports the UEFI mode.
In this post I intend to show a method to work around this limitation of Windows installer. I'll install Windows 10 on a computer with a traditional BIOS and the hard disk partitions with GPT style.
As sysadmin I know that the key to success in my profession, or failure, is in the care of the "little things" that are often overlooked and usually occur at the worst time; because Devil is in Details.
Showing posts with label GPT. Show all posts
Showing posts with label GPT. Show all posts
May 29, 2016
Jul 13, 2013
Install FreeBSD 9 with root on ZFS optimized for 4K sectors and support for beadm
In the last 6 years I have worked with Solaris 10 SPARC systems - M3000 , M4000 , V1280 - where I used ZFS as filesystem.
For a while I looked for solutions on x64 architecture servers similar in performance and features of these systems.
Of course the obvious answer is to opt for environments under Solaris 11 for x64; technologically is a good solution -not perfect- but given the apparent corporate culture change that has occurred after the acquisition of Sun by Oracle, never hurts to evaluate alternatives
Btrfs in Linux seems an option to keep in mind, however it suffers , in my opinion of a certain technological immaturity that makes not advisable its use, at the moment, for deployment in production environments.
The solution presented in this post is today, I think of the most interesting, because combines an open source OS, with an undeniable technological maturity and probably the best filesystem today; ZFS.
Jul 7, 2013
ISO Boot from GRUB2: testing and installation of Ubuntu Studio 13
One feature that I find most interesting in GRUB2 is its ability to boot OSs from ISO images.
Traditionally, working with Live ISOs or installing OS was based on the technology of CD-ROM/DVD-ROM, long before the proliferation of CD-ROM technology, we installed the operating Systems with tapes or floppy disk - back in prehistory-.
This way of working involves making some of the following steps:
- Request and receive the installation media from the software distributor -As we did in the 90s way before the Internet became widespread-.
- Download the ISO and fry a CD; the problem with this method is that you end up with a bunch of CD often only used 1 time.
- Download the ISO and copy it on a pendrive.
Each of these methods represents a considerable improvement in the time it takes to complete the task, compared to the previous -If someone have installed a SCO Unix system using floppy disks, he knows what i'm talking about-.
Nowadays we usually work with method 3, and sometimes with method 2, if something is wrong.
I will show how the ability of GRUB2 to boot ISO images allows me to test and install Ubuntu Studio 13 on my laptop, more efficient than the above methods.
Install multiple Operating Systems on the same GPT disk: cautions
I decided to include this post to highlight the importance of taking minimum precautions before making any changes in GPT Partition Table of a System Disk, it is an additional task of 5 minutes length, that can save countless hours of work and not a few dislikes.
Jul 6, 2013
Install GRUB2 on GPT disk with dedicated partition
When you plan to setting up an x86 computer from scratch, should be considered the following issues:
- Whats the computer role?
- it support UEFI BIOS?
- Will be dedicated to a single operating system, or is intended to host multiple OSs?
- Which bootloader is intended to install?.
- How to allocate disk space?.
In my last laptop for testing, I configured a GPT partitioned disk with homogeneous partitions sizes and then have installed GRUB2 as independent bootloader. This configuration allows me great flexibility in allocating storage space and isolates the different S.Os installed.
The choice of GRUB2 is almost obvious, is the default bootloader for a lot of Linux distributions. It reads most file systems, it can boot directly almost all OSs, or chainloading with another bootloader to boot the OS -the last is my preferred option-.
Next, we will review the implementation process I have done.
Subscribe to:
Posts (Atom)