Warning: Undefined array key "2024-09" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2024-07" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2020-06" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2020-04" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2019-07" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2017-11" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2015-07" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2013-04" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2012-11" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2012-03" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2012-02" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2011-07" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2011-03" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2011-02" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2011-01" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-11" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-10" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-08" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-06" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-05" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-04" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-01" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2009-12" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2009-11" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Blog
Nach längerem sortieren und wieder zusammensuchen habe ich jetzt einen ersten Teil meiner 3D Photos online gestellt. Der zweite Teil wird dann die 3D Photos aus Japan umfassen.
Die Einführung mit der Anleitung wie man diese Photos betrachten kann findet sich hier:
3D Photos
Have fun!
Today I changed my system hard drive with a WD Velocity Raptor. The speed boost is nice!
Moving a Linux installation to another hard drive and change the bootloader is a familiar procedure for me. But despite that, I got the, for me, quite strange error The file /boot/grub/stage1 not read correctly
when I tried to install GRUB by grub-install /dev/sdc
to the new drive.
After some searching, trying and rethinking what I did I realized that the problem is that the old legacy GRUB can not handle GPT partition tables. You can simply fix this with the tool gptsync
:
gptsync /dev/sdc
Thanks to the GRUB GPT HOWTO