| ||||||||
Dual Booting All discussion on Dual Booting 2 operating systems (or even more!) on the Dell Mini
|
| | LinkBack | Thread Tools | Display Modes |
(#1)
|
(#2)
|
(#3)
|
| Member Posts: 59 Join Date: Jan 2010 | I was recently trying to do this, and I found this: Install XP from a RAM loaded ISO image - MSFN Forums But that guide is for Windows. Here are instructions for Linux: Download these files -XP_INST_v04.7z - File is attached to this forum post (Requires registration) -grub4dos-4.4.zip - Download Install these through package manager: -cabextract -p7zip (for unpacking XP_INST_v04.7z) 1) Create an ISO image of your XP cd. The below command should do it in Linux: Code: dd if=/dev/sr0 of=XP_RAM.ISO bs=2048 3) Mount XP_RAM.ISO: Code: sudo mkdir /mnt/ISO sudo mount -o loop XP_RAM.ISO /mnt/ISO Code: sudo mkdir /mnt/IMG mount -o loop XP_INST.IMA /mnt/IMG Code: cabextract -p /mnt/ISO/SETUP/I386/SETUP.EX_ | sudo tee /mnt/IMG/setup/i386/setupORG.exe > /dev/null Code: sudo umount /mnt/{ISO,IMG} a) Format as fat32 using gparted b) create folder called 'Inst' in root of USB drive c) Copy XP_RAM.ISO and XP_INST.IMA to 'Inst' folder d) Open text editor, and copy/paste the following: Code: title XP RAM install ls /Inst/XP_RAM.ISO || find --set-root /Inst/XP_RAM.ISO map --mem /Inst/XP_INST.IMA (fd0) map --mem /Inst/XP_RAM.ISO (0xFF) map (hd0) (hd1) map (hd1) (hd0) map --hook chainloader (0xFF)/I386/SETUPLDR.BIN 8) Make the drive bootable: a) Extract grub4dos-4.4.zip b) Go inside: Code: cd grub4dos-4.4 Code: sudo ./bootlace.com --no-backup-mbr --time-out=0 /dev/sdX # replace 'X' with USB drive letter Installation: 1) Turn off computer 2) Plug in USB drive 3) Turn on computer and hit F12 to get to boot menu 4) Choose to boot from the USB drive 5) At Grub4dos boot menu, select XP RAM install *This will take a while since the ISO will be copied into RAM* 6) Install like normal, but make sure to boot from the hard drive every time setup needs to restart. You only need to boot from the USB drive the first time, but leave the USB drive plugged in for the whole install edit: Sometimes the XP installer will try to make the USB drive C:. If that happens, reboot and boot from the USB one more time. The installer should give the partition you created C: this time. Kind of difficult, I know, but it was the only way I could find to create an USB XP installer from Linux |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Copyright © 2008-2011 MyDellMini.com.







Linear Mode