Asus X401A boot problem

Hi everybody.

After every update, that somehow update’s grub, I’ve got not working system, because I cannot boot into the OS.

Currently I’m solving this by a rescue CD: mounting my disks there, after that doing grub2-mkconfig and grub2-install /dev/sda.

What additional information should I provide?

Is there any solution to my problem?

Please post content of

/boot/grub2/device.map

and report (or show photo) of the BIOS settings re. booting/disk order etc.

I’d also like to see the output, between CODE tags, of


fdisk -l

and


cat /etc/fstab

  1. there is no device.map file int /boot/grub2/device.map

chekh:/home/chekh # ls -l /boot/grub2/
total 40
drwxr-xr-x 2 root root   4096 Nov  6 09:56 backgrounds
drwxr-xr-x 2 root root   4096 Oct  6 12:28 fonts
-rw------- 1 root users  6395 Dec 13 17:24 grub.cfg
-rw-r--r-- 1 root root   1024 Dec  3 16:17 grubenv
drwxr-xr-x 2 root root   4096 Dec 13 17:25 locale
drwxr-xr-x 3 root root   4096 Nov 20 13:56 themes
drwxr-xr-x 2 root root  12288 Dec 13 17:25 x86_64-efi


chekh:/home/chekh # fdisk -l                                                                                                                                                                                                                                                   
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.                                                                                                                                                               
                                                                                                                                                                                                                                                                               
Disk /dev/sda: 320.1 GB, 320072933376 bytes, 625142448 sectors                                                                                                                                                                                                                 
Units = sectors of 1 * 512 = 512 bytes                                                                                                                                                                                                                                         
Sector size (logical/physical): 512 bytes / 4096 bytes                                                                                                                                                                                                                         
I/O size (minimum/optimal): 4096 bytes / 4096 bytes                                                                                                                                                                                                                            
Disk label type: gpt                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                               
#         Start          End    Size  Type            Name                                                                                                                                                                                                                     
 1         2048     20965375     10G  Microsoft basic primary                                                                                                                                                                                                                  
 2     20965376     25157631      2G  Microsoft basic primary                                                                                                                                                                                                                  
 3     25157632     29349887      2G  Microsoft basic primary                                                                                                                                                                                                                  
 4     29349888    448776191    200G  Microsoft basic primary                                                                                                                                                                                                                  
 5    448776192    595576831     70G  Microsoft basic primary                                                                                                                                                                                                                  
 6    595576832    610260991      7G  Microsoft basic primary                                                                                                                                                                                                                  
 7    610260992    625141759    7.1G  Microsoft basic primary                                                                                                                                                                                                                  
chekh:/home/chekh #


chekh:/home/chekh # cat /etc/fstab
/dev/disk/by-id/ata-TOSHIBA_MQ01ABD032_62I4F0D0S-part2 swap                 swap       defaults              0 0
/dev/disk/by-id/ata-TOSHIBA_MQ01ABD032_62I4F0D0S-part1 /                    ext4       acl,user_xattr        1 1
/dev/disk/by-id/ata-TOSHIBA_MQ01ABD032_62I4F0D0S-part3 /boot/efi            vfat       umask=0002,utf8=true  0 0
/dev/disk/by-id/ata-TOSHIBA_MQ01ABD032_62I4F0D0S-part4 /home                ext4       acl,user_xattr        1 2
/dev/disk/by-id/ata-TOSHIBA_MQ01ABD032_62I4F0D0S-part7 /tmp                 ext4       acl,user_xattr        1 2
/dev/disk/by-id/ata-TOSHIBA_MQ01ABD032_62I4F0D0S-part5 /usr                 ext4       acl,user_xattr        1 2
/dev/disk/by-id/ata-TOSHIBA_MQ01ABD032_62I4F0D0S-part6 /var                 ext4       acl,user_xattr        1 2
proc                 /proc                proc       defaults              0 0
sysfs                /sys                 sysfs      noauto                0 0
debugfs              /sys/kernel/debug    debugfs    noauto                0 0
usbfs                /proc/bus/usb        usbfs      noauto                0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0


bumpbumpbump

Hi,

I had the same problem with an ASUS UX31A (Core i5). Notably, this problem occured only on the notebook of my wife. I have also an ASUS UX31A (but with Core i7 instead of Core i5). Here, I had no problem with the grub update.
My solution: I reinstalled the system and blocked the grub update in YAST.

Michael

I don’t think that it is a solution, besides I can’t reinstall the system, because it’s my work computer, and I don’t have time for it right now.

For now, I’m just not updating the system, till solution is found.