How can I use LILO to boot Solaris/x86 on the secondary master IDE?
Solaris on Intel - x86 FAQFollow the instructions for the previous question substituting /dev/hdc as directed. An alternate, much-more-difficult method follows that doesn't involve the "switch drives with /boot/chain.b" trick. These are basically the steps I 'discovered' through countless failed attempts to get Solaris to boot from the secondary master. I got LILO to boot Solaris/x86 2.5.1 from the master disk of the secondary IDE. Solaris was initially installed in the primary-master disk, i.e.
Related QuestionsHow can I use LILO to boot Solaris/x86 on the primary slave IDE?
Solaris on Intel - x86 FAQBasically, the Linux LILO boot loader is used to fool solaris into thinking the slave is the master and vice versa (with the chain.b line) Add this in your Linux /etc/lilo.conf: use /dev/hdc instead of /dev/hdb if your second drive is the secondary IDE master instead of the primary IDE slave drive) Solaris had a bit of trouble because for some reason it had the default boot device as the primary HD and couldn't mount the root filesystem off of it (because it wasn't there).
Related QuestionsHow can I use Linux LILO boot loader to boot Solaris/x86?
Solaris on Intel - x86 FAQAdd something like this to your /etc/lilo.conf file under linux and rerun /sbin/lilo. Note that Solaris *MUST* be the active partition, on either the primary or another another hard drive. To use LILO with Solaris on the primary partition, install LILO in the MBR and mark the solaris partition as active. In this example Solaris is on your second hard drive (hence the "loader" line): other = /dev/hdb1 loader = /boot/chain.
Related QuestionsCan I use an SATA drive as my boot drive and an IDE drive as a secondary drive?
PowerEdgeForums.com - Unofficial Dell PowerEdge 400SC FAQNo Officially, the word from Dell is "no", and further investigation reveals that the 400SC uses the ICH5 (82810EB) southbridge, as shown in this picture. The Intel data sheet confirms that RAID support is only available on the ICH5R (82810ER) chipsets. Additionally, the BIOS only shows the option to enable/disable SATA, no RAID configuration. Also, Intel's Application Accelerator is not supported by the 400SC's chipset. It has become a RAID only utility.
Related QuestionsHow do i use LILO to boot DOS/Windows?
Exocore ConsultingA few people have reported this problem. It appears to be related to some CD drives that have DMA issues. If this solution works for you, would you mind sending us mail (linux-project@pcquest.com) telling us what CDROM drive and motherboard you use? Thanks! The file zlib-1.1.3-22.i386.rpm on the CD seems to be corrupted, and I am getting errors mentioning libz.so.1 The distribution supports this setup under certain circumstances, but you must follow a slightly complicated method.
Related QuestionsHow do I use lilo?
NTFS FAQ (en)Add this entry to /etc/lilo.conf, then rerun lilo. other = /dev/hda1 table = /dev/hda label = Windows The other points to the partition containing Windows and table points to the partition table of the disk.
Related QuestionsHow do I remove LILO so that I can use DOS to boot again?
The Linux Bootdisk HOWTOYou can also use the dd command to copy the backup saved by LILO to the boot sector. Refer to the LILO documentation if you wish to do this. FDISK /MBR MBR stands for Master Boot Record. This command replaces the boot sector with a clean DOS one, without affecting the partition table. Some purists disagree with this, but even the author of LILO, Werner Almesberger, suggests it. It is easy, and it works.
Related QuestionsHow can I use System Commander to boot Solaris/x86 and other systems?
Solaris on Intel - x86 FAQTo use System Commander to dual boot both Win NT and Solaris, make these two configuration changes to System Commander: Use System Commander's local setup (Alt-s, Local config) to hide all other partitions from NT and Solaris (so they can't see each other's partitions).
Related QuestionsHow can I use OS-BS or System Selector to boot Solaris/x86?
Solaris on Intel - x86 FAQGrab OS-BS [a free boot manager distributed with FreeBSD] from: ftp://ftp.freebsd.org/pub/FreeBSD/tools/osbs135.exe Or (newer) from: http://www.prz.tu-berlin.de/~wolf/os-bs.html Assuming you've already got Linux installed and enough free space for Solaris, go ahead and install the latter. Solaris then becomes the Active partition. Follow that installation with OS-BS and configure to "set startup id", which changes the Active partition on-the-fly.
Related QuestionsHow do I boot FreeBSD and Linux from LILO?
Disks, Filesystems, and Boot LoadersIf you have FreeBSD and Linux on the same disk, just follow LILO's installation instructions for booting a non-Linux operating system. Very briefly, these are: Boot Linux, and add the following lines to /etc/lilo.conf: other=/dev/hda2 table=/dev/hda label=FreeBSD the above assumes that your FreeBSD slice is known to Linux as /dev/hda2; tailor to suit your setup). Then, run lilo as root and you should be done. If FreeBSD resides on another disk, you need to add loader=/boot/chain.
Related QuestionsHow Do I Get LILO to Boot the Kernel Image?
Booting the OSFrom kernel versions 1.1.80 on, the compressed kernel image, which is what LILO needs to find, is in arch/i386/boot/zImage, or arch/i386/boot/bzImage when it is built, and is normally stored in the /boot/ directory. The /etc/lilo.conf file should refer to the vmlinuz symbolic link, not the actual kernel image. This was changed to make it easier to build kernel versions for several different processors from one source tree.
Related QuestionsHow can I use MS Windows' NT Loader to boot Solaris/x86?
Solaris on Intel - x86 FAQThe general idea is that you copy the first sector of your native root Solaris/x86 partition into a file in the DOS/NT partition. Assuming you name that file something like c:\bootsect.sun (inspired by c:\bootsect.dos) you can then edit the c:\boot.ini file (copy boot.ini to boot.
Related Questionsedit] How do I use lilo?
Linux-NTFS FAQ - LQWikiAdd this entry to /etc/lilo.conf, then rerun lilo. other = /dev/hda1 table = /dev/hda label = WindowsThe "other" points to the partition containing Windows and <q>table</q> points to the partition table of the disk.
Related QuestionsWhat software and IDE are we going to use in this course?
FAQ of 10-week AJAX Training Course by Sang ShinExcept jMaki hands-on lab, which requires NetBeans IDE 5.5, you can use either NetBeans 5.0 or NetBeans 5.5 beta for most labs
Related QuestionsWhy can't I use a normal IDE cable?
I-MOD2 Technical Frequently Asked QuestionsFor some reason the IO designers made the connector "swapped", so a spacial cable must be made that "swaps" pin 1,2 then pin 3,4 and so on. The cable must be very flexible to get a proper install without the chance of a short circuit. If a normal cable was used, it would have to be folded over several times to get to the drive and would cause too much "bow" in the case.
Related QuestionsWhat IDE should I use?
CS 121: FAQfor an IDE, it's up to you, depending on the hardware/OS platform you choose to use. That said, we recommend you consider using eclipse as your IDE, even if you never have before. It makes programming in Java a billion times easier and more elegant! If nothing else, it compiles as you code, speeding up build-time and detecting syntax errors immediately.
Related QuestionsHow can I boot both Solaris/x86 and Win NT on the same disk?
Solaris on Intel - x86 FAQHere's one way of doing it. Solaris/x86 requires it's partition to be active and uses it's own boot manager with it hard-coded to boot to Solaris on timeouts.
Related QuestionsWhat are Master Use Rights?
Information Center FAQMaster use rights are required for previously recorded material that you do not own or control. The Harry Fox Agency does not process licenses for master use rights. They can only be obtained from the owner of the master recording, usually a record company In order to expedite processing, we recommend that you obtain the master use license from the owner prior to requesting a mechanical license from The Harry Fox Agency.
Related QuestionsCan I use SunPCi on Solaris/x86?
Solaris on Intel - x86 FAQNo. SunPCi is an add-on card and software for Solaris on SPARC only. SunPC emulates a PC with the card and Caldera's "DR-DOS" allowing Windows 3.1/9x to be installed on top of it. The card has a 300 MHz K6-2 AMD processor and RAM. It emulates hard and floppy drives, serial ports, SuperVGA, mouse, keyboard, etc. Generally, SunPCi or it's older cousin, SunPC, emulates the PC environment OK, although it performs more slowly than a straight PC (your mileage may vary).
Related QuestionsI want to boot Windows from grub or lilo but it shows only black screen. What should I do?
Gentoo Linux Documentation -- Gentoo Linux Frequently Asked ...This is a known problem. Windows refuses to boot when it isn't installed on the first hard drive and shows a black/blank screen. To handle this, you will have to "fool" Windows into believing that it is installed on the first hard drive with a little tweak in your boot loader configuration. Please note that in the below example, Gentoo is installed on hda (first disk) and Windows on hdb (second one). Adjust your config as needed.
Related QuestionsHow do I use LOE IDE?
Liccavi Earth: AboutYou have to download the freely available community edition installation from http://www.liccavi-earth.com/Liccavi/Items.aspx and install in your desktop. At the moment we only support Microsoft windows O/S which can run .NET 2.0 runtime. We do acknowledge the fact that this may alienate portion of user community who like to take part in Liccavi endeavor but does not use latest Microsoft operating systems.
Related QuestionsCan I use the IDE both at work and at home?
Modelworks SoftwareYes, provided you are the only one using it. One copy of the IDE may either be used by a single person who uses the software personally on one or more computers, or installed on a single workstation used non-simultaneously by multiple people, but not both. You may access the IDE through a network, provided that you have obtained individual licenses for the software covering all workstations that will access the software through the network.
Related QuestionsWhy Aros can't boot from my drive set as the SLAVE on IDE channel?
AROS Research Operating SystemWell, AROS should boot if the drive is SLAVE but ONLY if there's a drive also on MASTER. That's appeared to be a correct connection respecting to the IDE specification, and AROS follows it. One reason for this can be use of the serial mouse (these is not supported yet). You must use PS/2 mouse with AROS at the moment. Another can be if you've chosen a video mode unsupported by your hardware in boot menu. Reboot and try a different one.
Related QuestionsWhat is the difference between Master/Slave and Primary/Secondary?
SecuritySpaceGood question! Most people equate Master with Primary and Secondary with Slave. In reality, the two are not quite the same. Primary name servers are the default name server (the first server that will be queried) based on how you have configured your domain's NS records with your registrar. Secondary name servers are the backup if the primary name server fails. Master and slaves refer to a management arrangement used within DNS servers to propagate information changes from one server to another.
Related QuestionsMy Master Boot Record file is damaged. Can FILE RECOVERY for Windows restore it?
File Recovery Software Technical SupportFILE RECOVERY for Windows recovers lost files from deleted or damaged partitions to another location. For safety reasons it does not even try to recover partitions in the wrong locations.
Related QuestionsHow can I backup the Master Boot Record?
Environment settings set by a batch file are not working.The Master boot record on the hard disk used to start the computer (the system partition) is the most critical sector so make sure this is the sector you backup. The boot partition is also very important (where %systemroot% resides). You need the DiskProbe utility that comes with the Resource Kit. From Drives, click Physical Drive, and click on the drive that is the system partition (from the Open Physical Drive dialog) The disk clicked will be displayed in the Handle 0 section.
Related QuestionsHow can I wipe the Master Boot Record?
Environment settings set by a batch file are not working.A program called DEBUG.EXE is supplied with DOS, Windows 9x and NT and can be used to run small Assembly language programs and just such a program can be used to wipe the MBR. Perform the following, but BE CAREFUL, this WILL wipe your MBR leaving your system unbootable and its data lost. Thanks to Mark Minasi for giving permission to reproduce this Assembler code and a full explanation can be found in Windows NT Magazine Summer 1999 issue
Related QuestionsWhat is "Secondary Use"?
Frequently Asked Questions from Patients and ContributorsThis term has recently come into use to describe the secondary uses to which those who already have access to a patient's data for some legitimate and authorized purpose related to provision of healthcare services, may re-use it, or pass it on to other re-use, for some other purpose. Such purposes include outcomes analysis, research, quality assurance, and public health as well as purely commercial purposes such as selling data for marketing or other business purposes.
Related Questions