Some legacy BIOS's may have an issue with a GPT partitioned drive.
Ran across this recently with an Intel D975XBX board. I GPT partitioned a drive with gdisk, installed Ubuntu and when I rebooted after the install completed with surprised to see "No Bootable Device..." displayed.
Friday, March 2, 2012
Thursday, October 27, 2011
CUPS Samba 64bit automatic driver download
The same ease of using Samba hosting for automatic download of the CUPS/Windows Postscript drivers for 32 bit clients can be implemented for 64 bit clients as well.
Sunday, April 17, 2011
NT4 inaccessible_boot_device
I recently needed to boot a cloned image of an old NT4 system under a virtual machine. Of course, nothing is easy sometimes. In this case I was using VirtualBox as between it and Qemu(KVM) it seemed to have the best support for NT4. However it didn't emulate the Adaptec SCSI hardware that the original system used and boot attempts were met by the famous BSOD with inaccessible_boot_device. Loading up a new VM with NT4 and booting with /sos (selecting VGA mode is one way) to see what drivers were being loaded the difference was that the new install loaded ATAPI.SYS and the cloned image was loading AIC78xx.SYS, which gave me an idea.
I booted the cloned image from a SystemRescueCD mounted the "C:" drive with ntfs-3g and copied the ATAPI.SYS driver over the AIC78xx.SYS driver as AIC78xx.SYS and voila, the system now boots!
Not claiming this will work in every case but it did work in this one.
Friday, December 10, 2010
Samba and guest shares with "security = user"
How to have a guest share on Samba without resorting to the deprecated "security = share" configuration.
This is a regular query on the Samba mailing list. When it comes to "security = share" just say no!Friday, November 12, 2010
Practice safe and secure SSH !
Some tips to consider when using SSH.
Probably the most ubiquitous piece of software in use is OpenSSH. It is from the developers that also bring us that most secure OS, OpenBSD. We all use it, we all love it, we all depend on it. Please donate to these great projects if you can! And read on for the tips...
Probably the most ubiquitous piece of software in use is OpenSSH. It is from the developers that also bring us that most secure OS, OpenBSD. We all use it, we all love it, we all depend on it. Please donate to these great projects if you can! And read on for the tips...
Monday, September 13, 2010
Add bootable DOS support to your USB stick
Building on the previous post where we added SystemRescueCD capabilities to our USB stick (please see that post for details and conventions that pertain to this one as well) while still being able to use it for transferring files between various OS, we will now add bootable DOS support so that we can use it for BIOS updates as well as other DOS based tools such as Intel's SSD firmware updater.
Labels:
boot,
bootable,
dos,
flash drive,
freedos,
makebootfat,
systemrescuecd,
usb
Tuesday, August 31, 2010
Add SystemRescueCD capability to your USB stick
For Linux users: Creating a bootable SystemRescueCD USB stick. The SystemRescueCD is an invaluable resource and should be in every techs toolkit. Kudos and much thanks to the developers!
Labels:
boot,
bootable,
flash drive,
forensics,
linux,
rescue,
systemrescuecd,
usb
Subscribe to:
Posts (Atom)