I'm trying to install arch linux and are following a video. my problem is with cfdisk. I have made a swap partition and a second partition but don't know how to flag the second as bootable. Under help it shows a list of commands but I'm not sure how to enter them.
man cfdisk wrote:
b Toggle the bootable flag of the current partition.
This allows you to select which primary partition is
bootable on the drive.
This command may not be available for all partition label
types.
I just encountered a problem. The first time I tryed to install grub it gave an error of no bios boot partition or something. I repartitioned the drive to have a 1gb bios boot partition. Redid everything and grub installed fine but when I restarted it just shows "grub grub" in the top left. What do I need to do.
I've just had to move to my bed room which doesn't have Ethernet access. The Asus motherboard has WiFi with it which is the broadcom bcm4352. Is there a way to connect it?
Remove the other modules # rmmod b43 b43legacy bcma
check if wl is installed # modinfo wl
enable wl # modprobe wl
check if the card uses the wl module # lspci -vv or # rfkill list all
add the module to modules-load.d in order to load it at startup # nano /etc/modules-load.d/wl.conf and place this inside the file
# Load wl at boot
wl
Reboot and connect to the wifi using the links at the top of the post
EDIT: note that everytime you update the kernel from like 4.1.x to 4.2.x (or from 4.2.x to 4.3.x), you'll have to redownload broadcom-wl (before the update, or after the update using an ethernet cable), recompile it, reinstall it, and follow the steps above again, otherwise the wifi won't work.