luis wrote:
I have tried formatting my entire hard drive and install the OS. I created a boot menu and every time I try to boot from hd0a the boot process never kicks off. I tried version 0.70 and 0.69. I tried many times but it just hasn't worked. I am just using one partition fat32. The boot menu shows up but reads "booting..." and hangs. Has anyone experience this?
Hey, everyone I experimented with bochs, on my laptop and an old desktop machine. I tried installing Visopsys to my hard disk as I mentioned above, but the bootsector never installed correctly. What I ended up doing was to format the drive using the FAT 32 file system then I would mount the drive as follows:
Code:
mount hd0a /hd0a
Then I copied the bootsector using copy-boot:
Code:
copy-boot /system/boot/bootsector.fat32 hd0a
Then I copied the loader and operating system from the root folder:
Code:
copy /vloader /hd0a/
Code:
copy /visopsys /hd0a/
Then I copied the rest of the directories found on the root folder (docs, programs, system, etc):
Code:
cp -R docs /hd0a/docs
Code:
cp -R programs /hd0a/programs
...
etc
This worked like a charm. I was able to boot into Visopsys from the hard disk! No longer do I have to use the demo via CD-ROM. I not sure why it was not installing correctly on bochs, my laptop and desktop using the install program, via Graphics and Text mode using version 0.7-PRE, 0.69 and 0.68. Any way, if you experienced this issue too then the above method works just fine. Hope this helps!
