To upgrade I have tried several times with adjusting the fstab , un-mounting the drive then disconnecting the cable but I keep coming back to terminal Emergency words ending in ¨press Control D etc.¨
I wonder if I can fix this for once and for all, so I can upgrade that is not a pain in the a. I do use Mageia as my main system. I don't mine starting from scratch?. Any suggestions would be most appreciated. The following is details is before changes. Thanks Roy
menu lst
- Code: Select all
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 0
title linux
- Code: Select all
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=6bf0e665-4a3c-4cbb-83fb-160e1a07a2cd splash quiet resume=UUID=824109d0-5dbb-4a12-a37b-36c9ccf568de vga=788
initrd (hd0,0)/boot/initrd.img
title desktop 3.3.6-2.mga2
kernel (hd0,0)/boot/vmlinuz-3.3.6-desktop-2.mga2 BOOT_IMAGE=desktop_3.3.6-2.mga2 root=UUID=6bf0e665-4a3c-4cbb-83fb-160e1a07a2cd splash quiet resume=UUID=824109d0-5dbb-4a12-a37b-36c9ccf568de vga=788
initrd (hd0,0)/boot/initrd-3.3.6-desktop-2.mga2.img
My device map is
- Code: Select all
(hd0) /dev/sdd
(hd1) /dev/sda
(hd2) /dev/sdb
(hd3) /dev/sdc
My Fstab
- Code: Select all
# Entry for /dev/sda1 :
UUID=6bf0e665-4a3c-4cbb-83fb-160e1a07a2cd / ext4 acl,relatime 1 1
# Entry for /dev/sdc1 :
LABEL=backup /backup ext4 defaults 1 2
# Entry for /dev/sda6 :
UUID=4afe422f-47ac-48fe-b8e2-286eb0a0e1c5 /home ext4 acl,relatime 1 2
/dev/sr0 /media/cdrom auto umask=0,users,iocharset=utf8,noauto,ro,exec 0 0
none /proc proc defaults 0 0
# Entry for /dev/sda1 :
UUID=86cebd0f-f126-4d48-9499-5afd46e01745 /vmm ext3 defaults 1 2
# Entry for /dev/sda5 :
UUID=824109d0-5dbb-4a12-a37b-36c9ccf568de swap swap defaults 0 0:
- Code: Select all
[roy@localhost ~]$ df
Filesystem Size Used Avail Use% Mounted on
rootfs 12G 7.1G 4.2G 64% /
devtmpfs 1009M 0 1009M 0% /dev
tmpfs 1012M 1.4M 1011M 1% /dev/shm
tmpfs 1012M 728K 1012M 1% /run
/dev/sdd1 12G 7.1G 4.2G 64% /
tmpfs 1012M 0 1012M 0% /sys/fs/cgroup
/dev/sdd6 902G 266G 636G 30% /home
/dev/sda1 74G 39G 32G 56% /vmm
[roy@localhost ~]$ ^C