Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Boot loader configuration check needed

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
leveller
Posts: 85
Joined: 2009-05-03 02:51

Boot loader configuration check needed

#1 Post by leveller »

Just done an update in Squeeze and got the following warning:

Code: Select all

 Boot loader configuration check needed                                                    
   |                                                                                    
  │ The boot loader configuration for this system was not recognized. These settings in the    
  │ configuration may need to be updated:                                                     
  │                                                                                           
  │  * The root device ID passed as a kernel parameter;                                       
  │  * The boot device ID used to install and update the boot loader.                         
  │                                                                                           
  │                                                                                           
  │ You should generally identify these devices by UUID or label. However, on MIPS systems    
  │ the root device must be identified by name.                                              
  │                               
Is it safe to shutdown / reboot without doing anything about this? I've checked the GRUB config files but can't really see what I should be doing to fix this.

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Boot loader configuration check needed

#2 Post by craigevil »

Run blkid as root. Then check that the output matches /etc/fstab and that grub is pointed to the proper partition in/boot/grub/grub.cfg

Then run update-initramfs followed by update-grub.

take a look at How To Use UUID To Mount Partitions / Volumes Under Ubuntu Linux
http://www.cyberciti.biz/faq/linux-find ... ate-fstab/
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

leveller
Posts: 85
Joined: 2009-05-03 02:51

Re: Boot loader configuration check needed

#3 Post by leveller »

Thanks, all done and working fine.

Post Reply