Dual booting S540 and linux with Secure Boot?

At some point I intend to install archlinux with dual boot on my Thinkpad S540 which currently runs Windows 8.1.
All the current advice about dual boot on UEFI machines seems to indicate that the way to go is to disable Secure Boot (and Fastboot) for Windows, and then do the linux install choosing a linux bootloader to allow booting either O/S. I believe I know the steps needed to do that.
Does anyone have any experience with dual booting Windows 8.1 and ArchLinux on the S540?  I would like to retain Secure Boot for Windows, and in the ideal world have Secure Boot running for ArchLinux also. However Secure Boot is fraught with problems for Linux. There are a few distributions such as Ubuntu which will in principle support Secure Boot but I only use ArchLinux and want to install that particular flavour of linux on my machine. It is of course possible to keep switching Secure Boot on and off in the BIOS before booting either of the two installed operating systems but it would be neater and cleaner to have it all with Secure Boot on, or all with it off.
This is all very new stuff so there may well be a lot of problems, but it is worth exploring. I use rEFInd as my bootloader on another UEFI desktop computer to boot ArchLinux so I am familiar with that bootloader, but dual boot is another thing, and Secure Boot with the fast moving developments in that area is something that until now very few people have tinkered with.
Any replies and guidance/suggestions appreciated.

I'm guessing /boot can run from ntfs, however probably not as efficiently as if it were running on ext3/4. Mine runs on Ext4.
To add confusion, you only create one Extended partition, all partitions you create within the Extended partition are called Logical partitions. You should be able to create enough Logical partitions for your needs.
Primary/Extended partitions are normally sda1-4 and Logical partitions will usually start from sda5 on modern Sata HDD systems.
For /boot I would create a small 100mb Ext4 Logical partition. This partition cannot be inside LVM nor encrypted when using Grub1.  I'm not familiar with Grub2.

