search for: bootparamet

Displaying 13 results from an estimated 13 matches for "bootparamet".

Did you mean: bootparam
2011 May 16
1
How to mount ext3 root partition with noatime and ro options at boot-time
Hi all, I was trying to mount root-partition which is ext3 partition with noatime and ro option. I included "ro" in the kernel command line But for mounting it with "noatime" option when I searched for some solution I came across a patch http://lkml.org/lkml/2007/8/5/38 But after applying this patch and including option "noatime" in
2014 May 19
5
"EDD Load error" on btrfs, how to debug?
Hi I have a computer with BIOS and Linux Arch installed. Starting from a recent syslinux update (6.02->6.03pre9) I am not able to use syslinux anymore. I try to boot my computer and the only thing I see is "EDD Load error - Boot error" message. When I install 6.02 back the system is completely fine. Other people use syslinux 6.03 fine. They use ext4 and I use btrfs as my root
2011 Apr 21
2
HDT 0.5.0 is out
...also the auto mode where more combinations didn't worked as expected. I invite people reading this page that speaks about the dump feature : http://www.hdt-project.org/wiki/Dump But also, this one which speaks about the possible options at the command line : http://www.hdt-project.org/wiki/BootParameters I'd like to thank all people that help me in releasing this version : - Gene Cumm & Gerth Hulselmans for testing - Jim Cromie for his patches - All the other that reported during the beta phases Downloads can be found as usual here : http://www.hdt-project.org/wiki/hdt-0.5.0 Cheers...
2011 Apr 21
2
HDT 0.5.0 is out
...also the auto mode where more combinations didn't worked as expected. I invite people reading this page that speaks about the dump feature : http://www.hdt-project.org/wiki/Dump But also, this one which speaks about the possible options at the command line : http://www.hdt-project.org/wiki/BootParameters I'd like to thank all people that help me in releasing this version : - Gene Cumm & Gerth Hulselmans for testing - Jim Cromie for his patches - All the other that reported during the beta phases Downloads can be found as usual here : http://www.hdt-project.org/wiki/hdt-0.5.0 Cheers...
2014 May 19
0
"EDD Load error" on btrfs, how to debug?
...trfs as > my root partition fs so it might be a problem for syslinux. > > I would like to debug and see this problem fixed. How to enable more > verbose output at boot stage? I would like to get more information > about why the EDD error happens. Any other debugging advises? Kernel bootparameter 'earlyprintk=....', e.g. earlyprintk=vga Groeten Geert Stappers -- Leven en laten leven
2007 Apr 18
8
[patch 0/8] Basic infrastructure patches for a paravirtualized kernel
...nups: 1/8: Remove locally-defined ldt structure in favour of standard type 3/8: Allow a kernel to not be in ring 0 5/8: Roll all the cpuid asm into one __cpuid call Hooks: 4/8: Replace sensitive instructions with macros 6/8: Make __FIXADDR_TOP variable to allow it to make space... 7/8: Add a bootparameter to reserve high linear address... 8/8 "Put .note.* sections into a PT_NOTE segment in vmlinux" is mostly here to shake out problems early. It slightly changes the way the vmlinux image is linked together, and it uses the somewhat esoteric PHDRS command in vmlinux.lds. I want to make...
2007 Apr 18
8
[patch 0/8] Basic infrastructure patches for a paravirtualized kernel
...nups: 1/8: Remove locally-defined ldt structure in favour of standard type 3/8: Allow a kernel to not be in ring 0 5/8: Roll all the cpuid asm into one __cpuid call Hooks: 4/8: Replace sensitive instructions with macros 6/8: Make __FIXADDR_TOP variable to allow it to make space... 7/8: Add a bootparameter to reserve high linear address... 8/8 "Put .note.* sections into a PT_NOTE segment in vmlinux" is mostly here to shake out problems early. It slightly changes the way the vmlinux image is linked together, and it uses the somewhat esoteric PHDRS command in vmlinux.lds. I want to make...
2007 Oct 03
4
Problem with mISDN and HFC-Cards in Asterisk-DomU
Hello, I am having problems, getting my asterisk-domU to work properly. It consists of the following components: - Debian Etch under Xen-3.1 with a 2.6.18-kernel - Asterisk 1.2.24 - mISDN-1.1.5 I have 2 HFC-ISDN-cards, which I pass through to the Asterisk-DomU in permissive mode. This is working fine. The strange problem is, that the two HFC-ISDN-cards are not beeing initialized by the
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition live OS sounds right up my alley, and I will definitely check it out. The second partition is working well with `parted' and `fdisk', so I am quite pleased. Below is, again, "what I came up with". I tried to integrate each of your
2011 Oct 17
0
suspend to ram does not work with Geforce 310M (NVA8)
...power/pm_trace echo mem > /sys/power/state When I try to suspend to ram, the screen wents black but the backlight is still on. The laptop is frozen, no interaction is possible, turning it of is only possible by holding the power button down. This is the log for the suspending process via the bootparameters debug and no_console_suspend, which I present you, because it shows more information than the one I could obtain via netconsole. [ 204.782705] Freezing user space processes ... (elapsed 0.01 seconds) done. [ 204.793055] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done. [...
2007 Apr 18
15
[PATCH 0 of 13] Basic infrastructure patches for a paravirtualized kernel
...l the cpuid asm into one __cpuid call 9/13: Remove the read hazard from the COW path in copy_one_pte 10/13: Change pte_clear_full to a more appropriately named... Hooks: 5/13: Replace sensitive instructions with macros 7/13: Make __FIXADDR_TOP variable to allow it to make space... 8/13: Add a bootparameter to reserve high linear address... 11/13: Add lazy MMU mode hooks for batching PTE updates 12/13: Pass the mm struct into the pgd_free code so the mm... Probably the most subtle changes here are 11/13 and 9/13, since they add a new constraint to page-table manipulation code. In a paravirtuali...
2007 Apr 18
15
[PATCH 0 of 13] Basic infrastructure patches for a paravirtualized kernel
...l the cpuid asm into one __cpuid call 9/13: Remove the read hazard from the COW path in copy_one_pte 10/13: Change pte_clear_full to a more appropriately named... Hooks: 5/13: Replace sensitive instructions with macros 7/13: Make __FIXADDR_TOP variable to allow it to make space... 8/13: Add a bootparameter to reserve high linear address... 11/13: Add lazy MMU mode hooks for batching PTE updates 12/13: Pass the mm struct into the pgd_free code so the mm... Probably the most subtle changes here are 11/13 and 9/13, since they add a new constraint to page-table manipulation code. In a paravirtuali...
2005 Dec 06
4
BIG Samba howto for debian only.
Hi everybody, I made a pretty complete howto for samba on debian servers. This howto covers samba + ldap + cups + recycle bin + samba-vscan + phpldapadmin + ACL + Extended Attributes. this howto is also based on the idealx howto If you do this setup, you should be able to use the NT4 Usermanager, setup Point en Print Printing. set rights from explorer etc. other nice tools is ldapadmin (