Changes

Jump to navigation Jump to search
1,141 bytes added ,  15:48, 17 February 2016
I guessed that, because the 1 MB RAID device was made first, that the kernel tried to install itself to that device and failed. So I went back to the partitioner and set the first RAID device to "do not use" and then tried the installation process again. It prompted me a couple of times warning me that the old filesystem would be overwritten, but I continued the installation regardless. But then the GRUB boot loader failed, even if we tried not installing it to the master boot record (MBR) and installing it to "dev/md0" or installing it to "dev/md0_raid1"
'''Day 2:'''
The first RAID device (/dev/md0) we set to use as an ext4 filesystem and mounted /boot to it, and the second RAID device (/dev/md127) we set to use as an ext4 filesystem and mounted / to it (we tried this before, but it failed to install the kernel). This time, it failed to install the bootloader, but it never prompted me to choose where to install the bootloader (usually it asks whether you'd like to install the bootloader to the master boot record).
 
Second partitioning attempt:
 
First hard disk (/dev/sda):
* 10 MB partition, use as reserved BIOS boot area, bootable flag off
* 64 GB partition, use as swap space
* rest of the space partition, use as ext4 filesystem, mount point /, bootable flag off
 
Second hard disk (/dev/sdb):
* 10 MB partition, use as reserved BIOS boot area, bootable flag
* rest of the space partition, use as ext4 filesystem, mount point /, bootable flag off
 
Write partition changes to disk and then start configuring software RAID:
 
* First RAID device (/dev/md0): RAID1, 2 active devices (/dev/sda3 and /dev/sdb2), 0 spare devices
 
* Second RAID device (/dev/md1): RAID1, 2 active devices (/dev/sda1 and /dev/sdb1), 0 spare devices
 
* first RAID device partition: use as ext4 filesystem, mount point /
* second RAID device partition: use as ext4 filesystem, mount point /boot, format data on the partition
 
Failed to install GRUB bootloader on a hard disk (again).
 
Next attempt:
First RAID device (/dev/md0): use as ext4 filesystem, mount point /, format data on the partition
Second RAID device (/dev/md1): erase data on partition, use as "do not use"
Anonymous user

Navigation menu