Показват се публикациите с етикет Dual Boot win Linux. Показване на всички публикации
Показват се публикациите с етикет Dual Boot win Linux. Показване на всички публикации

5.10.2015 г.

Debian grub2 and RAID1 degraided

dpkg-reconfigure grub-pc
cd /etc/initramfs-tools/scripts/local-top
cp /usr/share/initramfs-tools/scripts/local-top/mdadm .

 Replace

log_failure_msg "failed to assemble all arrays."

With this

 log_warning_msg "failed to assemble all arrays...attempting individual starts" for dev in $(cat /proc/mdstat | grep md | cut -d ' ' -f 1); do log_begin_msg "attempting mdadm --run $dev" if $MDADM --run $dev; then verbose && log_success_msg "started $dev" else log_failure_msg "failed to start $dev" fi done

At the end run this
update-initramfs -u

9.04.2015 г.

When a problem with the clock in dualboot Windows and Linux

Вhen boot windows or linux in dualboot config, may wrong time display on mashine.
The fix is:

Creata on windows mashine reg file:

  • Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
    “RealTimeIsUniversal”=dword:00000001
  • On Linux mashine run:
          ntpdate pool.ntp.org && hwclock –systohc –utc