Boot loader configuration check needed
Mar. 6th, 2013 06:39 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Boot loader configuration check needed
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.
Re: Boot loader configuration check needed
Postby craigevil » 2010-07-21 14:16
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/
http://forums.debian.net/viewtopic.php?f=30&t=53833
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.
Re: Boot loader configuration check needed
Postby craigevil » 2010-07-21 14:16
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/
http://forums.debian.net/viewtopic.php?f=30&t=53833