我×。。。终于好了,大概3 4个小时吧。。。各种毛刺问题。终究还是闯过来了。。。。
ubuntu2@ubuntu:~/Downloads/linux-0.00-050613/linux-0.00$ make
ld -s -x -M head.o -o system > System.map
dd bs=32 if=boot of=Image skip=1
16+0 records i...
分类:
系统相关 时间:
2014-05-10 10:24:29
阅读次数:
474
u-boot
version:2011.09-rc1/home/lucas/u-boot-2011.09-rc1OS:debian 7.1cross-compilation
chain:arm-linux-4.3.2致谢:部分内容参考http://my.csdn.net/crazyman2010的博...
分类:
其他好文 时间:
2014-05-09 11:22:28
阅读次数:
399
1. 制作Debian Live USB。
2. 安装grub-pc
3. 挂载/和/boot
4. grub-install
5. mount --bind ...
......
mini2440的u-boot版本启动之后马上就会开启蜂鸣器,在办公环境下有可能会影响同事的工作,所以我考虑将其禁止掉。我使用的mini2440使用的光盘是2013年10月的版本,我在该光盘下的u-boot基础上进行修改。我仍然使用我最喜欢的vim+cscope来查看u-boot源代码,然后在u-b...
分类:
其他好文 时间:
2014-05-07 00:09:21
阅读次数:
453
1、修改boot.properties,将usernmae和password重设为明文,如:password=weblogicusername=weblogic2、将domain下\servers\AdminServer\data\ldap下的文件和目录都删除。3、重启weblogic即可。
分类:
Web程序 时间:
2014-05-06 12:39:00
阅读次数:
303
Oneofthemostremarkableachievementinthehistoryofmankindiscomputers.Anotheramazingfactaboutthisremarkableachievementcalledcomputersisthatitsacollectionofdifferentelectroniccomponents,andtheyworktogetherincoordinationtogiveyouameaningfuloutput.Weinourdaytodayl..
分类:
系统相关 时间:
2014-05-04 17:05:15
阅读次数:
608
一、忘记root密码进入单用户模式清除root密码,重新设置密码二、MBR错误先制造错误输入ddif=/dev/zeroof=/fev/sdads=446count=1清除MBR,输入init6重启这时你会发现已经进不去系统了进入救援模式(必须拥有系统光盘)或者进入boot输入linuxrescue进入救援模式三、stage2失效插..
分类:
其他好文 时间:
2014-05-03 20:46:53
阅读次数:
305
修改/boot/grub/grub.cfg文件
/boot/grub/grub.cfg文件,这与旧版本不同(9.10之前版本/boot/grub/menu.lst),而且为了安全起见,该文件默认为“只读”属性,因此在修改启动菜单之前你必须先将其文件属性改为“可读写”后方可修改文件内容。
sudo chmod 666 /boot/grub/grub.cfg
修改成 default 4,...
/:根目录,一般根目录下只存放目录,不要存放文件/bin:可执行二进制文件的目录,如常用的命令ls、tar、mv、cat等/boot:放置linux系统启动时用到的一些文件/dev:存放linux系统下的设备文件,如挂载光驱:mount
/dev/cdrom /mnt/etc:系统配置文件存放的目录...
分类:
其他好文 时间:
2014-05-02 15:29:52
阅读次数:
503