Similar Messages

  • On system start up safari boots up and shortly after chrome boots up. why? I do not want chrome to boot up.

    on system start up safari boots up and shortly after chrome boots up. why? I do not want chrome to boot up..  What do I need to do?

    It's likely that one of your login items is causing the problem. Select the Login Items tab in the Users & Groups pane of System Preferences. Delete any items that you don't recognize. If you're not sure which ones to delete, double-click each to test it.

  • [SOLVE] Dual Boot Windows and ArchLinux with Syslinux

    Ok, i installed ArchLinux on my laptop with Windows XP (syslinux) and I cannot find get Windows to boot or mount it. I have tried to do what i can to do this but cannot. I Installed XP first like a should and something i think might be needed to know is after i created the partitions scheme (10Gb (boot partition), 50GB (XP), 80GB(was unallocated)). The installation disk formated both 2 partitions in NTFS but i installed XP on the second and Windows reported them as C and D drives. Windows being D. Thought that was bit werid thinking Windows installed the mbr on that partition. When I installed ArchLinux, it did have the boot flag set on 10GB (or C drive).
    Since I installed ArchLinux, I have been unable to find a solution to mounting/booting to Windows. Installed NTFS-3G and that didn't work when i tried mount /dev/sda3 windows and i did created a folder named windows but got ...
    mount: wrong fs type, bad option, bad superblock on /dev/sda3,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so.
    Tried dmesg | tail and got
    [ 76.524133] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 179.468499] ACPI: \_SB_.PCI0.LPC0.ACAD: ACPI_NOTIFY_DEVICE_CHECK event: unsupported
    [ 705.472330] 8139too 0000:02:03.0 enp2s3: link down
    [ 717.380879] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 726.447184] 8139too 0000:02:03.0 enp2s3: link down
    [ 727.596128] ACPI: \_SB_.PCI0.LPC0.ACAD: ACPI_NOTIFY_BUS_CHECK event: unsupported
    [ 732.616138] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 733.848832] 8139too 0000:02:03.0 enp2s3: link down
    [ 834.062062] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 2131.449211] perf samples too long (2534 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    This is when i run sudo lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 149.1G 0 disk
    |-sda1 8:1 0 9.8G 0 part /boot
    |-sda2 8:2 0 1K 0 part
    |-sda3 8:3 0 53.6G 0 part
    `-sda5 8:5 0 85.7G 0 part /
    sr0 11:0 1 1024M 0 rom
    My syslinux is
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda5 rw
    INITRD ../initramfs-linux.img
    LABEL windows
    MENU LABEL Windows
    COM32 chain.c32
    APPEND hd0 3
    NOTE: chain is in the same directory with syslinux
    I really think Windows got corrupted but not sure. Thought about repairing the mbr on windows and booting to it then reinstall syslinux but really don't want too.
    Thanks in advance
    Last edited by jag-ster (2014-11-27 02:12:12)

    Here is the partition table:
    /dev/sda1 one HUGE linux /boot primary partition (assuming ext4)
    /dev/sda2 "name" of the extended partition
    /dev/sda3 primary Windows partition (assuming NTFS)
    /dev/sda5 logical Linux root partition (assuming ext4)
    /dev/sda1 to /dev/sda4 are either all primary, or three primary and one extended. After /dev/sda4 all partitions are logical. If you're still wondering why is there no /dev/sda4, it's because you have 2 primary and one extended, so /dev/sda4 is reserved for another primary partition.
    Windows problem:
    The /dev/sda1 which Windows named C: is Windows equivalent of linux /boot. When you told linux to place its /boot on /dev/sda1 it formated boot files of Windows. Now you have Windows OS with no kernel. In other words there is no way to boot Windows if you don't reinstall it. Actually there is a way, but you would than screw up Arch.
    Mounting problem:
    You can never mount extended partition, only logical (an extended partition is made of logical partitions). You want to do:
    sudo mount /dev/sda3 -t NTFS-3g -o rw,uid=YourUserName /path/where/you/want/this/partition/mounted
    EDIT:
    Try it this way:
    - Backup all your data
    - Delete every partition
    - Start Windows installation
    - Make only one partition (c:/ for Windows)
    - Let Windows make another partition
    - Make one more so you could have a data partition, which does not need to be formated to reinstall Windows
    - Start Arch installation
    - Get to partitioning
        =Partitioning=
        - /dev/sda4 extended (take the rest of the drive)
        - /dev/sda5 logical /boot 512MiB
        - /dev/sda6 logical /          20GiB
        - /dev/sda7 logical /home (the rest)
    Making a separate /home partition will come in handy when reinstalling Arch (any linux distribution), or switching between distros, because it is the equivalent of D:/ in Windows. Also consider LVM.
    Last edited by bstaletic (2014-02-28 23:25:33)

  • Dual booting(Win98 and Linux)

    Hi! All
    I successfully installed oracle Ent 8.16 on the red hat linux 6.2.However,when I reboot my computer, it doesn't show me the booting option that I can choose the one of operating systems either Win98 or Linux. Here is partition information;
    C: Active Win98 Primary
    D: Linux Ex2 Logical
    Linux Swap
    (I made this partition using Partition Magic 5.0)
    Has anybody successfully installed both Linux and Win 98 on the one local machine using Partiton Magic or Fdisk? please HELP ME!!!!!
    Regsrds JC
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by jc:
    Hi! All
    I successfully installed oracle Ent 8.16 on the red hat linux 6.2.However,when I reboot my computer, it doesn't show me the booting option that I can choose the one of operating systems either Win98 or Linux. Here is partition information;
    C: Active Win98 Primary
    D: Linux Ex2 Logical
    Linux Swap
    (I made this partition using Partition Magic 5.0)
    Has anybody successfully installed both Linux and Win 98 on the one local machine using Partiton Magic or Fdisk? please HELP ME!!!!!
    Regsrds JC<HR></BLOCKQUOTE>
    Dear JC,
    My system is running on dual boot with Windows 98 and RHL 6.2 using fdisk. The art is to make Linux the active partition while partitioning. Also modify the file /etc/lilo.conf and increase the delay period to say 60 seconds. This will make the propmt 'LILO boot' wait for 60 secs before booting from the default active partition.
    Let me know if it worked for you.
    All the best.
    Ruchita
    null

  • Dual boot mac and linux

    Hi,
    I am trying to install linux to my MacPro to run both mac and linux operating system. However, I have no clue that how to do that. Could you please give me a help in detail how to do it.
    Thank you so much,
    Xiao

    There are detailed instructions for various methods of installing Ubuntu on your machine here:
    https://help.ubuntu.com/community/MactelSupportTeam/AppleIntelInstallation

  • Trying to boot arch from win7 with EasyBCD; "boot device not found"

    EDIT: title was 'Dual boot with Win7, easybcd + syslinux, getting "Boot error"'. Narrowed down the issue to something unrelated to Arch, and felt this was more accurate. The Arch install is sound, it's getting win7/EasyBCD to load it that's the issue.
    I got a new work computer and am trying to recreate my formerly successful setup, which I documented here some time ago. Unfortunately... I'm having issues. Just a note up front from scouring the internet for ideas: I cannot use syslinux (or any other bootloader) to chainload Win7 vs. the other way around! The computer drive is encrypted with McAfee Endpoint Encryption, and doing anything whatsoever with the MBR from outside of Windows will brick my computer. Just wanted to add that, as almost all issues involving dual boot inevitably bring about the suggestion to "just chainload windows from grub/syslinux/etc."
    With that out of the way, here's the process I used:
    drive setup
    Here's the partition scheme:
    - /dev/sda1: SYSTEM (pre-existing)
    - /dev/sda2: C:, Win7 (pre-existing)
    - /dev/sda3: /boot, ext2 (created)
    - /dev/sda4: /, encrypted Arch root, cryptsetup/ext4 (created)
    My process for creating the partitions is as follows:
    - shrunk C: down from the Win7 built-in partition utility
    - created two unformatted partitions with no drive letter using Minitool Partition Wizard, setting the partition ID to 0x83 for both
    - booted from USB drive of the Arch installation .iso (downloaded Friday 5/29)
    - booted x86_64 arch
    # fdisk -l
    Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x1e6513b3
    Device Boot Start End Sectors Size Id Type
    /dev/sda1 * 2048 2101247 2099200 1G 7 HPFS/NTFS/exFAT
    /dev/sda2 2101248 177278975 175177728 83.5G 7 HPFS/NTFS/exFAT
    /dev/sda3 177278976 177541119 262144 128M 83 Linux
    /dev/sda4 177541120 500103167 322562048 153.8G 83 Linux
    # modprobe dm_crypt
    # cryptsetup -c aes-xts-plain64 -s 512 -h sha512 -i 5000 -y luksFormat /dev/sda4
    # cryptsetup open /dev/sda4 root
    # mkfs.ext4 /dev/mapper/root
    # mkfs.ext2 /dev/sda3
    installation
    I just followed the Arch installation guide but documented my steps to a text file just to be sure...
    # mount /dev/mapper/root /mnt
    # mkdir /mnt/boot
    # mount /dev/sda3 /mnt/boot
    ### connect to internet
    # pacstrap /mnt base
    # genfstab -p /mnt >> /mnt/etc/fstab
    # arch-chroot /mnt
    # echo arch_zbook > /etc/hostname
    # ln -sf /usr/share/zoneinfo/America/Chicago /etc/localtime
    ### uncomment en_US.utf-8 in /etc/locale.gen
    # locale-gen
    # echo LANG=en_US.UTF-8 > /etc/locale.conf
    ### add encrypt before "filesystem" in /etc/mkinitcpio.conf hooks
    # mkinitcpio -p linux
    # passwd
    # pacman -S syslinux
    # cp -r /usr/lib/syslinux/bios/*.c32 /boot/syslinux
    # extlinux -i /boot
    ### the above echoes "/boot is device /dev/sda3"
    Then I edited /boot/syslinux/syslinux.cfg:
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/mapper/root cryptdevice=/dev/sda4:root crypto=sha512:aes-xts-plain64:512:: rw
    INITRD ../initramfs-linux.img
    EDIT: I deleted the contents of /boot, reinstalled syslinux, linux, and mkinitcpio, and repeated the above with `extlinux -i /boot/syslinux`, noting that syslinux.cfg points to ../vmlinuz-linux. Same result.
    Just to double check proper syslinux setup, here's the dir contents:
    # ls /boot
    initramfs-linux-fallback.img
    initramfs-linux.img
    ldlinux.c32
    ldlinux.sys
    lost+found
    syslinux
    vmlinuz-linux
    # ls /boot/syslinux
    cat.c32
    chain.c32
    cmd.c32
    cmenu.c32
    config.c32
    cptime.c32
    cpu.c32
    cpuid.c32
    cpuidtest.c32
    debug.c32
    dhcp.c32
    disk.c32
    dmi.c32
    dmitest.c32
    elf.c32
    ethersel.c32
    gfxboot.c32
    gpxecmd.c32
    hdt.c32
    hexdump.c32
    host.c32
    ifcpu64.c32
    ifcpu.c32
    ifmemdsk.c32
    ifplop.c32
    kbdmap.c32
    kontron_wdt.c32
    ldlinux.c32
    lfs.c32
    libcom32.c32
    libgpl.c32
    liblua.c32
    libmenu.c32
    libutil.c32
    linux.c32
    ls.c32
    lua.c32
    mboot.c32
    meminfo.c32
    menu.c32
    pci.c32
    pcitest.c32
    pmload.c32
    poweroff.c32
    prdhcp.c32
    pwd.c32
    pxechn.c32
    reboot.c32
    rosh.c32
    sanboot.c32
    sdi.c32
    sysdump.c32
    syslinux.c32
    syslinux.cfg
    vesa.c32
    vesainfo.c32
    vesamenu.c32
    vpdtest.c32
    whichsys.c32
    zzjson.c32
    EasyBCD and boot attempt
    At this point, exited the arch-chroot, unmounted/closed my partitions, and rebooted into Win7. Using EasyBCD, I added a entry for a syslinux bootloader, pointing it to "Partition 3 (Linux - 128MiB)."
    I reboot, get the EasyBCD menu, but then the lone words "Boot error" on a black screen. Any key press takes me to some sort of BIOS boot thingy which tells me to "Please install an operating system!" I think this is something built into the laptop BIOS, not anything from the syslinux side. Selecting "Boot existing OS" from the Arch install USB doesn't give me any options at all.
    From what I can tell, I'm using the same procedure that I ended up with on this former troubleshooting exercise.
    Thoughts
    I'm really struggling to understand what I'm doing wrong. I originally had a couple variations on logical/extended partitions since I need my eventual setup to hold a shared TrueCrypt partition so I can access my work files from both Win7 and arch. I tried /boot as primary and Arch/TC as logicals, as well as a primary TC partition with boot/root as a logical drive combination. I've simplified to just primary partitions (as shown above) to troubleshoot.
    It's quite difficult to troubleshoot as I don't know if this is an installation issue or an EasyBCD one. Is there a way to manually try and boot my HD arch install from the install USB? I wanted to try that using the "Boot existing OS" option, but am wondering if it fails since only /dev/sda1 features a bootable flag and it's encrypted so only the HP BIOS can handle it? I thought about making /dev/sda3 bootable, but from my reading I can only have one bootable flag on a Windows system.
    On that note, I checked my BIOS settings and the MBR is set to "Legacy mode" vs. the othe UEFI alternatives, so I don't think that's an issue. I also used blkid to confirm that it's using an MBR (output was "dos").
    I will try UUIDs in /etc/fstab and syslinux next, as there are some other posts (example) talking about this as a potential issue (and, indeed, I sometimes get my HD as /dev/sdb* when booting from the arch USB drive. I can also try grub2 in case it's a syslinux issue.
    Thanks for any ideas/suggestions. Does anything look awry in my description/setup above? I can chroot and do stuff just fine... so I think the install appears to be sound; it's just booting it!
    Last edited by jwhendy (2015-06-06 04:38:09)

    A bit of progress, though this couldn't be much more awful in my opinion. Installed Arch to an sdcard to use as a bootloader, only to find that I can't boot from an sdcard, even though the HP docs say there's an sdcard boot option in the BIOS (which there's not). If the BIOS were in UEFI mode, there is an sdcard option listed in the boot order, but not in legacy mode. Sigh.
    I don't have another sdcard laying around that's big enough to install Arch on, as I'm using my sole 8g drive for the installation media (and no optical drive). Sigh.
    I did, however, through trial and error get my sdd arch install to boot using the installation drive's "boot existing OS" option! Took me a while to figure it out. In my opinion the drive/partition numbering is quite odd. Using the Hardware Information tool, the usb stick shows up as the first drive (so I'd assume hd0), but it can't be as "hd0 3" got me into the sdd installation. I'd have assumed hd0 0 was /dev/sda1, but that must be incorrect, as hd0 3 is /dev/sda3.
    So, where I'm at now:
    - going to re-partition how I originally intended (with truecrypt shared storage as a primary partition and boot/root as logical partitions)
    - reinstall arch
    - try to boot using the above procedure from the installation media
    If that goes well, I'll try to find some teensy tiny usb stick to use as a bootloader device unless someone has any insights on why I can't boot by chainloading from Windows. I think at this point I've narrowed it down to a BIOS or drive numbering or EasyBCD issue, so maybe this post isn't a good fit for the Arch forums after all. Sorry for all the noise/updates... just wanted to provide the updated information as I uncovered it.
    Thanks if you have any ideas or things I could try.

  • Considering buying MacBook, wish to run windows and Linux with VMware

    Considerations:
    Which MacBook pro, do they all support virtualization? I7 MacBook pro Retina display was the device I was considering.
    What are the other considerations, storage capacity, HD or flash, or simply size?
    The operating system I assume would be mountain lion with the mac, I assume thats not an issue.
    VMware was the virtualiszation software I was considerring, any others.
    Just basic starting information needed, in order to even see if it's possible and which path to take.
    Walter

    Yes. And with these modern multicore processors, you can dedicate a few cores to the guest OS to improve performance. One thing you must have is lots of RAM; enough to keep both the OS X host and all the guest systems happy. Since a new Mac will sport Mountain Lion inevitably, 8GB is a minimum choice. Remember you can upgrade the RAM (and drive) with third party alternatives far cheaper than what Apple sticks you for it.
    Virtualization options are Parallels Desktop (most expensive), VMware Fusion (intermediate) or Oracle VirtualBox (free). The two commercial options are naturally more polished than the freebie, but it is fast catching up.

  • Need some help about Win 8.1 and linux with a dual boot

    Hi!
    I have a Lenovo z50-70 notebook and I have a Windows 8.1 on it. (The one which was shipped with this notebook...)
    My concerns are Intalling Linux as a dual boot and loosing Windows 8.1.
    As I am not familiar to Win 8.1, the product key is in the ?BIOS? and there's a lot of partitions...
    If I install Linux Ubuntu (latest version) as a dual boot by manually making the partitions, etc. and then if I lose my Windows 8.1 system, how can I get it back?
    I've made a backup of the system to the portable hdd but I don't know can I restore it, as I have no win installation disc and I am not sure if i can restore win 8.1 from the backup by using random win 8 installation disc that I've made from the downloaded ISO (for e.g. Win 8.1 pro iso from internet)...
    I need a Linux distro for developing my Android ROM but I don't want to lose that Win 8.1 OS from my notebook. So.. What should I do?

    Did you do a full disc backup of the C: Drive using a backup tool other than windows? If you did, then the recover of that partition will be up to your backup software.
    If worse comes to worse, you can use the novo button to restore your computer to what it was like when it came from the factory. But there really is nothing to worry about. Create your new partition and just make sure that you install Linux to that partition. Make sure it is not the same size as any other partition, that way even if the Linux installer does not show the volume labels, you can tell which partition you want to install Linux in just by the size.
    Hoov
    Microsoft MVP - Consumer Security
    SpywareHammer.com

  • Dual boot Windows and Linux?

    I recently bought a T61, and will be taking a programming course.  One prof I spoke with said they ask us to use Unix tools, so one option is to dual boot linux and Windows.  I haven't decided yet whether I will keep Windows Ultimate, or go to XP for this.  But I was wondering how easy/hard is it to make this work, and what kind of steps need to be taken?   If you could point me towards any good tutorials/guides that would be appreciated too.
    Also, I have never really used linux, so which version is best?  I will be needing it for programming, but also still want to do the basics like web surfing, music, dvd's, burning discs, etc.  I have an old copy of Ubuntu that I never used, but its probably about 4 years old.  Is this still acceptable or will I need something newer?
    Message Edited by amace on 05-29-2008 01:28 PM
    T61 15.4" T9300 (2.5GHz 6MB L2) Windows 7 Professional x64 4GB Memory, NVidia Quadro NVS 140M

    Hi,
    If it's just a couple of programming courses that you are going to take I suggest you'd try out VMware player:
    http://www.vmware.com/products/player/
    You can get this software for free and since your system packs a lot of punch it will be able to run it smoothly without any hassle. I'm an engineering grad student and I have to do alot of programming. I've used VMware player before to do some software developement in Ubuntu when I didn't have enough HD to install dual boot but still couldn't do all my other stuff without XP.
    VMware Ubuntu will need a bit of fiddling to get it work just right (USB devices, etc) but it shouldn't be harder than installing a dual boot (actually it is alot easier for my opinion). The only down side is that file sharing between VMware and Windows can be somewhat difficult. I used an external USB drive to share my files but you could always set up Samba to handle file sharing.
    I hope this helps out with your decision.

  • T61p - dual boot Vista and Linux

    Recently I purchased the T61p with Windows Vistra Ultimate pre-installed. It all works well, apart from Vista being slow of course...
    I understand that Lenovo have certified Novell's SuSE Linux for the T61p, and I am considering making the laptop Dual boot - Vista/Linux.
    Does anybody have experience with this? (1) how do I get the certified Linux and (2) any tips on making this work?
    Thanks in advance for yr replies
    Anton (Rotterdam, NL)

    I'm dual-booting XP Pro and Vista Business x64 on a T61, and they both work fine. I also left a partition available to install Linux at some time in the future.
    I built a test box (not a ThinkPad) at work that runs Windows XP Pro, XP Pro x64, Windows 2003 x64 Server, Vista Business, and Fedora Linux, and they all work.
    The key is always install in this order - 95>98>2000>XP>Server>Vista>Linux.
    If you partition the drive and install Linux I don't see any problems.
    ThinkPad T61 15 Widescreen with nVidia Quadro graphics 6459CTO
    Windows 7 Enterprise and Windows XP Pro

  • Dual-boot Kubuntu and XP with RnR

    Hi
    I'm trying to dual-boot windows XP and kubuntu 9.10 and I think it makes sense to separate the so called boot and system partition in windows' term (i.e. having \Windows on one partition and the boot.ini, ntldr stuff on another)... But I can't figure out how to separate them...
    Since I'm dual-boot I am aware XP should be installed first...what I did was installed it onto the second partition while at the partition screen in the XP install and left a smaller NTFS partition as the first one on the list.  Not sure if that would cause the boot and the system to separate...(it seem so since the boot-related file is on C:\  while the Windows directory is on D:\)
    However I install RnR on this Windows and tried to boot into the RnR workspace through the Think button but it notes NTLDR is missing...Windows still boot normally on startup (to me the workspace was probably not installed to the right place perhaps? ; shouldn't it be in like a new service partition called S:\ or something? maybe it got installed into C:\)   I read somewhere that RnR workspace has it's own bootloader and write into the MBR or something...
    since I'll also be installing kubuntu the bootloader will surely get messed up again by Grub...so that might completely screw up everything on Windows side...
    I have no idea what to do to make kubuntu, windows, and RnR all compatible with each other...
    I'm not very familiar with booting and disk management but any help would be appreciated... 

    sry i did not meant to emphasize on installation of kubuntu...my thread got moved here becuase the mod thought I was talking about how to install kubuntu....
    i really don't want to complicate thing by installing kubuntu inside windows... because my windows frequently die on me...i prefer them to be separate and interact only at the boot level in a separate "boot partition (windows' term: system partition)
    this is really about RnR and Windows...the kubuntu install was only a byproduct that I thought might mess thing up even more since it replace the boot loader upon install
    so first thing first:   my RnR cannot boot into its own service partition (think button f11); say something about ntldr is missing, however XP still boot fine....it seem like when I install XP it split the boot and the other file into two partition because I chose the second partition on the list during the install, and the boot files got put into the first partition (C:\)  and when I install RnR it seem to used C:\ as the service partition (i assume that the service partition is related to RnR?).  But since file such is ntldr in C:\ is XP'sm I guess it didn't get overwritten by RnR?
    Basically the main issue at the moment is I can't get the service partition to work with Windows...i guess kubuntu can come later...

  • Zc706 board with PCIe and SFP with tandem boot

    I am trying to add gigabit ethernet via SFP (ala xapp1082) to the zc706 pcie trd reference design and I get the DRC error: 
    [Drc 23-20] Rule violation (HDTC-6) Non-stage-one logic illegally placed - Non-stage-one logic 'z7_pcie_trd_i/gig_ethernet_pcs_pma_0/inst/pcs_pma_block_i/transceiver_inst/gtwizard_inst/inst/gtwizard_i/gt0_GTWIZARD_i/gtxe2_i' is placed at site 'GTXE2_CHANNEL_X0Y10' inside stage one Pblock 'z7_pcie_trd_pcie_7x_0_0_main_pblock_boot'. Non-stage-one logic should not be placed inside a stage one region.
    Which I take to understand that the gigabit transfer for the SFP is in the tandem stage 1 boot area (the small .bit file just for enumerating the pcie port) and it needs to be in the stage 2 area. Can it be moved to stage 2 and if so how? Or can that DRC error be suppressed safely? 
    Thanks,
    Clark
     

    yes you do that in the XDC files. Give the Location constratints for the GT which you want to lock. IF you are using the SFP, then the GT locations are primiary fixed based on the locations of the SFP's. You can check those locations from the ZC706 user guide. You can give pin locations to these for the GT TX, RX outputs which will automatically lock the GT hard blocks as required. 

  • Rescue and Recovery with T40 booting the system (XP) without restoring factory configurat​ion

    (plus bas en français)
    Hi,
    I've a T40 which I want to restore the factory configuration.
    I've installed the up-to-date version of Rescue and Recovery but :
    - when launching Rescue & Recovery from XP, it does not offer to restore the factory configuration
    - at least, this is feasible when I press the "Access IBM" blue button when starting the computer...
    - ... even if factory configuration restore is available there, it does not work. Indeed, it asks me to confirm and then starts the computer again without restoring anything.
    Can someone help me please ?
    Bonjour,
    J'ai un T40 pour lequel je souhaite restaurer la configuration usine.
    J'ai installé la toute dernière version de Rescue and Recovery mais :
    - quand je lance Rescue & Recovery depuis XP, je n'ai pas la possibilité de restaurer la configuration usine.
    - à la rigueur, c'est pas grave car quand j'appuie sur le bouton bleu "Access IBM" lors du démarrage du pc, Rescue & Recovery me propose de restaurer la configuration d'usine... mais ne fonctionne pas. En effet, après avoir confirmé l'opération, le système redémarre et lance XP sans avoir restaurer quoi que ce soit.
    Quelqu'un peut m'aider svp ?

    hey sylvain,
    for the Rescue and Recovery to work, did you make a backup of the system via recovery media ?
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • Setting up a Time Capsule and dealing with security

    Here's an interesting problem/question.
    I had very little trouble setting up my TC on my MPB wirelessly. However, my old PB G4 800Mhz with the original airport card couldn't connect. It would keep timing out. Finally, I called Tech Support and think it managed to stump even the tech support. There was a point the TC wouldn't even work with the MBP. Finally, I unplugged the TC, did a hardware reset then a software reset. In factory default mode, with no security, this PB can connect. However, if I turn on any form of security (WEP,WPA, anything), the PB can't connect.
    Has anyone come across an issue like this? And how did you solve it? Is this clear enough?

    2) What's the difference between joining a network and extending it? Wouldn't joining a network extend its range?
    When joining an existing wireless network, an AirPort Express Base Station (AX) is acting just like any other wireless client (laptop, desktop, printer, etc.); its basic router functions are disabled. When extending an existing wireless network it will "extend" the network connectivity (including Internet access if available) from the base station. The latter is called a Wireless Distribution System (WDS). With the introduction of the 802.11n base stations another method of extending a wireless network was also introduced. This new method retains a 802.11n wireless network by only working with another 802.11n AirPort, whereas a WDS will only operate in 802.11g.
    4) Is there any difference between WEP (Transitional Security Network) on the Time Capsule and WEP 128 bit on the Airport Express?
    Sort of. WEP Transitional is a "hybrid" version of WEP that's supported on 802.11n networks that will have 802.11b/g WEP clients. WEP 128-bit is only available in either the 802.11b/g-compatible, 802.11g only or 802.11b only radio modes.

  • ASA5505 and AD with security group

    Hello,
    i have configured ASA5505 with VPN and with AAA from Active Directory. How i can define Security Group? Now everyone from domain can connect to VPN tunnel. But i need specify users in Security Group in AD.
    regards
    Tomas

    Hi Tomas,
    Please see the document /docs/DOC-9361 In this example, you have to replace "radious.25" with "Idap.memberOf"
    Let us know if you have any more questions.
    Thanks,
    Cisco Moderation Team

Maybe you are looking for

  • How can I replace my retina display screen for MB Pro 15 that broke in accident?

    A 50 inch old 80 pound plasma fell on top of my 3 month old macbook pro 15 retina display screen and broke it to pieces. The computer is working with an external monitor. I am in South America working and new this fixed ASAP, any ideas?

  • Prompt at run time

    Hi, is it possible a user open xcelsius file in PPT or PDF then it will ask for prompts values at run time in query as a web service connection.. My requirement is design xcelsius based on the  query as web service and share xcelsius file  in PPT wit

  • TS3694 errorcode 11 appears when I was trying to upgrade the software for my iPhone 3GS

    While the upgrade to ios6 went on smoothly for my iPhone 4 and my iPads, while upgrading the iPhone 3GS, I came across this error message. Can some one help me how to get this sorted out ?Now the phone shows that I should connect it to my computer th

  • Flashing folder at start up!!!!

    Hi Guys Just wondered if you could help on this one. Whilst in the middle of printing something, i shut down the Mac (intel running os 10. 4) by mistake. When i switched it back on the flashing folder thing happened. I've had this before and the guy

  • A NoSuchMethodError: main  found, Urgent HELP!

    I'm new to Java, and I did a program on JBuilder4 and now I'm trying to run it on JBuilder X and it doesn't work. Please help me, is a homework! The error is: java.lang.NoSuchMethodError: main Exception in thread "main" Here is the start of the code: