Dual boot (Win XP - ARCH 0.8) / disk 80 GByte

Hi,
I am trying to setup DUAL Boot Windows-XP Archlinux on a Compaq nc6320
I want to load linux  from the Window NT loader I have only a " - "  in the left uppercorner when I select --linux--
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional"
c:\boot.lnx="-- Linux--"
Although the boot.lnx is not a text file I could read .... è*·ëþGRUB ·Geom·Hard Disk·Read· Error·»·´Í¬<·uô÷··········
I have a disk of 80 byte
Sda1 NTFS Windows XP 40Gb
Sda3   7 Mb  Grub Bootmanager  installed here (this was a unused space here)
Sda2               
    Sda5 NTFS, about 26 Gbyte
    Sda6 /boot  130 Mb
    Sda7 swap  1024 Mb
    Sda8 /        9,7 Gb    > Arclinux 0.8
I made the file boot.lnx this way
   dd if=/dev/sda3 of=boor.lnx bs=512 count=1
Possible I have problems with the Cylindrer 1024 border ?
Due to company base policy I would like to avoid changing MBR and first ntfs partiton.
Any idea what oher solutions there are ? Thanks.
I id not found LBA support in bios setup.
http://www.geocities.com/epark/linux/gr … HOWTO.html
Last edited by go4it (2007-01-29 15:29:33)

Whenever I've put linux on the same disk as windows I've always used lilo to handle the booting by installing the linux bootloader to the "/root" of the linux partition, before that I would flag the partition as bootable with cfdisk while I was doing my partitioning and untoggle the boot flag for windows, this was also reversible so it never harmed my windows bootloader. 
I would make an entry like this if I was using lilo:
# Partition 3: Windows XP Home
    other = /dev/hda1
    label = WinXP
and then run lilo for the change to stick.
In grub I would imagine you would have to add something like this:
title WindowsXP
    rootnoverify (hd0,0)
    chainloader +1
    makeactive
I now just keep linux on its own seperate drive, to give you an idea how that works this is what my grub looked like last week, I repartitioned and only have arch on there now, so far..... , keep in mind my windows is actually on my second drive, hence the need for the "map" entries, reading up a bit on grub would be to your advantage, its hdd naming scheme is a bit confusing at first, but once ya get the hang of it you realise how powerful and usefull it can be, I love the password and fallback features. 
# grub.conf generated by anaconda
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,1)
# kernel /boot/kernel-genkernelreal_root=/dev/sda2
# initrd /boot/initramfs-genkernel
#boot=/dev/sda2
default=0
timeout=120
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
password --md5 XXXXXXXXXXXXXXXXXXXXXXXXXXX
title Sabayon Linux x86 3.25
root (hd0,1)
kernel /boot/kernel-genkernel-x86-2.6.19-gentoo-r4 root=/dev/ram0 ramdisk=8192 real_root=/dev/sda2 quiet init=/linuxrc splash=silent,theme:sabayon CONSOLE=/dev/tty1 pci=nomsi vga=0x31b
initrd /boot/initramfs-genkernel-x86-2.6.19-gentoo-r4
title Windows XP Professional
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
makeactive
title VectorLinux 5.8 Std Gold
root (hd0,2)
kernel /boot/vmlinuz root=/dev/sda3 ro vga=795
title Arch Linux Voodoo
root (hd0,4)
kernel /boot/vmlinuz26 root=/dev/sda5 ro vga=795
initrd /boot/kernel26.img
Last edited by RabidWolf (2007-01-31 12:32:39)

