Networking :: Kickstart Configuration For Dual Booting (xp)?
Jul 7, 2010
I have using 10 system . one system RHEl5.5 server.all others are xp. I want to install linux to all systems. so I don't have configure kickstart file for dual booting . how to configure kickstart file for dual booting . but I wont lose existing xp os
View 1 Replies
ADVERTISEMENT
Jun 27, 2010
i am trying to boot linux pc from network booting.. so using pxe,tftp,dhcp(1).i configured my /etc/dhcpd.conf file as...
ddns-update-style none;
ignore client-updates;
allow booting;
[code]....
View 5 Replies
View Related
May 30, 2010
I haven't used my XP partition for two years, but recently found that I could not program my phone using VirtualBox or Wine. So I tried booting to XP but it just comes up with a flashing cursor. update-grub2 and it sees the part, but same problem.
[Code]...
For some reason I'm suspicious of the Winduhs boot files, but I've run fixboot and the boot repair utility in Winduhs. Do I have to reinstall Winduhs?
View 14 Replies
View Related
Mar 11, 2011
I'm trying to create an iso to use for a kickstart installation.
I mounted the Rhel6 boot DVD, copied the files(recursively cp -r /mnt/dvd/ ~/myiso) to a directory ~/myiso
I then placed the ks.cfg on ~/myiso and ~/myiso/isolinux for good measure, as the documentation is not 100% clear on this.
I then try to make an iso out of ~/myiso but no luck in booting so far.
I've tried the following:
Code:
mkisofs -o ks.iso -b images/install.img -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table isolinux .
[Code]....
View 4 Replies
View Related
Jan 13, 2010
I need to create a Redhat or CentOS server but I am not really sure where to begin. I'm not sure what network booting and PXE booting is. Are they both the same thing, or are they different? I want to setup one server and two client machines to connect to my server. I would like to be able to load a kickstart CD on my server and have the two client machines boot off that servers kickstart. My concern is, will they boot off the network or do they have to be configured to use PXE booting?
View 12 Replies
View Related
Aug 19, 2010
I would like to know if what I am thinking is possible and, if so how to set it up. I have a Compaq Workstation that I have loaded on it VMWare ESX 3.5 and FreeBSD. I have successfully edited the grub menu.lst file to boot into either, but i would like to select my choice from another machine running Win7 using Putty ( Since I only have one monitor and keyboard!
Once my workstation loads the grub, presenting the options of OS's, is there a way using putty or some other software GUI on my Win7 machine to see that grub menu and then select which OS the workstation should boot into? ( ESX 3.5 or FreeBSD - This would come in handy so I dont have to disconnect my monitor, keyboard and mouse each time just to select the desired OS!!!)
View 1 Replies
View Related
Jul 25, 2011
I've re attempted going full on Linux using Ubuntu 11.04. I've done really well and have for the most part been able to make just about everything work. I was considering trying to dual boot into OS X on my PC if I could get Windows Office 10 to work in Ubuntu. I've had no luck getting office 10 or any of the suites to work in WINE no matter whos guides and how-to's I've read.
That lead me back into trying to dual boot into XP after a fresh format. The reason I need to get back into windows is that for my college courses Microsoft Word and Excel are required right now. So, this is getting me fairly frustrated as I'm not sure what to do or what the reason behind my other OS not seeing it's internet connection. I have samba and as well as my link to SWAT. I'm able to move files from Linux to XP with no problem, but have yet to configure SWAT as I'm not sure how to. My thinking is SWAT may have a reason to be why there's no connection.
View 5 Replies
View Related
Jun 24, 2010
i decided to install ubuntu in my PC,i downloaded the .ISO image and i installed it in my USB. After trying it and all that i observed that i really liked it and i decided to formally install it to my computer in the hard drive. When i reached the partition thing,i selected to dual boot with Vista and select between each them in every startup,when i clicked FORWARD it gave me an error which i did not read(because,again im a noob) so i clicked cancel.
Today i wanted to go through the process again and now really install it,so again i went to the time zone part and i clicked forward but then,instead of taking me straight to the partition phase,it appeard a window saying "The installer has detected that the following disks have mounted partitions: /dev/sda ...." I clicked yes,to unmount this partitions so it took me to the partition thing,once there i selected the option to install Ubuntu with Vista and select between them i neach startup,then i clicked forward and went to the username/computer name process,once i finished i continued to the next part,the installation,but i selected to import all of my WIndows VIsta default user data,after that i clicked forward and went to the installation process,i went down stairs to eat soemthing while it finishes,i came back and it was finished,it asked me to reboot so i clicked in Restart Now.
When it tried to boot,appeared an error saying: Error: no such devide found: #################### Grub load(or something like that) grub rescue: and it was a command line,since there i havent been able to boot into vista or Ubuntu,im really scared because is the first thing related to OS installing ive done,so i booted my USB and ran the trial and right now im trying to find out what to do from that trial version.
I just went to the INSTALL UBUNTU 10.04 LTS application under the System>Administration Menu and found out that in the partition phase the Install and allow to select between both systems in eahc startup option,i dont know what to do,i foudn out that my HD has still all its data(MUsic/Videos/Folders/Programs/ect.)its just that i cannot boot from it. Also in GParted it appears as /dev/sda1/ and a warning icon besides it,also when i go into information, thers this warning there [URL]
View 9 Replies
View Related
Apr 2, 2010
I am successfully able to kickstart FC12 onto my system, however once anaconda runs it changes the resolution of the console when running a text mode install. Are there any kickstart options that can control this behavior?
I tried to set resolution and nofb in the kickstart configuration. I am using the text option for text install. My problem is that my remote KVM doesn't support the console resolution.
View 3 Replies
View Related
Feb 16, 2011
couldn't find anything similar on the forum.I am writing a kickstart for fedora 14 with a partition table similar to:
part / --asprimary --fstype="ext4" --size=10000 --encrypted --passphrase=pass1
part /boot --asprimary --fstype="ext4" --size=130
part /var --fstype="ext4" --size=5000 --encrypted --passphrase=pass1
[code]...
View 9 Replies
View Related
Jan 4, 2011
I'm migrating a custom RHEL5.5 install DVD to RHEL6 and am having some trouble with the Kickstart script. All things work great with 5.5 but if just copying it over to use with version 6 some things don't work. For example creating a user, doesn't create his home directory, neither automatically nor when using --homedir option. Another example when creating logical volumes I used to use the --percent option with RHEL5.5 which worked perfectly but for some reason crashes under 6. When I set the size to fixed then it works. Does anyone have any idea where I can find up to date documentation for kickstart configuration under RHEL6?
View 4 Replies
View Related
Feb 3, 2011
I have a linux box called worx. Worx has two LAN ports (built in to the mobo). LAN1 (eth0) connects to the network. LAN2 (eth1) connects to MIC, a microscope controller. MIC never accesses the network. I need to be able to use worx to talk to MIC but I don't have my setup correct. The problem I have started via a corrupted filesystem that resulted in a lot of broken packages, including the LAN adapter drivers. I reinstalled the LAN drivers and all the networking utilities. Both adapters can now be used to access the interent if configured with DHCP so there's no issue with the hardware. I need worx to be able to connect to the network on LAN1 and the MIC on LAN2. The MIC is an XP machine that is configured with a static IP (159.159.159.2 in this case). I feel like I should be able to do this myself but for some reason nothing I've tried has worked.
------LAN1 (DHCP) -> internet
-----/
[worx]
-----
------LAN2 (static IP) -> MIC -> microscope
View 2 Replies
View Related
Aug 3, 2011
I have a PC104 running debian. I have 3 hard drives (in addition to the one booting) mounted in fstab by UUID. I use the options defaults,error=remount-ro. However, this means that when I boot with the hard drives not attached, I have to press Ctrl-D to bypass when the boot discovers the drives are missing. Is there a timeout commandoption I can add to fstab so that it automatically continues booting even if the hard drives are not attached? I could not find anything on a timeout command. (I tried adding timeout=1000 but no-random guess)
View 5 Replies
View Related
Sep 20, 2010
I would like to use the VGA-Port for Beamer in "Mirror" Mode how to modify the xorg.conf? I am not familiar with linux configuration.
View 2 Replies
View Related
Dec 8, 2010
I currently have a dual boot system with XP and Ubuntu 10.04 32bit.I need to do a complete reinstall of the XP and am thinking that this would be a good time to transfer Ubuntu to a bigger drive and maybe install the 64bit version. My computer is a few years old but the Core Duo should be able to handle 64bit.
I am wondering though that since I have an old printer, scanner, web cam, etc. whether I would have problems with my system running 64bit. I am also concerned as to whether the software in the library would work properly (if they are not 64bit).There is no pressing reason for me to run 64bit except curiosity so if it will cause problems I can wait.
View 1 Replies
View Related
Feb 18, 2009
When I installed 32-bit linux first, and later when I installed 64-bit linux on a different partition.. then the computer wouldn't boot either linux properly..I'd like to hear from people who installed both 32-bit , 64-bit redhat linux successfully.
View 9 Replies
View Related
Jun 25, 2015
Alright so I am trying to setup a dualboot with desbian on windows 8.1. I have it installed on a usb using Unet, got secure startup disabled as well as fast startup, and I have USB first on the boot menu, but when I restart it just loads as normal and doesn't boot up the usb.
View 10 Replies
View Related
Jun 26, 2009
I run an Intel DP35DP motherboard with 3.0 gig Intel processor with 4 gig of ram. Two 500 gig Sata hard drives. The first hard drive is for Windows XP. The second hard drive is four 6 different flavors of Linux and Data backups. Drive 2 the first 120 gigs is split into six 20 gig partitions with a 2 gig swap file. The second 370 gig is for file backups and Norton Ghost 2009 images.
Install Fedora 11 on the second hard drive and use the automatic partitioning tool but don't put grub on your Master MBR put it on the root partition on your second drive. When you get to the Boot Loader Configuration screen make sure you check the Configure advanced boot loader options. The next screen will give the option where to put Grub Boot Loader. It should say like sda or sdb. Sda is usually your XP Drive. From their finish loading. Put Grub on Sdb?.
Now duel booting using XP boot manager.
Go to [url] and download Bootpa26.zip (It's freeware) Unzip the file and it will make a directory called Bootpart. From the Windows command line change directories to C:ootpartootpa26. Run the command bootpart. This is what you should see.
If youll notice I highlighted in red. That is you�re first Linux root partition 1: D:* Type=83
Run the command Bootpart 1 fedora11.lnx Fedora 11 Leonidas
This will add a boot line to your Boot.INI file.
My file looks like this:
View 1 Replies
View Related
Sep 17, 2010
how I should edit the boot loader so that both WinXP & Fedora are bootable selection options on the boot splash screen. My apologies if this has been asked before. My present grub.cof reads as follows but does not provide me with an XP boot option.
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
[dalpets@localhost ~]$ su
[code]....
View 1 Replies
View Related
Feb 2, 2011
I have now Bt4 on live envir. and i am about to make space for Bt4 using Gparted from Bt ( live env) 'resize & move' at Free space preceding & Free space following on a 500Gb drive,I gave it 101 MiB. I see it says MiB instead of Gb .. but i am confused as to before & after does the before mean actual space fedora will have or is it Mb space for the bootloader a 100Mb or is that 10Gb ?
View 2 Replies
View Related
Feb 2, 2011
I was using Fedora 14 without any other OS installed. That was until i realised i need After Effects because AE 6.5 under wine does not cover my needs.
I installed win XP. Everything's OK so far. Next step, installed Fedora 14. Also, it went OK. I reboot`d the system and i was presented the "mini-shell GRUB Bootloader terminal". Since i don't know anything about GRUB nor i am an HDD Expert i did nothing. But, i used the "System Rescue CD" and chose the "Boot an existing LINUX 32-bit OS". Fedora did load and i'm writing this post from within fedora. The setup i used during Fedora installation is the following.
Code:
When i was presented with the bootloader options i chose to "install bootloader on first sector of boot partition" (something like this i don't remember it) and i did NOT choose "install on MBR" (again i dont remember the exact phrase).
The HDD partitions i created have these properties according to "disk utility".
View 14 Replies
View Related
Mar 21, 2011
I want to install Scientific Linux 6 (RHEL 6 recompiled) and Fedora 14 KDE (side by side). Any step by step procedure to do so. Insofar I've failed dual boot any 2 fedoras.(I've heard that there is an issue with grub legacy, it can't dual boot .. is it so? hard to believe! So far I first installed SL 6 , installed its /boot on MBR and then installed Fedora KDE on other drive and installed its /boot on some other drive ... can't dual boot only getting SL 6 at booting. For both os I was using lvm for their primary drives.
View 4 Replies
View Related
Apr 10, 2011
I am using a Macbook Pro 5,5 , and I want to have Fedora and OS X dual boot. I have created free space using the disk utility from the Snow Leopard install CD. I now have 50 GBytes of free unformatted and unallocated space. So I enter the 64 bit Live CD of Fedora 14 inside, and it works flawlessly in boot. I click on "Install to Hard Drive" option and then of all the installation options I select the "Use Free Space" one. I then use the default settings:
It creates a 500M boot partition (/dev/sda3) and an LVM partition (/dev/sda4). ext4 and swap are allocated by default into the LVM Volume Groups. It then asks me for the location to install the boot loader providing me with 2 options: In the Master Boot Record (MBR - /dev/sda) or in the first sector of the boot partition (/dev/sda3). I go with the second option.
Installation proceeds as planned. While rebooting, I enter OS X and I install rEFIt. In the rEFIt menu, I select the Linux icon, which results in a black screen saying that "no bootable device" or something like that. I restart my Mac, and then select the rEFIt partitioning tool that says that my MBR needs to be updated. I let it sync my MBR, and I restart the computer. I click on the Linux icon again, and then I am presented with the penguin logo on a gray background... and that's about it.
I can't do anything from there. No system is booting, nothing is loading. Booting to my OS X partition works just fine, but Fedora refuses to boot. It is stuck in this logo screen.
View 14 Replies
View Related
Dec 22, 2010
I have a 2008 white MacBook.Dual booting Mac OS X and 11.3?
View 1 Replies
View Related
Feb 26, 2011
I was trying to install a dual boot with OS X and this is what it told me:
"delete partition /dev/sda1"
As far as I can tell, this means it wants to delete OS X. On my mac's terminal, the linux partition is "disk0s3". Am I correct to assume that I should be custom partitioning in the OpenSUSE installer and have it create all its partitions out of sda3 only?
View 7 Replies
View Related
Mar 6, 2010
Right now I have my hard drive partitioned, 1 with ubuntu 9.10 32 bit, and 1 blank. I was wondering if I could but a 64 bit windows 7 OS on the 2nd partition while the ubuntu partition was 32.
Better yet, is there a way to make my current ubuntu 64 bit?
I have an amd phenom ii x4 955 which is compatible with 64 bit OS but I accidentally used my old ubuntu disk with 32 bit on it.
View 5 Replies
View Related
Dec 28, 2010
For example, what's the minimum size required for RAM and HD.
View 2 Replies
View Related
Jan 23, 2011
I've just got a Toshiba NB 250 netbook pre-loaded with Windows 7.
I'm hoping to dual boot this (Windows 7) with Ubuntu. There are three partitions (sda1, sda2, and sda3) already created on the disk. I'm thinking of reformatting the sda3 drive to EXT4 and loading Ubuntu onto this drive. I'm not sure what's on sda1, but sda2 appears to have the windows 7 on it (though I'm not sure about that).
View 9 Replies
View Related
Mar 20, 2011
I am trying to dual boot xp and ubuntu 10.10 desktop. Everything in 32 bit. I have xp installed now and created a bootable usb with ubuntu and am trying it out now. i press install and then select my language. I then select install updates and third party software. I then get to a screen with 2 option erase disk and use that or specify partitions manually. I want the option that says install side by side, but it is not there.
View 9 Replies
View Related
May 27, 2011
Just today, I installed fedora15 on a unused partition on my comp.
Now, it doesn't give an option to boot into ubuntu at all... it boots straight into fedora.
View 4 Replies
View Related