Tagged Questions
0
votes
0answers
70 views
black screen when starting ubuntu [closed]
Not a single word even a cursor on screen
My machine has two operate system, windows7 and ubuntu 12.04.
It seems fine when start after shutdown ubuntu. This problem always happens when i just quit ...
0
votes
0answers
63 views
in boot menu showing only windows but i have windows 7 with centos 6.3?
I first install windows 7 then i install centos 6.2 then after some time period upgrade it to 6.3. Due to some reason my windows OS get caught by Microsoft which shows message windows not genuine. To ...
-1
votes
2answers
78 views
Multiboot linux windows [closed]
how multibooting ( a system having windows and linux in which a grub appears first which gives us option to select the operating system ) and single booting( one opeating system in system) whorks? I ...
1
vote
1answer
514 views
Using grub in floppy image file to start your own kernel inside bochs
Basically I've followed the instructions here http://sig9.com/bochs-grub to create a bare image file which does nothing but lets the BIOS start GRUB.
The problems are:
The kernel I am writing will ...
0
votes
2answers
400 views
Multi-Boot flashdrive with custom Grub or custom loader (make a program)
I have two operating systems, very small ones.
Kolibri
Kubuntu
I also have a program made in QBasic which runs on MSDOS.
The two OS are .iso bootable, and the program is a simple .exe. I need ...
11
votes
2answers
1k views
How do I make GRUB automatically boot the kernel?
I am currently writing a kernel, and in an attempt to actually run it, I've decided to use GRUB. Currently, we have a script to attach GRUB's stage1, stage2, a pad file, and the actual kernel itself ...