Here I am attempting to install mageia on an HP Compaq computer.
An error occurs during intial boot:
[0.000000] tsc: Fast TSC calibration failed
Ignore this error and mageia continues to boot normally.
From the boot menu, choose: Boot Mageia 3
Choose a language: English, Timezone: London, Hardware clock set to GMT, Keyboard:UK
Error: Gnome3 failed to load, Button: Close
From terminal: md5sum /dev/cdrom 44fe065f37756112e4c282f82678b40f
Icon: Install on Hard Disk, Button: Next
Use existing partitions. Disk partitioning scheme is as follows:
/dev/sda1 /boot (650MB) /dev/sda5 / (650MB) /dev/sda7 /usr (8GB) /dev/sda9 /var (9GB)
Choose partitions you want to format: sda1, sda5, sda6 Button: Next
Prompt: Remove the following packages: Unused hardware support: Ticked, Button: Next
After the files have copied, an error occurs: Unable to copy files to new root.
Button: OK The installation process aborts at this point, and there is no option to ingnore the error and continue to install a bootloader.
I now attempt to install a bootloader from terminal as root:
mount -o bind /dev /mnt/install/dev
mount -t proc none /mnt/install/proc
mount -t sysfs none /mnt/install/sys
chroot /mnt/install
dbus-uuidgen --ensure
In chroot using vi, create /etc/lilo.conf as follows:
boot=/dev/sda
root=/dev/sda5
delay=20
vga=normal
default=Linux
image=/boot/vmlinuz
label=Linux read-only
cd / lilo Fatal:Trying to map files from unnamed device 0x0011 (NFS/RAID mirror down ?)
mount /dev/sda5 /
mount /dev/sda1 /boot
lilo
Following reboot from hard drive an error occurs as follows:
VFS: Cannot open root device "805" or unknown-block(8,5) error -6 Please append a correct "root=" boot option; here are the available partitions: (There are no partitions listed here.)
FWIW, I repeated this with additional line in lilo.conf as follows:
append "root=/dev/sda5"
However, the VFS error reoccurs and mageia will not boot.