zk_html/diary/2008-01-15-07:51:07.html

36 lines
2.8 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | [no subject]</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
<link rel="stylesheet" type="text/css" href="/style.css?2024-05-04" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | [no subject]</h1>
</header>
<article class="content">
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>So. Today about made me blow up.</p>
<p>When I got into work, I was surprised to see my coworker there, which was good, because he&rsquo;s the one that I&rsquo;m brain-picking when it comes to building an image. Being nearly done, all I had to do was change the HALs on the two images (desktop and laptop) so that they would work on all the destination computers. He told me to just use the &lsquo;standard one&rsquo;. Well, the Standard HAL that windows ships with is very, very basic, and after I switched to it, both imaging machines refused to boot properly. Neat. I about shot my coworker in the face. Not even last known good config worked on them. So all that time I spent on friday and over the weekend was basically for naught, and I had to start from where I had taken a presysprep image on Friday morning and still get both projects finished today, not exactly leaving me time to finish the third. I got the desktop finished, the laptop mostly finished, and the third project defragged and prepped for sysprep when my supervisor broke the imaging server. I took this as a sign to go home.</p>
<p>Only to find that my fooling around with <code>hdiutil</code> to fix my laptop had mostly just made it refuse to mount properly. This means that the laptop booted fine, but it would basically fail to mount my home directory (actually an encrypted sparse image) without telling me so, leaving me with no error message or anything. I&rsquo;ve just now finally got it mounted in single user mode and I&rsquo;m currently backing all my data up, just in case it still refuses to mount properly.</p>
<p>Fucking computers. They may have solved a few problems, but they certainly made a whole lot more.</p>
<p>EDIT: Finally mounted properly. Yeesh</p>
</article>
<footer>
<p>Page generated on 2008-01-15 07:51:07</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
</body>
</html>