[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#601721: installation-reports: Build w/ /boot partition succeeds, but re-boot fails in fsck 445148



On Fri, Oct 29, 2010 at 11:08:59AM -0500, Lukasz Szybalski wrote:
> It seems like Grub.cfg is also using proper drive by UUID.
> 
> menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian
> --class gnu-linux --class gnu --class os {
>         insmod part_msdos
>         insmod ext2
>         set root='(hd0,msdos5)'
>         search --no-floppy --fs-uuid --set dec79ed9-b96a-47e4-81f0-7e32735b5057
>         echo    'Loading Linux 2.6.32-5-amd64 ...'
>         linux   /vmlinuz-2.6.32-5-amd64 root=/dev/mapper/xxxxxxxx-root ro  quiet
>         echo    'Loading initial ramdisk ...'
>         initrd  /initrd.img-2.6.32-5-amd64
> 
> But somewhere in a boot process system shows:
> 
> FSCK from Util-Linux-ng 2.17.2
> unable to resolve UUID=".....5b5057
> 
> (I'm not sure which log after start it would be in :)
> 
> It seems as the "after system is starting to load" the UUID is not
> resolved and  /dev/sda and /dev/sdb get loaded incorrectly ?

fsck uses /etc/fstab.  Now my fstab has entries of UUID=xxx-xxx-xxx
(no quotes).  Perhaps that is the problem.  It appears yours has quotes.

-- 
Len Sorensen


Reply to: