Todays current Hardware Bios uses a new Software Interface to boot. Thats called “UEFI” Newer Linux Versions Support this Hardware Setup by default! BUT these settings makes users (Newbies/Office Users) mostly impossible to setup the System on older Hardware, cause the “Setup Routines” does not detect the older Bios! Here the User must interact manual to force the Setup! Cause the Setup tries to create a Harddrive Partition with a seperated UEFI Partition! See “parted” output on Console! Now if your Setup is made and you Reboot a older Non-UEFI PC you run into “Black Screen”! Especiallly if you setup […]
Tag: boot
Ubuntu Lucid Lynx 10.04: Disable IPv6 (dmesg = no IPv6 routers present)
Problem: on default ubuntu lucid lynx setup ipv6 is enabled, dmesg shows boot.log= wlan0: no IPv6 routers present to speed up on a ipv4 network you should disable it. Solution: – run #sudo nano /etc/sysctl.conf add lines: #disable ipv6 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 -quit save and reboot.. -to test system open terminal and enter #dmesg -the message = wlan0: no IPv6 routers present should not be seen!
Clean Linux Console tty1 after boot or logout
Problem: At a server everybody can see messages at tty1 Solution: Open a console as root or with “sudo” and insert. # sudo echo -e '\e[H\e[2JUbuntu 8.04 \\n \\l\n' | sudo tee /etc/issue > /dev/null