1
vote
1answer
40 views

How to build a live Debian CD/USB in Windows, bootable in EFI mode?

I tried to install the latest stable Debian release (Debian 7.0 "Wheezy") using the Debian Multi-arch netinstall (AMD64) "debian-7.0.0-amd64-i386-netinst.iso" on my laptop. My laptop has a SecureCore ...
3
votes
0answers
69 views

How do I mount a Windows folder with cifs on Raspian

I'd like to access the music library from my desktop with my Raspberry Pi, and I'd like to do this via Samba/cifs. I did the following: Set the folder Q:\musik as a shared folder on my Windows ...
0
votes
1answer
49 views

Need telnet to connect to phone system, but not full client mode

My telephone system (fritzbox 7170) outputs log data on telnet and some form of script is needed to start it from crontab, capture all data and write anything that comes in to a log file without ...
0
votes
0answers
115 views

Exporting (US International) keyboard layout from Debian (Ubuntu) and importing it to Windows 7? [closed]

Here is Windows' US International layout: (You need at least 10 reputation to post images.) And here is the Debian (Ubuntu) Implementation, namely US International with dead keys: (You need at ...
0
votes
2answers
158 views

Resizing of partitions taking too long in Debian 6 installer

I had a Windows 7 PC, with three partitions on it: The default Windows partition (~300GB in size, primary) Some system stuff Windows 7 needs (100MB in size, primary) A partition called Shared, that ...
0
votes
0answers
147 views

Cannot Map W7 Drive to Samba Server: Access Denied

I tried to make separate Samba accounts with different permissions, but now I can't login at all. I tried mapping a network drive from windows 7, and it says access denied every time, even though I'm ...
1
vote
0answers
178 views

Unable to access Linux share from a Windows machine with NT_STATUS_BAD_NETWORK_NAME error

On the Linux machine I changed the smb.conf like this: [john] path = /root/john/downloads available = yes valid users = john read only = no browsable = yes public = yes writable = yes The path ...
1
vote
3answers
414 views

ntldr.mod missing from GRUB2

I use Debian Wheezy on EFI motherboard and need ntldr module in GRUB2 to load bootmgr of Windows 7 installer, because the way it starts on its own (apparently, using the boot sector of the USB flash ...
4
votes
2answers
281 views

Weird Booting Problem with Debian Squeeze

I have a Windows XP/Debian Squeeze (XFCE desktop) dual-boot set up on a Dell Latitude laptop. The Windows XP portion boots fine. However, sometimes the Debian portion does not boot. If it doesn't ...
-1
votes
1answer
310 views

problem dual booting windows 7 with debian [closed]

I install windows and resize its partition. I then try to install debian in the remaining space. As it's installing the base system, it consistently gives me the following error message: "No ...
2
votes
0answers
174 views

Creating Windows self-extracting executables that can auto-run a script

Does a tool exist (preferably packaged in Debian) to create Windows self-extracting executables that can auto-run a script in the archive once the extracting is done? I've been toying with NSIS but I ...
2
votes
1answer
510 views

Dual boot install (Windows after Linux)

Most of the faqs/how-to for dual booting assume windows is installed with 'nix being installed in unpartitioned space. I need to go the other way, i have wheezy installed and need to install xp, so, ...