Results 1 to 4 of 4
hi,
i have dual boot xp and debian.
debian is in hdc5, but i need to know how to load it.
3 steps generally are ...
1. root (hd0,4) [This ...
- 03-09-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 60
booting debian os using grub
hi,
i have dual boot xp and debian.
debian is in hdc5, but i need to know how to load it.
3 steps generally are ...
1. root (hd0,4) [This sets the root partition]
2. kernel /boot/bzImage root=/dev/hda5 [This sets the kernel]
3. boot [This starts booting into Linux]
problem is for step 2, i don't know what to put instead of bzImage. how can i find out this value?
can someone plz help?
- 03-09-2005 #2
Look in /boot you will see a vmlinuz-x.y.z file this is the kernel.
- 03-09-2005 #3
Also there's likely an initrd image. Specify it in grub.conf like this:
Get the correct name from /boot.Code:initrd /initrd.img-2.x.x-xxx
noobus in perpetuum
- 03-09-2005 #4Just Joined!
- Join Date
- Feb 2003
- Posts
- 37
A snip from my menu.list
Code:title Debian 2.6.9-1-k7 hda5 root (hd0,4) kernel /vmlinuz-2.6.9-1-k7 root=/dev/hda5 initrd /initrd.img-2.6.9-1-k7


Reply With Quote
