Update-grub (grub-mkconfig -o /boot/grub/grub.cfg)

okay   so i use a bash script to generate my grub config     its just an alias to grub-mkconfig -o /boot/grub/grub.cfg  but with the last update    (today) i am now getting this
[fennectech@FennecNET_Mobile ~]$ sudo update-grub
Generating grub configuration file ...
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
/proc/devices: No entry for device-mapper found
/proc/devices: No entry for device-mapper found
done
i am really worried    not sure what this means
EDIT______
[fennectech@FennecNET_Mobile ~]$ sudo update-grub
[sudo] password for fennectech:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
done
[fennectech@FennecNET_Mobile ~]$
now this is after a reboot
Last edited by fennectech (2014-07-08 18:27:09)

Not a Sysadmin issue, moving to NC...

Similar Messages

  • [solved] /boot/grub/grub.cfg installed as /boot/grub/grub.cfg.pacnew

    Hello there,
    With the latest update of grub-common I got the following message:
    ( 3/15) upgrading grub-common [################################################################] 100%
    warning: /boot/grub/grub.cfg installed as /boot/grub/grub.cfg.pacnew
    However, should I reflect the changes of grub.cfg.pacnew or simply ignore it because grub.cfg is generated automatically?
    Last edited by orschiro (2013-05-29 05:08:19)

    koz wrote:
    cfr wrote:
    Natanji wrote:I just broke my system with this, so I think the package should *at least* post a notice to the user asking him to run "grub-mkconfig -o /boot/grub/grub.cfg" - or simply doing so post-installation, even. I know, my fault, but it's still really easy to overlook...
    Since automating it would make it virtually impossible to maintain a manually configured grub.cfg, I disagree. Arch does not do that stuff automatically. Even for those who do not hand edit the config file, it is likely to break things if people have more complex setups. (For example, in some cases, grub will not find an OS unless the partition is mounted and it might not be mounted.) Actually, not even Fedora does this automatically although I suspect that is considered a bug.
    As for the warning, pacman does warn you. It tells you it has installed a *.pacnew file. That tells you two things: (1) you needed to customise the previous default config, and (2) the default config has changed. That copying the pacnew over your old config will break things is standard: blindly copying *any* pacnew over your old, customised file will break things. I agree that it breaks things in a bigger way in this case but the principle is exactly the same. That is not to say that I think a reminder would be out of place - other boot loaders'managers do post such messages. But being told about a pacnew or a pacsave file *is* notification from grub that user intervention is required and this is usually because somebody who knows the system and customisations made previously is required to adapt the changes to accommodate the update. i.e. it is usually because blindly overwriting stuff is very likely to break things.
    It is automated! WTF?!
    Not really. One can hand edit grub.cfg and the package does not interfere with that.
    This is what pacman threw out at me:
    warning: /etc/default/grub saved as /etc/default/grub.pacsave
    warning: /boot/grub/grub.cfg saved as /boot/grub/grub.cfg.pacsave
    ( 1/11) upgrading cgminer [#######################################] 100%
    ( 2/11) upgrading e2fsprogs [#######################################] 100%
    ( 3/11) installing grub [#######################################] 100%
    Copying /boot/grub/grub.cfg.pacsave to /boot/grub/grub.cfg
    Is this intended??
    It, thankfully, didn't break anything but this isn't what should have happened. I am sure it will ruin someone's day.
    I agree this is strange. I have no idea why it moves your old config to a .pacsave and then copies that .pacsave back to grub.cfg. Effectively what it does is just make a copy of your config as .pacsave but I don't know why it does that.
    It is in fact quite unlikely to break anything since it is very likely that an existing grub.cfg will work with the new version of grub. Obviously people should check but if somebody doesn't it is not likely to do any harm. I am not sure what you did to break your configuration but I doubt that you copied grub.cfg.pacsave to grub.cfg.

  • Adding hibernation support to Ubuntu grub.cfg file

    Hi everyone,
    I have a triple boot system being configured here (Win7, Ubuntu and Arch). I keep Win7 around because I have to deal with some MS Office files that sometimes won't work well in LibreOffice etc. Ubuntu is, now, my stable linux distro, and Arch is becoming my fast, personalized distro, for testing and playing around.
    I'm trying to make Arch hibernate when I tell it to and come back successfully. I can, by now, make it hibernate, but it won't return to it's original state when I turn the computer on again (it boots like if I had a forced shutdown, checking filesystems etc). I already know that I have to add the "resume=my-swap-partition" line to grub.cfg, but grub is installed in Ubuntu, not Arch.
    Now, to add the "resume=..." I should go to /etc/defaults/grub and add it to GRUB_CMDLINE_LINUX and run update-grub. But instead of adding it to Arch line in the grub.cfg, it adds to the Ubuntu one.
    Can anyone help me how to add snnipet to Arch's grub.cfg line withou editing the file mannualy (which means I want to use the "correct" way that grub2 is suposed to be configured by)?
    I hope I have been clear, English is not my first language. And I'm sorry if I posted in the wrong place, but I really didn't know where else to post. Thanks in advance for any reply.

    You basically have two choices.
    1. Change your installation so that Arch is controlling grub, and then use the method you describe above. Install grub from Arch, and use os-prober and update-grub to add an entry for Ubuntu.
    2. Continue to allow Ubuntu to control grub, in which case you should really be asking for help on the Ubuntu forum, not here.
    2a. If you continue to allow Ubuntu to control grub, you can copy your Arch entry from /boot/grub/grub.cfg into /etc/grub.d/40_custom, and then edit that file. If you are using os-prober to recreate your Arch entry when you update grub from Ubuntu, you should disable it (chmod -x /etc/grub.d/30_os-prober).

  • [Solved] Grub configuration (grub.cfg) no Windows 8 menuentry

    Hi! How should one generage grub.cfg for Windows 8 on old hardware? A PC is over 4 years old. Grub-mkconfig gives nothing for a ntfs partition with Windows 8.
    Last edited by marko90 (2014-11-24 21:01:26)

    marko90 wrote:
    Thanks a lot for the replies. Here they are:
    [root@localhost ~]# parted -l
    Model: ATA WDC WD1600BEVT-6 (scsi)
    Disk /dev/sda: 160GB
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos
    Disk Flags:
    Number Start End Size Type File system Flags
    1 1049kB 21.0GB 21.0GB primary ext4
    2 21.0GB 157GB 136GB primary ntfs boot
    3 157GB 160GB 2625MB primary linux-swap(v1)
    You do not have the main Windows partition on your system, just the boot partition.
    There should be a second ntfs partition with no boot flag...
    EDIT: I think so anyway -- that's how my Windows partitions show up on an MBR BIOS system.
    Last edited by Head_on_a_Stick (2014-11-24 20:58:54)

  • Grub.cfg

    I know that grub2 usually does this manually, however that is not an option. It's a long story.
    I have to manually configure my grub.cfg file(I know its not recommended)
    Since Grub2 is relatively nonstandard, and I see multiple posts about grub2 here, can anyone help me out?
    This is what I have:
    menuentry "Fedora, linux 2.6.31.5-127.fc12.x86_64" {
    insmod lvm
    set root=(haven-gate)
    linux /vmlinuz-2.6.31.5-127.fc12.x86_64 root=/dev/mapper/haven-gate ro quiet rhgb
    menuentry "Fedora, linux 2.6.31.5-127.fc12.x86_64 (testb)" {
    insmod lvm
    set root=(haven-gate)
    linux /vmlinuz root=/dev/mapper/haven-gate ro single quiet rhgb
    My /boot is a logical partition (gate) in logical group (haven)
    My root is encrypted and is also part of a logical partition(central) in the same group
    I have a number of questions
    1. The root is encrypted. I know it is not setup right, and points to /boot instead of /root. I believe the cryptoroot function was used in grub, what about grub2? I could really use some help in this regard.
    2. The second entry is a test. Is it legal to use /vmlinuz as a shortening for the the vmlinuz line. I read somewhere it would automatically boot the latest kernel
    Any help with the above two questions would be greatly appreciated. Configuring grub correctly will allow access to Fedora for the first time in a long while. Thank You

    tried a recompile, did everything by the book, and rendered kernel unbootable. Nothing I did (regen initcpio, etc) could fix it, and the same cryptic GRUB error message appeared when attempting to boot any of the three kernels I have. Something about cryptouuid. I did a complete system reinstall and am now using the stock arch kernel. After going back to stock, I can say that the bfs scheduler was not all it's cracked up to be... I'll stick with stock from now on. No more kernel-compile forays for me.
    Got my phone working with mtpfs now that fuse is in the running kernel, so I can get files transferred despite the lack of MSC mode. Why the android devs didn't stick with MSC, I'll never know. It's so much less of an issue, on any given system. Only thing that supports MTP out of the box is Micro$oft's crashware turd, M$ Windows... they took linux (a UNIX-like system), built a phone OS out of it, then denied UNIX-based systems easy access to said OS in favor of a slower, inefficient, Micro$oft-invented protocol. Bah.
    Bluetooth is having issues now, despite the reinstall. The bluetooth device (hci0) is missing, even though the systemd unit for bluez is running. I had this issue on my previous stock install before I moved to a custom kernel and built bluetooth directly into the kernel, and if it behaves as before it will randomly work and not work across reboots. If anyone in this thread has an answer, that would be awesome. Otherwise I'll repost under networking. Either way, the original GRUB issue is fixed, so I'm marking this thread solved.

  • Forgot to make grub.cfg now what?

    Ok so went through the whole install and just forgot to make a grub.cfg file at the end. how can i do this now? I am having som much problems with mdadm and raid right now its unbelievable. i have a raid for my boot and root partitions. I know if i could reassemble the raids in the live cd i can just re chroot back in and generate a grub.cfg. if i run mdadm --assemble it says "/md1 is not in the config file" if i run mdadm --creatwe it says the devices are busy?
    Pleas HELP!!!
    i do not want to reinstall again!

    paulb787 wrote:i do not want to reinstall again!
    Why would have need to?  Do as SC suggested and you'll be fine.

  • After installing 10.7.2 update the OS does not boot.Any thoughts????

    After installing 10.7.2 update the OS does not boot. I tried to recover from recovery hd disk but after 3 attempts I am still not able to download lion! Any thoughts????

    Try the Lion Community, and bookmark the notebook community (this is not).
    You will probably need to provide others with more information too.
    Cloned backup? TimeMachine? using Disk Utilityh to repair Lion from the recovery partition (comnand r on startup)

  • After Security updation of Windows 7 in Boot Camp (Mac Book Pro with Retina Display) on 13-Nov-2013, Windows 7 Desktop Gadgets are not working properly.

    After Security updation of Windows 7 in Boot Camp (Mac Book Pro with Retina Display) on 13-Nov-2013, Windows 7 Desktop Gadgets are not working properly.
    This is boot camp problem, because in other normal notebooks (e.g. SONY VAIO, Lenovo with Windows 7) the gadgets are working normally.
    I am attaching the screen shot of Desktop Gadgets and Security updates of Windows 7.
    Kindly solve this issue ASAP.
    Shailendra Gupta
    <edited by host>

    You are not addressing Apple, but a community of unpaid volunteers. So ASAP won't cut it. Also, you should refrain from posting personal information (like your email address) in the body of your comments, as this is part of the community usage guidelines.
    Have you reinstalled the latest Boot Camp Windows 7 drivers, just in case Microsoft overwrote some of them during the Windows 7 security update?
    If you want to communicate issues with Apple about Boot Camp and OS X, click on the link. Just don't hold your breath on receiving a response.

  • Since I updated to 10.7.4 boot for 5 minutes

    Hi guys,
    I have a problem with my iMac.
    I have on a second partition lion installed. Everything worked great, but since I updated to 10.7.4 booting needs about 5 minutes. Anybody who also has this problem?
    Or any idea what I can do? Allready checked the partition and the access rights.
    Thanks a lot
    Chris

    Here is a link to Onyx which is an application that can help you adjust your system and see things like startup items that may be slowing thing down:
    OnyX for Mac
    http://www.macupdate.com/app/mac/11582/onyx
    http://helpdesk.hsc.unt.edu/wp-content/uploads/2010/02/Mac-OS-X-10.6-run-OnyX.pd f

  • Action: Apple Security Update / Reaction: System Won't Boot!

    Does anyone have an opinion/suggestion about this?
    Ever since a failed Security Update, my computer will not boot. I did post my question and listed troubleshooting in a separate post.
    Previous Post
    I searched and did every suggestion I could find. I can browse my files in Terminal and in disk utility, so my hard drive is spinning, and although I don't dispute the fact that my hard drive could be on its way out (my iMac is 3yrs old), if it was done, I wouldn't be able to see these files.
    My question is what is going on with these security updates? Through my searches it is always the same story in that this happens after a failed (and sometimes successful) Security Update. I have also seen the suggestion to restart the computer BEFORE installing the updates, which I should have known and is a great idea, but if this is such a big problem, why doesn't the security update prompt you to restart the computer first?
    I am obviously frustrated with this situation. I have backed up my info, so I am not too worried about that, but this issue with the Security Updates seems to happen to a lot of people, and unfortunately, most of them go out and buy new hard drives because some unknowledgeable (or lazy) techie said that their hard drive crashed. There has to be a reason for this. The Security Updates are somehow corrupting files, and I refuse to believe that the only solution to this problem is to either buy a new hard drive or an archive and install the OS. Am I wrong about this? There are enough of us that have this very same issue, to which we deserve a viable solution and not some inevitably useless key strokes during startup.
    In my opinion this has everything to do with the Apple Security Update and if it is so important that we, as users, restart our machine before installing these updates, then this should be mentioned or prompted by the Security Update. Apple has dropped the ball with this one. I will continue to search for a solution and will probably end up doing an archive and install. Don't get me wrong, I love my iMac, and for the most part I find the service top notch. It just frustrates me that my problem is not an isolated one, and yet there aren't any feasible solutions.
    If anyone has any suggestions and/or comments, I would appreciate all of them.
    Thank You.

    Hi, Call Apple Help -> 1-800-275-2273
    Out of Warranty? No AppleCare! - Visit your local Apple Approved Repair Agent..L

  • Software Update Runs Every Time I Boot Up

    As soon as I updated OS X to 10.5.8, the Software Update runs every time I boot my MacBook. This occurs even though the "Check for Updates" option is NOT selected (in System Preferences|Software Update).
    This indicates (to me) that, since Software Update is not working properly, I can no longer trust that my machine has the current updates.
    Any ideas???

    It's probably in your login items. Launch Software Update, right-click its Dock icon, and ensure +Open at login+ is unchecked.

  • M93P Tiny - Bios Update - Does not want to boot hdd, usb, cd rom or over network after update

    M93P Tiny - Bios Update - Does not want to boot hdd, usb, cd rom or over network after update
    Bios 
    FBKTB0A
    3/31/2015
    The bios shows updated and i can go into the bios but the ram amount and frequency does not show rite and it also does not want to boot any of those items.
    Please advise.
    Thank You

    Hello all,
    I, too, found this oversight on the part of Lenovo to be quite distressing. It is possible to upgrade the X61 BIOS with a USB thumb drive. I have provided directions at http://ubuntuforums.org/showthread.php?t=817897
    The above tutorial is aimed towards Ubuntu Linux users. However, I believe that users of Vista should be able to follow along. Please let me know if you have any questions... the process is simple enough that it should be possible with any OS out there right now.
    Mike

  • Security Update 2010-005 Squirrelmail 1.4.20 timezones.cfg

    Was an update to Squirrelmail 1.4.20 included in the Security Update 2010-005?
    Is is just me or is everyone missing /usr/share/squirrelmail/include/timezones.cfg after this update?
    This causes an error when trying to access the Options > Personal Information.

    I manually updated to 1.4.20
    So *Security Update 2010-005* didn't contain an update to SquirrelMail but managed to break my install of SquirrelMail 1.4.20?
    I always use a sym-link so that automatic updates don't break my manual updates. But there must have been a script in the Security Update that erased the timezones.cfg file. Even if there was a SquirrelMail update included, why would it erase the timezones.cfg file?

  • After latest kernel update Grub freaks out

    Out of three machine that I have Arch running on, all have grabbed the latest kernel update, only only of them is unable to boot.  Grub does not like something that it is finding here is the error that I get:
    Booting 'Arch Linux'
    root (hd0,5)
    Filesystem type is jfs, partition type 0x83
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/c248a2d9-7fd9-48a4-ad-49-551246f36bee resume=/dev/sda5 ro vga=773
    Error 2: Bad file or directory type
    Press any key to continue...
    I already loaded I live cd to make sure that the uuid of the partition did not change and it has not, also the vmlinuz26 and kernel image are in the /boot directory.  Is this a one off problem or are other people seeing this issue, wanting to make sure this is not some kind of bug that need reported.  I am going to try just using /dev/sda6 instead of the UUID just to make sure that is not the problem (one of the working machines is setup using this method, the other is going through /dev/mapper because it uses LVM)

    I have tried rebuilding the the kernel image and even tried reinstalling grub with no luck.  After not having a usable system for several days I ended up just having to reinstall and maybe found out more about the problem.  Using the net install image and a 64 bit install this time making a EXT2 boot and a root partition of JFS right after install I get a panic during boot about how the system can't find a valid filesystem on what would be root partition.  Even when passing the "rootfstype=jfs" to the kernel line in grub it still errors out telling me that it is "Bailing out, your on your own.  Good luck!" (pretty funny error messages if you are not ripping your hair out).  After that I redid the install this time making a EXT4 root partition and everything is working.
    It seems to me that this all points to a problem with JFS on 64 bit systems, my other systems are all 32 bit and usign JFS root just fine... can anyone else confirm this?
    Last edited by vendion (2011-01-12 13:39:56)

  • Just installed OS X updates and can no longer boot into Bootcamp

    Just installed the latest updates for OS X Yosemite and now I can't boot to my Bootcamp partition. It doesn't show up in Startup Disks and it's not an option when booting while holding Option. The partition still shows up in Disk Utility but it no longer says BOOTCAMP, it now says disk04s. Is this fixable? I just wrote some data to that partition last night that I really don't want to lose and it hasn't yet been backed up. Thank you.
    diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         91.0 GB    disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
       4:       Microsoft Basic Data                         20.0 GB    disk0s4
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Macintosh HD           *90.0 GB    disk1
                                     Logical Volume on disk0s2
                                     2CC4DC13-C5C7-47E8-B005-3B8080275E8E
                                     Unencrypted
    sudo gpt -vv -r show /dev/disk0
    gpt show: /dev/disk0: mediasize=121332826112; sectorsize=512; blocks=236978176
    gpt show: /dev/disk0: Suspicious MBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 236978175
          start       size  index  contents
              0          1         MBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6       
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  177734368      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      178144008    1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      179413544   18503128       
      197916672   39059456      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      236976128       2015       
      236978143         32         Sec GPT table
      236978175          1         Sec GPT header
    sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 14751/255/63 [236978176 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -     409639] <Unknown ID>
    2: AC 1023 254  63 - 1023 254  63 [    409640 -  177734368] <Unknown ID>
    3: AB 1023 254  63 - 1023 254  63 [ 178144008 -    1269536] Darwin Boot
    4: 0C 1023 254  63 - 1023 254  63 [ 197916672 -   39059456] Win95 FAT32L

    Here is a table to validate your values.
    GPT 3 Start
    GPT 3 Size
    GPT 3 End
    NTFS Start
    Sector Offset
    NTFS Size
    NTFS End
    Sector Offset (MB)
    178144008
    1269536
    179413544
    179415040
    1496
    57561081
    236976121
    1
    Leave your Testdisk display and start a new Terminal Window.
    If you see any error messages during the following steps, please stop and post back here with the error message. The following steps have values from your Testdisk output (and you can verify) in Steps 7 and 8.
    Rebuild GPT4 using start/end offsets
    Sudo gdisk /dev/rdisk0
    P  (print the full list of parts)
    D  (delete)
    4  (part 4)
    N  (new part)
    4   (part 4)
    179415040- Start offset in bytes  (start point for Bootcamp part)
    +57561081-  (Size offset as opposed to End offset)
    0700     (Windows part type)
    P           (print list of all parts just to see what changes will be made)
    W         (Write the new GPT)
    Y           (Yes! really write the new GPT)
      This will delete and re-write the GPT partition info for /dev/disk0s4.
    Rebuild MBR to match the new GPT information thus resetting the Hybrid MBR. Use defaults for other questions (like partition codes). The only values that need modifications are the Boot flags and step 6. Accept all other defaults that Gdisk offers.
    Sudo gdisk /dev/disk0
    P  (Print list of parts)
    R   (Recover)
    H (chooses Hybrid)
    Partitions numbers to be hybridized: 2 3 4
    Y (Good for GRUB question)
    N (part 2 boot flag)
    N (part 3 boot flag)
    Y  (part 4 boot flag make NTFS bootable partition)
    W  (Write the new MBR)
    Y    (Yes! write the new MBR)
    Reboot
    Here is a sample Q&A from The GPT Fdisk. Notice the highlighted Press Enter/Return.
    Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): Y
    Creating entry for GPT partition #2 (MBR partition #2)
    Enter an MBR hex code (default AF): Press Enter/Return
    Set the bootable flag? (Y/N): N
    Creating entry for GPT partition #3 (MBR partition #3)
    Enter an MBR hex code (default AB): Press Enter/Return
    Set the bootable flag? (Y/N): N
    Creating entry for GPT partition #4 (MBR partition #4)
    Enter an MBR hex code (default 07): Press Enter/Return
    Set the bootable flag? (Y/N): Y
    Test 1 - Does Bootcamp Volume show up in Finder?
    Test 2 - Can you see files in Bootcamp Volume?
    Test 3 - Can you select Bootcamp in System Preferences -> Startup Disk?
    Test 4 - If Test 3 is successful, select Bootcamp and Click Restart.

Maybe you are looking for

  • "Feedback" problem in XML Forms

    Hi Forum,                 I have created an xml form (for creating and showing articles similar to News) using form builder. In the "show" form i placed a button and assigned the action "Details" to it (So when it is clicked takes to Details Screen).

  • How do I check/limit the size of a file

    I am logging data to a file periodically. Since the PC is at a remote site, and I download the data file via modem, I want to limit the size of the file by automatically starting a new file once the current file reaches a certain size (in kB) limit.

  • Write text to picture and save it

    Hi! What I want to do is to write a text (e.g. a date) to a picture. It should be displayed in picture control and saved to jpeg-file. Aquiring the image and saving it works well. But how do I write text to it??? I do not have the Vision-toolkit. Is

  • Submit XML

    I have a Submit Email button on my form and it send the file in XML format... 1) can I change this to email PDF? 2) if not, I am unable to import the xml file onto original PDF form as stated in the email portion. Any help would be greatly appreciate

  • HP OficeJet All-in-One Model 4215V

    When I purchased my printer it did not have the capability of two sided printing.  Down the road I had an updated or upgraded driver.  It was wonderful.  At that time I had Windows XP Professional.  I acquired a Dell computer with Windows 7, which au