Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How Can Linux Boot from OS/2s Boot Manager?

boot linux manager OS
0
Posted

How Can Linux Boot from OS/2s Boot Manager?

0

• Create a partition using OS/2’s FDISK.EXE (Not Linux’s fdisk). • Format the partition under OS/2, either with FAT or HPFS. This is so that OS/2 knows about the partition being formatted. (This step is not necessary with OS/2 `warp’ 3.0.) • Add the partition to the Boot Manager. • Boot Linux, and create a file system on the partition using mkfs -t ext2 or mke2fs. At this point you may, if you like, use Linux’s fdisk to change the code of the new partition to type 83 (Linux Native)—this may help some automated installation scripts find the right partition to use. • Install Linux on the partition. • Install LILO on the Linux partition—NOT on the master boot record of the hard drive. This installs LILO as a second-stage boot loader on the Linux partition itself, to start up the kernel specified in the LILO configuration file. To do this, you should put boot = /dev/hda2 (where /dev/hda2 is the partition you want to boot from) in your /etc/lilo/config or /etc/lilo.config file. • Make sure

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123