How to "dual boot" linux (debian) and Freebsd using Grub?
DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
the file is located somewhere in /boot folder maybe
add these lines to anywhere you want in menu.lst:
title ewt3y kernel (hd0,6)/boot/freebsd root=/dev/hda7 devfs=mount acpi=ht resume=/dev/hda6 splash=silent
initrd (hd0,6)/boot/initrd-2.6.3-7mdk.img
I know i made mistake, any one help us ? we are newbies
Originally posted by ewt3y the file is located somewhere in /boot folder maybe
add these lines to anywhere you want in menu.lst:
title ewt3y kernel (hd0,6)/boot/freebsd root=/dev/hda7 devfs=mount acpi=ht resume=/dev/hda6 splash=silent
initrd (hd0,6)/boot/initrd-2.6.3-7mdk.img
I know i made mistake, any one help us ? we are newbies
Wait....do you already have a free partition, or are you going to resize your linux one/add another hard drive? If so, you'll need to replace the "root (hdx,y,a)" with your hard drive and partition number! If you only have one hard drive, then it'll be "root (hd0,y,a)" (I'm not sure about the "a" because I've never used FreeBSD before). The "y" in what I have written is the partition number, which AFAIK can be found by typing in "fdisk -l" into a console window (the partition will only be visible if you've already made it). As far as resizing your linux partition goes, I don't actually have a clue, though I know it can be done...could I suggest you ask a moderator to move this to a thread like "Linux - General" where your question will be answered more fully than I can?
[EDIT]
Not sure if you know, but you should type it (what you wrote in your last post with the few corrections I have mentioned) into /boot/grub/grub.conf, which you want to open with any text editor. Best of luck,
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.