Similar Messages

  • Add'l Partitions to Dual-Boot Win 8/Arch Linux

    I'm hoping to get a dual-boot arrangement going on my refurbished Asus Q200E Netbook that Santa brought!
    Here's what the hard drive looks like now:
    Asus tells me the following:
    sda1: System Files to start
    sda2: Recovery
    sda3: OS automatically created when an OS is installed
    sda4: Operating System  [Clearly Win 8 is here]
    sda5: Unallocated space (and yet it's formatted and has 25.5 MB of data written on it)
    sda6: Add'l files for recovery
    What's the best approach to create my needed linux partitions?  Shrink sda4, and slide sda5 & sda6 to the left? 
    Any tips/suggestions/warnings would be greatly appreciated!    Does anyone know if my touchscreen will work under Arch...?
    Thanks in advance!
    Last edited by wilberfan (2013-12-28 00:32:21)

    wilberfan wrote:
    alezost wrote:I had similar partitions on my ASUS X75V except of your sda5 (i didn't have it).  I just shrank sda4 (from Windows8 just in case), and then i used the new space for ext4 partitions (this time i used gparted).
    I'm in the process of doing something similar (also using gparted).   Does your Asus have a touchscreen, and did it work after installing Arch? How many ext4 partitions did you use to install Arch?
    No, i don't have a touchscreen, i hope the wiki will help you with that.
    I just used 2 partitions (one for "/" and one for "/home").

  • Dual boot (win 7 / arch) SSD non-UEFI motherboard

    I have a few questions about installing arch on my brand new intel 320. (:D)
    I plugged it in and partitioned 60GB for windows (leaving 50GB for linux). Installed windows fine, then read through the wiki about installing arch.
    I cannot use GPT as I have windows 7, and have to use the MBR method.
    Reading through the wiki, I have a sad feeling I'm going to have to start fresh and reinstall windows, because of the fdisk -H changing header size, and the way cylinders work out.
    Will I need to do a complete wipe already?
    Last edited by heleos (2011-11-04 20:30:28)

    heleos wrote:
    I have a few questions about installing arch on my brand new intel 320. (:D)
    I plugged it in and partitioned 60GB for windows (leaving 50GB for linux). Installed windows fine, then read through the wiki about installing arch.
    I cannot use GPT as I have windows 7, and have to use the MBR method.
    Reading through the wiki, I have a sad feeling I'm going to have to start fresh and reinstall windows, because of the fdisk -H changing header size, and the way cylinders work out.
    Will I need to do a complete wipe already?
    If you eally want to keep gpt, try http://www.rodsbooks.com/bios2uefi/index.html (check whether uefi duet boots in your system first). I think fdisk has the option of ignoring CHS values and use sectors exclusively.

  • Dual booting win 7 and arch: cannot install grub to partition

    I have read the arch wiki page on dual booting and several other sources on line, but I am still struggling to get this to work.
    I am trying to dual boot arch and windows 7 on my lenovo ideapad s205. the machine comes with windows 7 pre-installed.
    I shrank the win 7 partition and added an extended partition with 3 logical partions for /boot, swap, and /.
    I am able to install and run arch by installing grub to the mbr. when I do this, though, I cannot boot windows. (the windows section of grub menu.lst is uncommented and points toward hda0,0. I have tried hda 0,1 as well).
    I have also tried to use the windows boot loader to load arch, as described in the arch wiki page on dual booting. The problem here is that, taking this approach, I should install grub to my /boot partition, but when I try to do this, the installer only allows me to install grub to sda or sdb (the usb stick).
    I have read that grub should be able to boot linux from a logical partition. Is this so?
    Is there something wrong with the arch installer that it is not giving me the option of installing to a partition rather than the mbr, or is this  a problem with my partition scheme, or something else?
    I am tempted to remove lenovo's recovery system, but on the other hand, I have already needed to use it several times while monkeying around with installing arch.
    Thanks for any help.
    UPDATE:
    I now have the laptop dual-booting win 7 and arch. My solution ( adapted from here: http://helms-deep.cable.nu/~rwh/blog/?p=177) was to:
    1. installed arch on the partitions I had created for it, but skipped the "install bootloader" stage.
    2. in win 7, I downloaded and installed EasyBCD and made an entry for arch in it. I checked the option to "Use EasyBCD's copy of GRUB"
    3. When I restarted, I got a grub error because the entry in grub's menu.lst was pointing at the wrong partitions for the kernel and root.
    4. So I went back into the arch live disk, mounted the boot partition and edited menu.lst.
    Now when I start the laptop, the windows boot loader starts and I can choose between win  7 and arch. when I select arch, grub4dos starts and gives me the option to start arch. this is not particularly elegant (nor is it fast), so I think this solution is less than ideal, but it does work.
    I'd be interestd in any thoughts about what went wrong and what a better solution would be.
    thanks.
    Last edited by ratchet (2011-10-10 19:09:16)

    ratchet wrote:II am able to install and run arch by installing grub to the mbr. when I do this, though, I cannot boot windows. (the windows section of grub menu.lst is uncommented and points toward hda0,0. I have tried hda 0,1 as well).
    Is this a typo in your post or how it was in menu.lst? Surely it should be hd0,0 and not hda0,0? The entry I have in my menu.lst is as follows:
    # (2) Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    What was yours?
    Last edited by JHeaton (2011-10-10 20:18:22)

  • [SOLVED] Dual Boot Window 7 & Arch on a Uefi system.

    From the Wiki
    Windows 7 x86_64 versions support booting in x86_64 UEFI mode from GPT disk only, OR in BIOS mode from MBR/msdos disk only. They do not support IA32 (x86 32-bit) UEFI boot from GPT/MBR disk, x86_64 UEFI boot from MBR/msdos disk, or BIOS boot from GPT disk.
    I don't understand this. As stated in the title I have a ueif system so that means I have to create a GPT disk ? I already have a gpt disk which I confirmed by running Arch Live USB. Under type it said GPT. I don't understand this at all
    However if Arch is installed in BIOS-GPT in one disk and Windows is installed in BIOS-MBR mode in another disk,  then the BIOS bootloader used by Arch CAN boot the Windows in the other disk, if the bootloader itself has the ability to chainload from another disk.
    Note: If Arch and Windows are dual-booting from same disk, then Arch SHOULD follow the same firmware boot mode and partitioning combination used by the installed Windows in the disk.
    In the Note above it says both Arch and Windows follow the same boot mode if they are dual booting from same disk. I DO NOT want to do this. I have already decided to partition  my drive with 200 Gb going to Windows and 500 Gb going to Arch. Does this mean that I should install both in different modes i.e. Arch in Bios-GPT and Windows in Bios-MBR.
    The recommended way to setup a Linux/Windows dual booting system is to first install Windows, only using part of the disk for its partitions. When you have finished the Windows setup, boot into the Linux install environment where you can create additional partitions for Linux while leaving the existing Windows partitions untouched.
    UEFI systems
    Both Gummiboot and rEFInd autodetect Windows Boot Manager \EFI\Microsoft\Boot\bootmgfw.efi and show it in their boot menu, so there is no manual config required.
    For GRUB(2) follow GRUB#Windows_Installed_in_UEFI-GPT_Mode_menu_entry.
    Syslinux (as of version 6.02 and 6.03-pre9) and ELILO do not support chainloading other EFI applications, so they cannot be used to chainload \EFI\Microsoft\Boot\bootmgfw.efi .
    Computers that come with newer versions of Windows often have secure boot enabled. You will need to take extra steps to either disable secure boot or to make your installation media compatible with secure boot.
    Being a beginner should I go with Gummiboot then. GRUB made a mess last time.
    Also my secure boot is NOT enabled so is that good.
    I have read the FAQs, Beginner's guide, Installation Guide, Dual Boot wiki entry but I just don't understand the above concepts. But it looks this this is the main thing in dual booting. Almost everything else is doable but this I have to get right on account of what happened the last time I installed Arch without getting the above right.
    Last edited by Some Arch Lovin (2014-06-14 08:53:14)

    A few issues with the dual boot setup
    Hello again, I lost my dual factor authentication grid from lastpass. Opensuse was acutally overwriting new pdf files over my old pdf files so now that grid pdf is actually an Arch cheat cheet with the name last_pass_grid.pdf. And the gmail account I used to register to Arch forums is also in last pass.
    This is why I created another account. I am some arch lovin.
    The installation went smoothly but I could not dual boot Windows7 with Arch because my Win7 image is not UEFI bootable so had to dual boot win8(not a fan at all) and arch.
    Almost everything is working correctly. I have a few issues that aren't affecting how the system is working but they still need sorting out.
    I'll do them one at a time but I want to know from the admins if I should start a new thread? Because in a way this thread accomplished it job i.e. win7 and arch dual booting in uefi system.
    If the answer is yes I should create a new thread depending upon the issue then I will do that but in case its a no since I have only 2-3 problems I am going to ask help for the first one.
    My gummiboot is not working on startup. I have to press f12 and use bios booting menu to boot. The problem with that is if I put Windows at the top of the boot priority the bios does not show F12 and F2 at the time of booting up so I can't access the boot menu. I have to boot into Windows and crash it by holding the power button and then the F12 options shows up and I am able to boot into Arch. If I put Arch at the top then Windows keeps restoring back to an earlier version due to start up options.
    NOTE : I can't be sure but one it did work(only once). I checked the images online to compare with what I saw and its very similar. An all black screen with three bootloading options
    Windows
    Arch
    Opensuse(don't know why I created a completely new GPT partition table)
    This is what I did while installing Gummiboot
    # mount -t efivarfs efivarfs /sys/firmware/efi/efivars
    # pacman -S gummiboot
    # gummiboot install
    I tried going through the gummiboot to see if I can do something but it very difficult to comprehend as a beginner. All I get is the characters gummiboot understands but thats all.
    Last edited by Archer61 (2014-06-11 13:48:56)

  • Dual Boot Vista and Arch

    Hey, I am attempting to set up my laptop to dual boot Windows Vista and Arch Linux.
    The problem I'm having is after installing Arch my laptop still boots windows w/o going to the grub
    I started with having Windows Vista installed on the laptop, and then shrank down the partition with vista by 30 gigs for Arch.
    I was following the Arch setup guide in the wiki along with the Dual Boot Windows and Arch guide in the wiki [wiki]Windows_and_Arch_Dual_Boot[/wiki].
    My partitioning Scheme is:
    /dev/sda1    1.46 gb (some sort of toshiba recovery partition I believe)
    /dev/sda2    117.8 gb (Vista Partition)
    /dev/sda3    1 gb (Swap partition)
    /dev/sda4    29 gb /root partition
    According to the Dual Boot wiki article, I should install the grub to /boot, which in my case is in /root which I did.
    The thing that confuses me about this is if I install the grub to /boot how do I get the grub to boot before the windows MBR?
    Thanks in advanced

    Mclarenf1905 wrote:
    Hey, I am attempting to set up my laptop to dual boot Windows Vista and Arch Linux.
    The problem I'm having is after installing Arch my laptop still boots windows w/o going to the grub
    I started with having Windows Vista installed on the laptop, and then shrank down the partition with vista by 30 gigs for Arch.
    I was following the Arch setup guide in the wiki along with the Dual Boot Windows and Arch guide in the wiki [wiki]Windows_and_Arch_Dual_Boot[/wiki].
    My partitioning Scheme is:
    /dev/sda1    1.46 gb (some sort of toshiba recovery partition I believe)
    /dev/sda2    117.8 gb (Vista Partition)
    /dev/sda3    1 gb (Swap partition)
    /dev/sda4    29 gb /root partition
    According to the Dual Boot wiki article, I should install the grub to /boot, which in my case is in /root which I did.
    The thing that confuses me about this is if I install the grub to /boot how do I get the grub to boot before the windows MBR?
    Thanks in advanced
    It still works fine. It doesn't matter if its not in root directory. Others linux OSes  have their bootloaders in the same directory and it manages to boot just fine.

  • Thinkpad t520 dual boot win 7 and arch + optimus issue

    --today I got my first laptop and first thinkpad..... thinkpad t520 with the following specifications:-
    intel i5 2520M - HD+ AG display (1600*900) - 4 gigs of ram - nvidia optimus -Hard disk 500Gigs 7200rpm - windows 7  and some other windows applications unfortunately a friend bought it for me so he bought it with alot of applications
    --the problem is that I've been using arch linux for a year now, and I love it, no experience with laptops, and I intend to keep windows because I purchased for it and I want dual boot with arch so what is the right disk partitioning to install linux and keep windows untouched............ in my old desktop it was only arch and it was like that:
    128 mb ext2 boot
    2048 swap
    50000 mb / ext4   and the rest of the disk for home folder, now with dual boot what is the right partitoning?
    the second question Does bumblebee work fine with archlinux?
    how to access bios?
    Is there any thread to help to install arch on thinkpad t520 in details ?
    Do I leave the battery always installed or what?
    Last edited by big mac (2012-02-04 13:46:40)

    the Arch partition should take some space from the windows7_os partition. You should keep the Lenovo_Recovery partition if you don't have a Windows installation DVD, or if you think you may want to reset your hard drive to its original state someday. In my laptop I have completely removed it.
    I have a dual boot of Archlinux/Windows7, and I use the following partitioning
    /dev/sda1   ntfs   60.0GiB   /media/C (for windows os)
    /dev/sda2 (extended partition)
          /dev/sda3   swap   4.0GiB swap
          /dev/sda4   ext4    30.0GiB root
          /dev/sda5   ext4    30.0GiB home
    /dev/sda6   ntfs   376GiB   /media/D
    I use the last partition as a shared partition between Arch and Windows, for storing music and videos... I use it also for installing games, so that I  can play them either from windows or from Arch by using wine.
    I'm not saying this is the best way to do it, but this has been working for me, also I don't use a separate /boot partition, I used to have it when I had multiple Linux distros, but with Arch alone I don't find it necessary.

  • Thinkpad x130e dual boot Win 7 and 8

    So, I bought a new Seagate SSD Hybrid drive with the intention of dual booting Windows 7 and Windows 8.  However, upon using my restore DVD's to reinstall Windows 7 on the new drive I hit a snag when trying to install Windows 8.  The Win8 intall says that the drive needs to be GPT and it is currently MBR.  So after removing the partitions and changing the drive to GPT I re-restore the Win7 OS.  Then to my dismay I find that the drive has gone back to MBR during the restore proceedure.
    Is there a way to edit the restore proceedure so that it doesn't change the drive over to an MBR drive?
    Thanks,
    Matt

    the Arch partition should take some space from the windows7_os partition. You should keep the Lenovo_Recovery partition if you don't have a Windows installation DVD, or if you think you may want to reset your hard drive to its original state someday. In my laptop I have completely removed it.
    I have a dual boot of Archlinux/Windows7, and I use the following partitioning
    /dev/sda1   ntfs   60.0GiB   /media/C (for windows os)
    /dev/sda2 (extended partition)
          /dev/sda3   swap   4.0GiB swap
          /dev/sda4   ext4    30.0GiB root
          /dev/sda5   ext4    30.0GiB home
    /dev/sda6   ntfs   376GiB   /media/D
    I use the last partition as a shared partition between Arch and Windows, for storing music and videos... I use it also for installing games, so that I  can play them either from windows or from Arch by using wine.
    I'm not saying this is the best way to do it, but this has been working for me, also I don't use a separate /boot partition, I used to have it when I had multiple Linux distros, but with Arch alone I don't find it necessary.

  • Dual booting Windows 7 & Arch...

    I have 2 SATA hard drives on my system...
    320gb & 500gb
    I have 6 gigs ram, triple core 2.1ghz w/256mb HD 2400 ATI pciE
    Im reading the wiki page https://wiki.archlinux.org/index.php/Wi … _Dual_Boot
    and I have some questions and am seeking some advice..
    I was thinking about putting (in the bios) the 320 as primary w/ windows 7
    and using the 500 for linux.. 300 ( /boot=100mb, /=20gigs /swap=2gigs /home= approx 275gigs) and 200gb FAT32 to share music,pics,documents, et al with both OS's
    maybe using a gparted cd to make the 320 ntfs, /boot ext2, /root & /home ext4 /swap as swap and 200gigs as fat32
    then installing windows on the 320, then using the arch ftp install to install arch on sdb (second sata drive) using the partitions I've explained about.
    now for Grub.. where I get lost is.. i read on one of the many forum posts i read, if you install 7 first, then arch, everythign will work fine and when you reboot you'll have a choice.. now this answer/comment goes against the wiki that says you have to set up grub to do the dual boot.. or am i wrong, will it just "work" (it does with other distros, but I know arch doesnt hold hands like the others, and I really dont want to leave arch jsut to dualboot for the few windows needs i have , photoshop, a good printer, office 2010, and afew other windows programs i still enjoy using for work and play)
    does anyone have any "easier" to follow directions then the wiki to dualboot win 7 and arch? I'm reading and re-reading and re-reading the wiki again, and it seems like greek to me..
    anyone have any other suggestions.. i have win7 in a virtualbox machine, but the usb hub isnt working.. (started happening since 4.x.x.x came out) thought 4.0.0.2 would "fix" this issue, so i made a new vm of win7 and same usb hub isssues in device manager.. so it MUST be a virtual box issue.. and from what I've read, its not being "fixed" anytime soon.. and I cant use my printer on arch no matter what I've done..
    so any advice would be appreciated.. don't want to start something I cant finish.. ( i can install arch with my eyes closed i've been through enougth trial and screwups)
    thanks in advance

    Heres how I do it:
    1. Split my drive into one primary partition and an extended partition with logical partitions for Linux.
    2. Install Windows 7 (first) to the primary partition and Arch Linux inside the extended partition.
    3. Install grub to the drive and just uncomment the lines for Windows. Remember to leave "makeactive" commented out.
    4. Thats it.
    https://wiki.archlinux.org/index.php/Gr … th_Windows
    Last edited by anonymous_user (2011-01-19 18:00:53)

  • Separately encrypt dual-boot system: Windows+Arch

    Hey guys, I want to use a dual-boot system: Windows 7 + Arch (windows being first on hdd). I would also want to encrypt them, but make it so I could access them with different passwords, like if I enter arch, i woudn't be able to see contents of windows, and vice-versa. I need arch to be on LVM, ext4 filesystem(the latter not so important, if it's trouble).
    I've come accross this guide: https://aprescott.com/posts/dual-bootin … encryption which describes windows 7 encrypted with truecrypt + arch(on lvm) encrypted with dm-crypt+luks, grub legacy is put inside MBR, truecrypt bootloader resides on linux /boot, copied from MBR after truecrypt installed it there and then replaced with GRUB. With described approach there is windows boot partition and linux boot partition which remain unencrypted.
    1) The question is, is it possible to do something similar but make those boot partitions encrypted too? so the only thing unencrypted would be MBR? I've read that people used Disc cryptor and with it easily encrypted windows boot partition with no trouble. What about linux boot partition? Maybe there is a way not to make separate /boot for linux, and encrypt the whole lvm partition with truecrypt(so truecrypt would install it's bootloader into MBR and i could save it and use just like in the link i gave above)?
    2)Another question is for people using truecrypt for whole disk encryption. When you do full disk encryption or system encryption(for example Windows), the only thing left unencrypted is MBR? Is the boot sector of windows partition encrypted too? So in this case it maybe possible to keep MBR(at least the bootloader, without partition table) on separate media.
    3)Also, in case of full disk encryption, is partition table encrypted too?
    and please, I don't want questions as "Why do you need it this way?". I just want to have full disk encryption, so if the MBR is the only thing unencrypted I could keep it on separate media and boot from it(Disc Cryptor allows such feature), but I also need the system to be split into windows and linux parts, accessible by different passwords. And I dont think the idea of using truecrypt hidden partition and hidden os is good in here.
    Thanks in advance.
    Last edited by Kape (2013-01-24 13:58:41)

    hiciu wrote:
    /dev/sda
    +--------------------------------------+
    |(mbr and partition table) |
    | +----------------------------------+ |
    | |(truecrypt) windows boot partition| |
    | |----------------------------------| |
    | |(truecrypt) windows 7 | |
    | |----------------------------------| |
    | |linux boot partition | |
    | |----------------------------------| |
    | |(lvm on luks) | |
    | | +------------------------------+ | |
    | | |rootfs | | |
    | | |------------------------------| | |
    | | |home | | |
    | | |------------------------------| | |
    | | |swap | | |
    | | +------------------------------+ | |
    | +----------------------------------+ |
    +--------------------------------------+
    3)Also, in case of full disk encryption, is partition table encrypted too?
    Take a look at diagram #1 . Mbr and partition table will be not encrypted. You don't want that: there are no sensitive data in there; both windows and linux need to access partition table to know where are partitions on disk; mbr must contain some not encrypted code that will be loaded by bios, since that code can't be encrypted it can be modified (potentially in such a way to hide the modifications from the system), as long as you boot from this device there is no way around it without "secure boot" and mbr singing.
    I believe windows boot partition and windows partition can be encrypted with truecrypt (you need to check that, I don't know truecrypt). There still will be some minimal not encrypted bootloader in order to ask you for for key / passphrase, so it is not 100% secure (someone could replace it; search for "evil maid" attack by Joanna Rutkowska).
    Linux bootloader (I forgot about it on diagram) and linux boot partition can't be encrypted (again, unless you do: truecrypt -> grub2 / syslinux -> linux, and there still will be not encrypted minimal bootloader).
    You see, the problem is always the same: you can't boot from encrypted device. You need something that will decrypt it first.
    I just want to have full disk encryption, so if the MBR is the only thing unencrypted I could keep it on separate media and boot from it(Disc Cryptor allows such feature), but I also need the system to be split into windows and linux parts, accessible by different passwords.
    In order to secure boot partitions / bootloaders one could separate encryption and bootloaders, keep data on encrypted disk and keep bootloaders code at secure location (i.e. on pen drive attached to key chain). Take a look at diagram #2:
    /dev/sda /dev/usb-stick
    +--------------------------------------+ +--------------------------+
    |(mbr and partitions table) | |(mbr and partitions table)|
    | +----------------------------------+ | | +----------------------+ |
    | |other data / partitions | | | |linux boot partition | |
    | +----------------------------------+ | | | +------------------+ | |
    | |(lvm on luks) | | | | |grub / syslinux | | |
    | | +------------------------------+ | | | | |kernel | | |
    | | |rootfs | | | | | |initramfs | | |
    | | |------------------------------| | | | | +------------------+ | |
    | | |home | | | | +----------------------+ |
    | | |------------------------------| | | +--------------------------+
    | | |swap | | |
    | | +------------------------------+ | |
    | +----------------------------------+ |
    +--------------------------------------+
    In this setup you boot your system from usb stick. Bios will load and execute mbr and bootloader from usb stick (and you know its good since you have it physically secured), it should decrypt luks and boot system. You still can run windows with truecrypt using /dev/sda as boot device. I know I didn't exactly answered your questions.
    1)so this way i can leave mbr(including partition table) empty on hdd, while having them on usb stick? good. I can put copy of mbr with truecrypt loader on that usb stick too along with /boot partition just like in the link i gave above? So there would be NOTHING left unencrypted on my hdd? i like it.
    2)My main goal is that hdd would look like blank if someone would want to check its contents. I've heard using Luks leaves some traces in the volume header?(it's not possible to use truecrypt for full linux system encryption too, right?)
    3)How do i properly put /boot on usb stick? Also will there be any troubles updating arch with /boot being on separate media?
    thanks!

  • Dual Boot Win 8.1 & Win 7

    I've just taken delivery of a 15-p011na laptop.
    This has Windows 8.1 & a 1TB HDD with 5 apparent partitions seen with AOMEI Partition assistant as follows:
    *: WINRE       NTFS 650.00MB capacity 421.48MB used
    *:                      FAT32 260.00MB capacity 117.95MB used    system
    *:                      Other  128.00MB capacity      0.00MB used
    C:Windows   NTFS  908.78GB  capacity    42.31GB used    Boot
    D:Recovery  NFTS         21.71GB capacity     19.57GB  used     
    I would like to create a dual boot with Windows 7 so that I can copy my Windows 7 (32 bit) drive from my old computer to another partition. I have tried shrinking the size of C partition and then installing Windows 7 32 bit on the unused partition. However, I get an error saying that the drive is GPT and I've read that the only way around this is to convert the whole drive to MBR which can be done on the fly with a utility like AOMEI Partition Assistant.
    However, MBR will only recognise up to 4 partitions and I would require 6 with the shrunk C partition so can I get rid of the 3 small partitions or will this affect the drive? I have already made a copy of the restore software onto DVD's.
    Failing that perhaps I can boot from my old Windows 7 drive as an external USB drive but any attempt to boot from it just crashes and I've tried using Paragon Adaptive resore but the USB drive isn't recognised.
    Any ideas would be greatly appreciated.
    TIA.
    Geoff.

    Paul
    Given what the cable does and what device manager looks like it is a driver issue.  Their driver.  Your best bet is to contact the developer BUT I do wonder if you have tried re-installing the driver in compatibility mode for win 7
    To install in compatibility mode do the following:
    Right click the installer>properties>compatibility>choose OS
    http://windows.microsoft.com/en-US/windows-vista/Make-older-programs-run-in-this-version-of-Windows?SignedIn=1
    (works in vista, win 7, win 8, and win 10)
    Wanikiya and Dyami--Team Zigzag

  • Dual Boot Win 8.1 & Ubuntu 14.04

    Hi,
    I would like to create a dual boot. I have a rather new ThinkPad  Yoga. Here are my questions:
    1. I was told I should make a recovery image or something when I bought it. How do I do that and what is it? is it just a plane Image or is it "Create your own Windows DVD"? In Volume Manager I have 4 Partitions, 1GB and 18GB are both called recoverypartitions, then an EFI and the normal C. (Didnt touch that)
    2.How can I get my Win Key and a proper Win8.1 Image?
    3. How can I create a new partition for installing Ubuntu 14.04 Server 64 bit? How to do it properly.
    4. Drivers for Ubuntu? Any tips?
    Thanks

    Hi,
    We may need to move this to the Linux board for the last 2 questions, but let me try to  address the Windows side.
    1. Methodology to create Recovery Media and reload a Lenovo system with Microsoft Windows 8 preload
    2. The key is embedded in the BIOS.  As I understand it, an install of the same version of WIndows should detect it automatically.  Try this for the Win image:  http://windows.microsoft.com/en-us/windows-8/create-reset-refresh-media
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Error with dual boot Win 8/OL6 R3

    Hello,
    I am hoping to discuss this with someone who has experience with this configuration. My goal is to get Oracle Linux dual booting on my windows 8 machine.
    I have installed OL but I am having trouble getting it to dual boot win8/OL using the windows boot menu. Whereas windows 8 boots as expected, the Oracle Linux option gives me the error:
    "+Windows failed to start. A recent hardware or software change might be the cause...contact you system administrator or computer manufacturer for assistance+
    +File:+ \NST\nst_linux.mbr
    +Status: 0xc000007b+
    +Info: The selected application or operating system couldn't be loaded because a required file is missing or contains errors.+"
    Here are some details of the scenario:
    - Documentation followed: Red_Hat_Enterprise_Linux-6-Installation_Guide-en-US.pdf
    - Hardware: Dell Precision M4700 64 bit UEFI
    - OEM installed/Default OS: Windows 8 Pro 64 bit
    - Installation source: OracleLinux-R6-U3-Server-x86_64-dvd.iso (written to DVD)
    These are the broad steps I followed:
    In windows 8
    I:
    - downloaded the Linux ISO software. The checksum on the download matched
    - wrote the ISO to a bootable installation disk
    - created a new 344gb partition for Linux using the DOS DISKPART command - partition 7
    Linux Install
    - I booted using the Linux installation DVD and started the installation
    - When Installing Linux partition 7 became a 500mb system partition and partition 8 became the 343 gb Linux partition
    - I manually created the boot partition as ext3 (because the pdf I was following said "+If your 64-bit x86 system uses UEFI instead of BIOS, you will need to manually create a /boot partition. This partition must have an ext3 file system. If you choose to partition automatically, your system will not boot.+"
    - I installed the boot loader on sda7. I selected “First sector of boot partition - /dev/sda7”. I assume this installs separate GRUB boot loader on the Linux partition (7) – which will then be 'chain loaded' from the windows boot menu. Put another way, it will boot with the windows boot manager, which will give me an option to chain load the Grub boot loader, which will then run Linux...
    - I chose the desktop installation
    - The installation reported that it completed successfully
    I successfully booted back into windows:
    - I used easybcd to edit the microsoft bcd and successfully created a boot menu for Oracle Linux. I used the legacy grub because the Linux documentation says "+Note that the version of GRUB in Red Hat Enterprise Linux 6 is an old and stable version now known as "GRUB Legacy" since upstream development moved to GRUB 2.3 Red Hat remains committed to maintaining the version of GRUB that we ship with Red Hat Enterprise Linux 6, just as we do with all packages that we ship.+".
    - After installing Linux and updating the BCD, the BCD now looks like this:
    Windows Boot Manager
    identifier {bootmgr}
    path \EFI\Microsoft\Boot\bootmgfw.efi
    description Windows Boot Manager
    locale en-US
    inherit {globalsettings}
    integrityservices Enable
    default {current}
    resumeobject {2b56acdd-8bbe-11e2-9ba6-b8ca3ad88679}
    displayorder {current}
    {524cc0d3-8bce-11e2-935f-b8ca3ad88679}
    toolsdisplayorder {memdiag}
    timeout 30
    Windows Boot Loader
    identifier {current}
    device partition=C:
    path \Windows\system32\winload.efi
    description Windows 8
    locale en-US
    inherit {bootloadersettings}
    recoverysequence {524cc0d1-8bce-11e2-935f-b8ca3ad88679}
    integrityservices Enable
    recoveryenabled Yes
    isolatedcontext Yes
    allowedinmemorysettings 0x15000075
    osdevice partition=C:
    systemroot \Windows
    resumeobject {2b56acdd-8bbe-11e2-9ba6-b8ca3ad88679}
    nx OptIn
    bootmenupolicy Standard
    Real-mode Boot Sector
    identifier {524cc0d3-8bce-11e2-935f-b8ca3ad88679}
    device partition=C:
    path \NST\nst_linux.mbr
    description OracleLinux
    I'm not sure the BCD entry is correct. I assume that this entry should be pointing to the nst_linux.mbr on the Linux boot partition. However I have verified that this file exists in windows 8:
    C:\NST\nst_linux.mbr
    I haven't been able to exactly confirm how the boot process should work i.e. whether this file should actually be in the Linux boot partition (as opposed to the windows c drive) and whether the BCD should also point to the Linux boot partition when referring to this partition.
    As I mentioned above, I now have the windows boot menu with Windows 8 (which boots successfully) and Oracle Linux (which gives me the error see below for complete wording**). Is the Real-mode Boot sector wrong? Should it point to the Linux boot partition? Is it a problem with my UEFI disk? I don't think it should be because this version of Oracle Linux supports UEFI and my hardware is UEFI.
    Has anyone carried out a similar win8/OL dual boot?
    2001
    ** Complete wording of the Linux boot option in the windows boot manager:
    Windows failed to start. A recent hardware or software change might be the cause. To fix the problem:
    1. Insert your Windows installation disk and restart the computer.
    2. Choose your language settings, and then click "next".
    3. Click "Repair your computer".
    If you do not have this disk, contact you system administrator or computer manufacturer for assistance
    File: \NST\nst_linux.mbr
    Status: 0xc000007b
    Info: The selected application or operating system couldn’t be loaded because a required file is missing or contains errors.
    Edited by: 2001 on Apr 1, 2013 4:27 PM
    Edited by: 2001 on Apr 17, 2013 5:17 PM

    Hi,
    Here are my responses:
    *[asmirnov]* Could you please confirm, I just want to see if I got it right the first time -
    *[2001]* I'm happy to share my progress
    Q1)
    *[asmirnov]* You did create a partition (where you would install Linux) from Win8, correct?
    *[2001]* Yes. I used diskmgmt.msc to create a separate partition. I didn't format the partition because the Linux install doesn't want that, it creates and formats the partitions in the unallocated partition
    Q2)
    *[asmirnov]* You use GRUB (not GRUB2)?
    *[2001]* I'm not sure where you were asking about, so I hope my answer here covers all possibilities you may have meant.
    I was using the windows 8 boot. I wanted to chain load to the boot loader in the Linux Partition. It is interesting what the Linux install did with my partition, it created 2 partitions in the unformatted partition. 1 was a bootable partition and the other was the Linux partition. The details were:
    2 sda’s (a boot / ext4 and a VolGroup (vg_linuxlocalhost)/ physical volume (LVM) ). In the VolGroup it created 3 lv’s, lv_root, lv_home and lv_swap. I understand that this is all normal.
    I followed the documentation note which said "To configure the Red Hat Enterprise Linux boot loader to chain load from a different boot loader, you must specify the boot drive manually. If you chose any of the automatic partitioning options, you must now select the Review and modify partitioning layout option before you click Next or you cannot specify the correct boot drive"
    So there was also the note in the documentation that said "Note that the version of GRUB in Red Hat Enterprise Linux 6 is an old and stable version now known as "GRUB Legacy" since upstream development moved to GRUB 2.3 Red Hat remains committed to maintaining the version of GRUB that we ship with Red Hat Enterprise Linux 6, just as we do with all packages that we ship." I didn't install any bootloaders manually (either the windows 8 OOTB default that came with my machine or the Linux one), I just took the defaults. I'm wasn't sure how to access the Linux partitions once it is installed, so I can't confirm it was the legacy GRUB in the Linux boot partition, but I believe this note is saying that it OL6 does use the legacy grub. I believe GRUB Legacy is version .97.
    Q3)
    *[asmirnov]* Which version of Linux exactly did you use, was that Oracle Linux or you used one from RedHat directly? What is the kernal version?
    *[2001]* I used "OracleLinux-R6-U3-Server-x86_64-dvd.iso.sha1sum" from the mirror site http://mirror.aarnet.edu.au/pub/oraclelinux/OL6/U3/x86_64/. According to the release notes at: https://oss.oracle.com/ol6/docs/RELEASE-NOTES-U3-en.html the kernel is
    - Unbreakable Enterprise Kernel Release 2 [kernel-uek-2.6.39-200.24.1.el6uek]. Installed and booted by default
    - Red Hat compatible Kernel [kernel-2.6.32-279.el6]. Installed by default
    Note: By default, both the Unbreakable Enterprise Kernel and the Red Hat Compatible Kernel for the specific architecture (i386 or x86_64) are installed, and the system boots the Unbreakable Enterprise Kernel by default. If needed, /etc/grub.conf and /etc/sysconfig/kernel can be modified to make the system boot with the Red Hat Compatible Kernel by default.
    Regarding your follow-up point that "Microsoft blocks 3rd party chainloaders from the BCD menu for UEFI machines. We are researching workarounds, none have presented themselves as of yet.", I'm not sure it actually blocks it, but it certainly isn't a straight forward process.
    I have actually abandoned my attempt to get the dual boot working. It is a real shame because I wanted to do it for my own satisfaction.
    I am now using Oracle Virtual Box as suggested by others, include Dude earlier in this thread. This has given me confidence that I was doing all the right things because the install worked first time without any problems. The virtualization is much simpler and I have had no problems so far.
    Fusion
    As for your point about the fusion middleware and OL5. I am looking at Oracle SOA with is part of the Fusion brand. I think that the latest SOA components will work on OL6 - but I have yet to try it. Following the certification matrix can be a little difficult. So as I indicated above, my current thoughts are to use the Oracle Virtual Box with Linux r6 u3 and to install the SOA components on that when I get chance. The alternative is using the pre-built virtual machine it has Linux and SOA (it might cover your stack too, or there may be another one that suits you better on the site) http://www.oracle.com/technetwork/middleware/soasuite/learnmore/vmsoa-172279.html. Note that this is still on OL5.
    I hope this helps.

  • Can I possible to use dual boot(windows 7 in internal hard disk and windows 8 in external hard disk)?

    i want to create dual boot(2 OS in 1 laptop) in my laptop but my internal hard disk reach maximum(3) logical partition so my genuine windows 7 os is not allow me to create new logical partition and install win8 pro. i planed to purchase
    one external hard disk and connect with my laptop and install win8 in external hard disk and use both win8 and 7. This is possible? If possible how to i create? please give me step by step instruction.

    This is a developers forum for the presentation manager windows forms classes and api's
    Try what has now a new name again user community forums, formerly answer forums.
    http://answers.microsoft.com
    Success
    Cor

  • G780: dual boot Win 7 and Linux

    I have a G780 with win7 pre-installed. When I tried to get GNU/Linux Mint Dual-booting, the wifi-driver didn't work and most importantly, I wasn't able to make a new partition because there were already four: the boot-partition, the windows-partition, one labeled "Lenovo" and one "Lenovo2" (or something like this). The hard-disk is formatted in a way so that only four partitions are allowed.
    Does anyone have an idea how to solve those problems?
    Moderator note:  off-topic post moved to its own thread.  Subject edited to match content.  Was:  Re: Dual booting pre-installed Windows 8 and Linux?

    Hi Zoltan.
    You'll need to operate on the partitions with gparted. It uses its own partition table type, gpt, instead of the DOS partition type, which limits the number of primary partions to four.
    I believe that Mint comes with gparted, but you can boot gparted from a live cd or usb.  With it you can shrink the Windoze partition to create root, swap and home partitions.
    Regards,
    KD

Maybe you are looking for

  • Creating a small HTML-Editor using JEditorPane

    Hello! I'm trying to create a small HTML-Editor. Via this editor users shall be capable to create formatted text (bold, italic, underlined, different sizes, different fonts, different colors). Furthermore, if the user pushes the enter-button a new li

  • Very Disgruntled

    Hi, Could someone please tell me the correct way to format a media card, earlier this month I posted a new topic relating to the fact I was having trouble formatting a 16Gb sandisk micro card for my new 8310, I was not able to format it due to the di

  • T530 sound stops and starts

    The sound on my T530 will stop working and then if I leave it alone for a while it will start back. It seems to happen after I've used my headphones but I'm not sure. Any ideas?

  • ITunes Medium Error note When Attempting to Burn Cds.

    Ive had no trouble with iTunes till now. I keep getting an error message saying the burn could not be completed because of medium write error. is this just my cds. even tho ive tried several types? or something worse like my drive is dead? it still r

  • Problem with URL encoding conversion

    Hi all, I am working on an I18N application and in my application one component sends the request to another component and then this component fetch that requet and extract the query-parameters from the request (HTTP request). Now the problem is that