Sunday, August 25, 2013
Maybe this will make preseeding work?
http://askubuntu.com/questions/128995/grub2-loopback-booting-ubuntu-server-iso
Saturday, August 24, 2013
Likewise-open command line join with default
http://chinquapin.org/technology/?p=106
Thursday, August 22, 2013
"Who am I?" Maybe nobody! (Shallow Thoughts)
"Who am I?" Maybe nobody! (Shallow Thoughts): "stat -c '%U' `readlink /proc/self/fd/0`"
'via Blog this'
'via Blog this'
Wednesday, August 21, 2013
Friday, August 16, 2013
jockey-text to install drivers
http://askubuntu.com/questions/27061/install-restricted-drivers-in-command-line
Wednesday, August 14, 2013
Monday, August 12, 2013
NetworkManager - command line
NetworkManager - Community Ubuntu Documentation: "Using NetworkManager on the command line
NetworkManager now ships with nmcli, a simple interface to allow users to connect to particular networks, and even create connections to new wireless networks they have never connected to.
nmcli help
Provides all the information about how to use the nmcli utility."
'via Blog this'
NetworkManager now ships with nmcli, a simple interface to allow users to connect to particular networks, and even create connections to new wireless networks they have never connected to.
nmcli help
Provides all the information about how to use the nmcli utility."
'via Blog this'
Saturday, August 10, 2013
Friday, August 9, 2013
Thursday, August 8, 2013
booting from iso using grub2
http://superuser.com/questions/154133/grub-boot-from-is
this fixes the problem with not being able to find live disk media: http://askubuntu.com/questions/47076/usb-boot-problems
this fixes the problem with not being able to find live disk media: http://askubuntu.com/questions/47076/usb-boot-problems
Remove this:
file=/cdrom/preseed/ubuntu.seed
Add these:
live-media-path=/casper/ ignore_uuid
Full sample:
append boot=casper initrd=/casper/initrd.lz live-media-path=/casper/ quiet splash ignore_uuid -- If you don't want to edit every time you boot from USB, you can edit this file in USB: /syslinux/text.cfg"
Installing tinycore on a hard drive
http://blog.matchgenius.com/tiny-core-microcore-install-to-hdd-with-openssh/
make sure that you make the partition bootable
use grub2 instead so that you can boot from an iso later
sudo grub-install --no-floppy --root-directory=/mnt/sda1 /dev/sda1
edit the /mnt/sda1/boot/grub/grub.cfg file to look like this:
menuentry "Tinycore 3" {
linux /boot/vmlinuz
initrd /boot/core.gz
}
make sure that you make the partition bootable
use grub2 instead so that you can boot from an iso later
sudo grub-install --no-floppy --root-directory=/mnt/sda1 /dev/sda1
edit the /mnt/sda1/boot/grub/grub.cfg file to look like this:
menuentry "Tinycore 3" {
linux /boot/vmlinuz
initrd /boot/core.gz
}
Wednesday, August 7, 2013
Subscribe to:
Comments (Atom)