Sponsored Content
Full Discussion: Problems with boot
Operating Systems Linux Debian Problems with boot Post 88193 by jaibw on Wednesday 2nd of November 2005 12:37:20 AM
Old 11-02-2005
Lightbulb

C:3.91GB NTFS
3.42GB ext3
682MB (swap)
D:29.27GB NTFS

Thanks , Now arrange your partitions as

/dev/hda1 Windows 2000 System Partition (NTFS/FAT32)
/dev/hda2 NTFS/FAT32
/dev/hda3 Ext3
/dev/hda4 Linux Swap

I want to say that don't include your linux partitions between NTFS partitions

After doing that
1. Install Windows 2000/2003
2. Install Linux


Regards

Jai
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

boot problems

i have windows 2000 on hda. when i was running freebsd on hdb, i installed their boot manager and it worked fine. today i installed suse linux on hdb in place of freebsd, but the freebsd boot manager is still there. it will boot windows but has some problems trying to boot linux. the boot... (1 Reply)
Discussion started by: nydel
1 Replies

2. UNIX for Dummies Questions & Answers

Cdrom boot problems

Hi Everyone, I have a problem. I'm trying too reinstall sun solaris 8.0 on may Sunfire 280r but solaris 9.0 is all ready installed. I tried to boot from cd rom it keeps telling me that File does not seem executable. I need to get Solaris 8.0 on this system. I have boot all ready in single mode... (4 Replies)
Discussion started by: Peterh
4 Replies

3. UNIX for Dummies Questions & Answers

Boot Problems

During the boot process of my SPARCstation 5, it hangs up at this message: Setting default interface for multicast: add net 224.0.0.0: gateway jpt2. What do I need to do to get past this point? Is there something I need to turn off? (2 Replies)
Discussion started by: saucierm
2 Replies

4. UNIX for Dummies Questions & Answers

Serious GRUB/boot problems

Hi! I got some serious problems with booting the computer. When started it prints GRUB GRUB GRUB all over the screen. tchan on #grub tried to help me but with no result. Here is the log. Mabey there is something that we have missed?:confused: (3 Replies)
Discussion started by: Barfly.se
3 Replies

5. Filesystems, Disks and Memory

boot problems

i have 2 server es40 and ds20 with with unix truevector , the es40 is down cause of hard problem i have traied to take hard disksfrom ES40 and put then in DS20 but there is problem -------------------------------------------------------------------------------------------------------------... (1 Reply)
Discussion started by: lastfreemen
1 Replies

6. Solaris

Solaris 8 boot problems

I'm new to Unix so please bear with me. We had a Ultra 10 running solaris 8 and the motherboard went. So we bought a replacement Ultra 10 on ebay. Exact same hardware. Swapped out the drives with our drives and booted. The new system was set up to boot off disk1 and ours were set to boot off... (1 Reply)
Discussion started by: jbestor
1 Replies

7. AIX

IBM 44p-170 boot problems

I am trying to install AIX 4.3 on a 44P-170 and am having problems. I have the 44P connected to a laptop through the serial port and am trying to boot from the IBM AIX 4.3 CD and I can only get as far as the SMS (I believe) screen. The current Processor Firmware is sh040616 and the system... (3 Replies)
Discussion started by: SeanU
3 Replies

8. Solaris

Boot problems with SunBlade 2000

Can't seem to get it to boot from cd boot cd rebooting with command: boot cd boot device: /pci@8600000/sunw,qlc@4/fp@0,0/disk@1,0 file and args: cd boot: cannot open cd enter filename : trying to install solaris 9 9/04 just to use it as a simple workstation on home network quite new... (25 Replies)
Discussion started by: solnewbie
25 Replies

9. Solaris

PXE boot problems in Solaris 10

Hi folks, I was trying to setup Network based NFS installation with PXE. I'm using virtual box for this purpose. I have one redhat (DHCP) server and Solaris 10 (Install server - Source) and on the other one am trying to install solaris using PXE. As in, dhcp address and boot file can be fetched... (2 Replies)
Discussion started by: vijaytrendz
2 Replies

10. Solaris

Sun Ultra 30 boot problems

Hi all, I've just replaced the eprom battery on my Sun Ultra-30 and having boot issues. For some reason its trying to boot off the network instead of the DISK1. Howe can I change it so the open boot does not default to the boot device: NET Thanks, Rob (3 Replies)
Discussion started by: robbo007
3 Replies
BOOT.CONFIG(5)						      BSD File Formats Manual						    BOOT.CONFIG(5)

NAME
boot.config -- Configuration file for the boot blocks DESCRIPTION
The boot.config file contains options for the FreeBSD boot block code. When the FreeBSD boot loader runs, it searches the ``a'' slice of the boot partition for a boot.config file (as a result, slices which are missing an ``a'' partition require user intervention during the boot process). If the boot.config file is found, its contents are used as the default configuration options for the boot block code and are echoed to the system console. A valid format of this file is to put BIOS drive number, a controller type, a unit number, a partition, a kernel file name, and any other valid boot(8) option on a single line, as it is done at the ``boot:'' prompt. The options related to the boot image selection described below and all the other options available for boot.config are documented in detail in the boot(8) manual page. FILES
/boot.config parameters for the boot blocks (optional) EXAMPLES
The command: # echo "-P" > /boot.config will activate the serial console of FreeBSD. The command: # echo "1:ad(1,a)/boot/loader" > /boot.config will instruct the second stage of boot(8) on the first disk to boot with the third boot(8) stage from the second disk. The command: # echo "1:ad(1,a)/boot/loader -P" > /boot.config will do both of the above. SEE ALSO
boot(8), loader(8) AUTHORS
This manual page was written by Daniel Gerzo <danger@FreeBSD.org>. BSD
May 13, 2007 BSD
All times are GMT -4. The time now is 01:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy