aztopdavid
- Total activity 77
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 16
Comments
Recent activity by aztopdavid-
I've had the server a very long time, but it was migrated from ServInt to Leaseweb in October 2018. Are you suggesting I should run "grubby --set-default-index=0" and then reboot?
-
Here's the output of the command: # grubby --info=ALL index=0 kernel=/boot/vmlinuz-3.10.0-1127.el7.x86_64 args="ro LANG=en_US.UTF-8" root=/dev/sda1 initrd=/boot/initramfs-3.10.0-1127.el7.x86_64.img...
-
# grubby --default-kernel /boot/vmlinuz-3.10.0-1062.18.1.el7.x86_64 # grubby --default-index 1 (and 957.27.2 got removed earlier in this thread by a command suggested by GOT)
-
/dev/sda1 / ext3 usrjquota=quota.user,jqfmt=vfsv0 0 1 (I took out extra spaces)
-
Mine already appears to be set to boot to 0 # awk -F\' '$1=="menuentry " {print i++ " : " $2}' /etc/grub2.cfg 0 : CentOS Linux (3.10.0-1127.el7.x86_64) 7 (Core) 1 : CentOS Linux 7 (Core) # grub2-...
-
Thanks! Here's the ls -lah of /etc/grub.d/ drwx------ 2 root root 4.0K Apr 28 01:32 . drwxr-xr-x 102 root root 24K May 1 13:30 .. -rwxr-xr-x 1 root root 8.5K Apr 3 10:24 00_header -rwxr-xr-...
-
Yes, /etc/grub.d is present, and here are the contents of /boot/grub2/grub.cfg # # DO NOT EDIT THIS FILE # # It is automatically generated by grub2-mkconfig using templates # from /etc/grub.d and...
-
Yes - I provided some fairly detailed excerpts of the conf file earlier in the thread -- the relevant "menuentry" values. drwxr-xr-x 2 root root 4.0K Oct 29 2018 grub drwx------ 2 root root 4....
-
cat: /etc/grub.conf: No such file or directory stat: cannot stat "/etc/grub.conf": No such file or directory
-
Yes, thanks, you'll see that was provided earlier in the thread and I went through that very thoroughly, but it doesn't appear to be an option given some specifics of my server config. Please take ...