Size: 728
Comment: initial commit
|
Size: 933
Comment: boot param rootdelay section
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
== Boot == Boot with rootdelay=9 to shorten the time of waiting for the root device to come up. Also it adds time to scsi device to settle before calling mdadm or lvm thus excluding potential races. |
|
Line 7: | Line 12: |
{{{ ls -l /dev/[hs]da* }}} | {{{ ls -l /dev/[hs]da* }}} |
Line 13: | Line 20: |
{{{ cat /proc/cmdline }}} | {{{ cat /proc/cmdline }}} |
Line 17: | Line 26: |
{{{ /lib/udev/vol_id -t /dev/sda1 fstype /dev/sda1 }}} |
{{{ /lib/udev/vol_id -t /dev/sda1 fstype /dev/sda1 }}} |
Line 26: | Line 35: |
{{{ cat /proc/modules }}} | {{{ cat /proc/modules }}} |
?wiki:initramfs-tools is used in Debian to build the initramfs that contains the early userspace and the needed kernel modules to be able to mount any possible root.
Boot
Boot with rootdelay=9 to shorten the time of waiting for the root device to come up. Also it adds time to scsi device to settle before calling mdadm or lvm thus excluding potential races.
Debug Howto
- Check root device existance
ls -l /dev/[hs]da*
- Check root boot argument
- It needs to be the same than aboves root device
cat /proc/cmdline
- Check correct fs recognition
/lib/udev/vol_id -t /dev/sda1 fstype /dev/sda1
- If the output of aboves command differ, your partition was not cleanly formated. For example mkfs.ext2 does not clear all sectors when formating a partition.
- Check if the ata/ide/scsi driver is loaded
cat /proc/modules